I am having a Google Search box instead of the built-in search
So I created a table right after the <!-- / breadcrumb, login, pm info --> in the navbar template and placed the code in it
Here's the code segment and what I added in red
Code:
</if>
</tr>
</table>
<!-- / breadcrumb, login, pm info -->
<table>
<tr>
<td align="right">
<!--- Google Search Box Code --->
</td>
</tr>
</table>
<!-- nav buttons bar -->
<div class="tborder" style="padding:$stylevar[cellspacing]px; border-top-width:0px">
<table cellpadding="0" cellspacing="0" border="0" width="100%" align="center">
<tr align="center">
What I ever I do the search box still appears to the left!
How do I bring it to the right side?