Jimmy Apple wrote:
I added:
<form method=GET action="http://www.google.com/custom"> <img SRC="" border="0" alt="Google" align="center"></img> <input type="text" name="q" size="20" maxlength="255" value=""></input> <input type="submit" name="sa" value="Search"></input> </form>
I get a huge Pear Error? (I don't even know what pear is?!) How can I add this to the template?
You have to use valid XML. At the minimum you're missing the quotes on the <form>'s method attribute.
-- brion vibber (brion @ pobox.com)