Now i have the <BR /> 's in and the z isn't working
Search Box Code for my purposes
Code:
<center>
<h3>Danny's Reviews</h3>
<form method="get" id="searchform" action="<?php echo $_SERVER['PHP_SELF']; ?>">
<input type="text" value="<?php echo wp_specialchars($s, 1); ?>" name="s" id="s" /><input type="submit" id="sidebarsubmit" value="Search" />
</form>
<br>
</center>