OZONE Asylum
Forums
XML - XSL - XSLT - XHTML - CSS - DOM
can't get google search form to validate
This page's ID:
23803
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
You need to wrap some block level elements around parts of the content. This should work: [code] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html> <head> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> <title>GoogleSearch</title> </head> <body> <!-- Search Google, modified code from google.com --> <p> <a href="http://www.google.com/"><img src="http://www.google.com/logos/Logo_40wht.gif" width="128" height="53" alt="Google" /></a> </p> <form method="get" action="http://www.google.com/search"> <p> <input type="hidden" id="ie" value="UTF-8" /> <input type="hidden" id="oe" value="UTF-8" /> <input type="text" id="q" size="25" maxlength="255" value="" /> <input type="submit" id="btnG" value="Search" /> </p> </form> </body> </html> [/code]
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »