RE: proper tag placement

by "Kali Woodbridge" <kaliajer(at)mail.com>

 Date:  Wed, 29 Mar 2000 19:51:00 -0500
 To:  "'Linda Shumaker'" <lshum(at)localline.com>,
<hwg-basics(at)hwg.org>
 In-Reply-To:  computer
  todo: View Thread, Original
Good Eve'nin' Linda!

<snip>
What is the proper tag placement for the following code. My
validator is
driving me nuts with this.

<H1><B><font size="+3" color="#FCFACB"><div
align="center">Package
Two</div></font></FONT></B></H1>
</snip>

Whether or not this is correct, this is what works for me.
Place the DIV tags as far "out" as possible:

example 1:
<DIV align=center>
<H1><font size="+3" color="#FCFACB">Package Two</font></H1>
</DIV>

or try door #2
<H1 align=center><font size="+3" color="#FCFACB">Package
Two</font></H1>

The above code passed my BBEDIT syntax checker (DTD HTML 4.0
Transitional) which is generally pretty darn picky.

Hope it helps!
kali
kaliajer(at)mail.com

HTML: hwg-basics mailing list archives, maintained by Webmasters @ IWA