hwg-basics archives | Mar 2000 | new search | results | previous | next |
RE: proper tag placementby "Kali Woodbridge" <kaliajer(at)mail.com> |
|
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