Windows 7 Forums


Windows 7: HTML in notepad

19 Oct 2010   #11

Windows 7 Ultimate x86
WI
 
 

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 System SpecsSystem Spec

19 Oct 2010   #12

Windows 7 Home Premium 64 Bit
Massachussetts
 
 

Quote   Quote: Originally Posted by CreepinJesus View Post
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.
Quote   Quote: Originally Posted by Benjamin Hall View Post
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 System SpecsSystem Spec
20 Oct 2010   #13

Windows 7 Ultimate x64
NM - Way South
 
 

Quote   Quote: Originally Posted by theski232 View Post
Quote   Quote: Originally Posted by CreepinJesus View Post
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.
Quote   Quote: Originally Posted by Benjamin Hall View Post
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 System SpecsSystem Spec
.


20 Oct 2010   #14

Windows 7 Ultimate x86
WI
 
 

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 System SpecsSystem Spec
20 Oct 2010   #15

Windows 7 Home Premium 64 Bit
Massachussetts
 
 

Quote   Quote: Originally Posted by Benjamin Hall View Post
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 System SpecsSystem Spec
21 Oct 2010   #16

Windows 7 Ultimate x86
WI
 
 

Oooh, that's different.. hmm that stinks
My System SpecsSystem Spec
21 Oct 2010   #17

W7 Professional x64
Portland, OR
 
 

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 System SpecsSystem Spec
21 Oct 2010   #18

Windows 7 Home Premium 64 Bit
Massachussetts
 
 

Quote   Quote: Originally Posted by LiquidSnak View Post
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 System SpecsSystem Spec
21 Oct 2010   #19

Windows 7 Ultimate x86
WI
 
 

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 System SpecsSystem Spec
Reply

 HTML in notepad problems?



Thread Tools



Similar help and support threads for: HTML in notepad
Thread Forum
Solved Notepad starts with what appears to be HTML Performance & Maintenance
Trying to copy txt file in Notepad. "Notepad: Access is denied" General Discussion
problem from replaced notepad ++ with notepad Installation & Setup
Solved Error message when I replaces "notepad.exe" by "notepad++.exe" General Discussion
how to use Notepad++ to view html file Software


All times are GMT -5. The time now is 07:25 AM.


Seven Forums Android App Seven Forums IOS App Follow us on Facebook

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
  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32