|
Posted by Jonathan N. Little on 03/19/06 23:07
Aaron wrote:
<snip>
> Funny you should suggest the style sheet, I totally agree.
> This is my next version. I am just trying to learn HTML the hard way.
> http://www.garyluttrell.com/step3.htm
>
> The Declaration fixed the "_" on my May & Directions image.
>
> I have a lot to learn.
>
Better, but use 'Html 4.01 Strict' not 'Html 4.01 Transitional'.
Rid all the inline styles and make CSS class for like styling then all
you need is
<ELEMENT class="yourClassName">...
Then if you change your mind about your styling you only have to change
it on one place, your stylesheet and not hunt though your document.
Related dump the FONT elements. If you need to change the styling give
the element a class. If the bit of text is not full portion contained
within the element then put it in a SPAN and and style the SPAN.
Do yourself a favor and download a copy of Firefox and install the
WebDeveloper's bar, has a whole host of tools that will augment the
learning process and has the links to the HTML CSS Validators that will
help you locate your trouble spots...
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
Navigation:
[Reply to this message]
|