I tried adding this to the end of my navbar template but when I go to load it it is there but the thread and/or forum listing covers it up. Any ideas? I basically want to to display under my Username and PM info
Thanks in advance
Code:
<table border="0" align="right">
<tr>
<td nowrap align="right" valign="center">
<font face="Verdana,Arial,Helvetica" size="1">
<form action="http://www.sprintusers.com/forum/search.php" method="post">
<input type="hidden" name="do" value="process" />
<input type="hidden" name="showposts" value="0" />
<input type="text" class="bginput" onFocus="this.value='';" type="text" name="query" value="Quick Search" size="12" maxlength="150" />
<input type="submit" class"button" name="Submit" value="Go"></form>
</font>
</td>
</tr>
</table>