OZONE Asylum
Forums
Stupid Basic HTML
Radio buttons in XHTML
This page's ID:
9561
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 think it depends on the DOCTYPE you're using. Using the transitional DOCTYPE, this validates correctly: [code] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252" /> <title>::: Pugzly Code :::</title> </head> <body> <form name="blah" action="" method="post"> <input type="radio" name="crap" value="1" /> <input type="radio" name="crap" value="2" /> <input type="radio" name="crap" value="3" /> <input type="radio" name="crap" value="4" /> </form> </body> </html> [/code] [url=http://www.gurusnetwork.com] [img]http://www.ozoneasylum.com/images/88x31/gurusnetwork.gif[/img] [/url]
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »