OZONE Asylum
Forums
Stupid Basic HTML
5 Errors Found While Validating But I can't see them! WTF!?
This page's ID:
24102
Search
QuickChanges
Forums
FAQ
Archives
Register
Edit Post
Who can edit a post?
The poster and administrators may edit a post. The poster can only edit it for a short while after the initial post.
Your User Name:
Your Password:
Login Options:
Remember Me On This Computer
Your Text:
Insert Slimies »
Insert UBB Code »
Close
Last Tag
|
All Tags
UBB Help
Each of these errors is a case of using HTML attributes when you should be using CSS. align="center" can be done with this CSS (assuming your page has a proper DOCTYPE): margin-left:auto; margin-right:auto; width:500px; align="right" can probably be done like this: margin-left:auto; margin-right:0; width:500px; align="top" for an object in a table cell can be done by adding vertical-align:top; to the table cell's CSS, I think. width and height properties can be replaced by width and height CSS properties. [url=http://www.slimeland.com/] [img]http://www.slimeland.com/misc/ozonemetalslimesig.gif[/img] [/url]
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »