HTML in notepad

Page 2 of 2 FirstFirst 12

  1. Posts : 313
    Windows 7 Ultimate x86
       #11

    Yeah, use Notepad++
    It's free, and it's amazing. Or if you can afford it, and you do a lot of coding, or are going to be doing a lot of coding and want a more powerful, easier-to-use editor, go with Adobe Dreamweaver, which is what I use.

    But in regard to your question, instead of a blockquote or a br tag, if you want the formatting to look neater, go with a definition list.

    Code:
    <dl>
     <dt>This would be your primary statement</dt>
          <dd>This would be the substatement</dd>
     <dt> This would be your second primary statement</dt>
          <dd>This would be your second substatement</dt>
     <dt>Item</dt>
          <dd>Item definition</dt>
     <dt>Coffee</dt>
          <dd>Black hot drink</dd>
     <dt>Milk</dt>
          <dd> white cold drink</dd>
    </dl>
    Also, use the W3 HTML validator to check all your work
    http://validator.w3.org/
      My Computer


  2. Posts : 434
    Windows 7 Home Premium 64 Bit
    Thread Starter
       #12

    CreepinJesus said:
    I would personally put the ingredients list in a single blockquote as an unordered list (bullet points). You can always turn off the bullet point image, as well.

    Edit: keep it simple, actually. No need for a list when there are not icons! Just have line breaks.
    Benjamin Hall said:
    Yeah, use Notepad++
    It's free, and it's amazing. Or if you can afford it, and you do a lot of coding, or are going to be doing a lot of coding and want a more powerful, easier-to-use editor, go with Adobe Dreamweaver, which is what I use.

    But in regard to your question, instead of a blockquote or a br tag, if you want the formatting to look neater, go with a definition list. Also, use the W3 HTML validator to check all your work
    The W3C Markup Validation Service
    to creepinjesus:
    what u put as code is what i ended up doing with it after i looked it up

    to benjamin hall:
    my professor is restricting us to only text editors for HTML, even though i do agree that dreamweaver is great for coding.
    he also wants it to look like what creepinjesus did in his code when viewed in IE
      My Computer


  3. Posts : 650
    Windows 7 Ultimate x64
       #13

    theski232 said:
    CreepinJesus said:
    I would personally put the ingredients list in a single blockquote as an unordered list (bullet points). You can always turn off the bullet point image, as well.

    Edit: keep it simple, actually. No need for a list when there are not icons! Just have line breaks.
    Benjamin Hall said:
    Yeah, use Notepad++
    It's free, and it's amazing. Or if you can afford it, and you do a lot of coding, or are going to be doing a lot of coding and want a more powerful, easier-to-use editor, go with Adobe Dreamweaver, which is what I use.

    But in regard to your question, instead of a blockquote or a br tag, if you want the formatting to look neater, go with a definition list. Also, use the W3 HTML validator to check all your work
    The W3C Markup Validation Service
    to creepinjesus:
    what u put as code is what i ended up doing with it after i looked it up

    to benjamin hall:
    my professor is restricting us to only text editors for HTML, even though i do agree that dreamweaver is great for coding.
    he also wants it to look like what creepinjesus did in his code when viewed in IE
    An older but still useful tutorial on HTML:
    Sizzling HTML Jalfrezi - HTML by Example

    or
    HTML: An Interactive Tutorial - HTML Code Guide: Learn HTML Free

    or
    HTML Tutorial

    Best of luck....HTML can be fun.
      My Computer


  4. Posts : 313
    Windows 7 Ultimate x86
       #14

    Honestly, my web1 instructor wants us to only use a text editor too...
    But I just did it all in Adobe Dreamweaver, and then copied the code out and pasted it into Notepad...
      My Computer


  5. Posts : 434
    Windows 7 Home Premium 64 Bit
    Thread Starter
       #15

    Benjamin Hall said:
    Honestly, my web1 instructor wants us to only use a text editor too...
    But I just did it all in Adobe Dreamweaver, and then copied the code out and pasted it into Notepad...
    that can work but what about an in class exam on coding in only text editors
      My Computer


  6. Posts : 313
    Windows 7 Ultimate x86
       #16

    Oooh, that's different.. hmm that stinks
      My Computer


  7. Posts : 2,259
    W7 Professional x64
       #17

    Just as you created an ordered list, you can create an unordered list. If you don't want bullets, you can create a description list.

    HTML Code:
    <dl>
    <dt><h3>Ingredients</h3></dt>
    <dd>1/2 cup butter</dd>
    <dd>1/3 cup white sugar</dd>
    <dd>1/4 tsp vanilla extract<dd>
    <dd>1 cup all purpose flour<dd>
    <dd>1 (8 oz) package of cream<dd>
    (etc etc)
    </dl>
      My Computer


  8. Posts : 434
    Windows 7 Home Premium 64 Bit
    Thread Starter
       #18

    LiquidSnak said:
    Just as you created an ordered list, you can create an unordered list. If you don't want bullets, you can create a description list.

    HTML Code:
    <dl>
    <dt><h3>Ingredients</h3></dt>
    <dd>1/2 cup butter</dd>
    <dd>1/3 cup white sugar</dd>
    <dd>1/4 tsp vanilla extract<dd>
    <dd>1 cup all purpose flour<dd>
    <dd>1 (8 oz) package of cream<dd>
    (etc etc)
    </dl>
    btw its not a description list those are definition tags for a definition list, and my professor told us how it is to look and how to treat the text (what he didnt tell us is what tags to use to get it to look a certain way)
      My Computer


  9. Posts : 313
    Windows 7 Ultimate x86
       #19

    Well if he wants it to look a certain way but didn't specify a tag, I'd treat it as open season and do whatever I felt like doing
      My Computer


 
Page 2 of 2 FirstFirst 12

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 06:01.
Find Us