OZONE Asylum
Forums
XML - XSL - XSLT - XHTML - CSS - DOM
CSS validation question...
This page's ID:
10863
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
I'd say that the CSS validator message means your CSS code is perfect, but that it can't say anything about your HTML's validity and you should go to the HTML validor to check that. As for the HTML validator - to have a valid XHTML document you should have a doctype and stuff at the beginning of the file, like this: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> and a META tag which tells the browser (and validator) which character set you're using on the pages can't hurt either: <head> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> </head> So try adding these lines, I'm pretty sure it'll work then. [url=http://faq.ozoneasylum.com/FaqWiki/shownode.php?id=282] [img]http://kussatz.com/gurus/kuckus88x31.gif[/img] [/url]
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »