View Single Post
Old September 20th, 2004, 10:33 PM   #27 (permalink)
spartas
surmunity freak
Comfy Contributor
 
Joined in Sep 2004
Lives in Baton Rouge, LA, North Amewica, USA, Earth
Hosted on D68; Serva; Pass15
143 posts
Gave thanks: 0
Thanked 0 times
Quote:
Originally Posted by bcinelli
Ahhh .. well im down to only 18 validation errors. I don't understand what i have to do with them. Can someone take a peak for me? .. most of em have to do with <center> tags ..

Only 18 errors ... to the 207 i had earlier this morn .. (yea .. i had some free time today)

http://validator.w3.org/check?uri=ht...m%2Findex.html
The center tag is no longer allowed for XHTML. You can center items by putting them in a CSS stylesheet object and using the following:

Code:
text-align: center;
margin-left: auto;
margin-right: auto;
The text-align: center is required to get images to center in IE. Oddly, IE doesn't center with just the left and right margins.
__________________
Server: Pass15
twwright.net
NoE

Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.6) Gecko/20050405 Firefox/1.0 (Ubuntu package 1.0.2)

I run ubuntu hoary!
spartas is offline   Reply With Quote