OZONE Asylum
Forums
XML - XSL - XSLT - XHTML - CSS - DOM
Layout Help
This page's ID:
10917
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
Much better. In IE 6 at least. Now that you're using an XHTML doctype, you have to use XHTML syntax for all of your tags, though. I still see some <input> tags that you're not closing: <form name="Form" action="http://people.tamu.edu/~jam2122/login.cgi" method="post"> Username <input type="text" name="user"><br /> Password <input type="password" name="passwd"><br /> <input type="submit" value="Login"> </form> should be <form name="Form" action="http://people.tamu.edu/~jam2122/login.cgi" method="post"> Username <input type="text" name="user" /><br /> Password <input type="password" name="passwd" /><br /> <input type="submit" value="Login" /> </form> Your meta tag also needs to be closed.
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »