Well I've got this and can't find any break:
PHP Code:
</if><!-- /Log Out -->
<td width="100%" align="right" style="background:#FFFFFF url($stylevar[imgdir_misc]/nav_bg.gif);"><img src="$stylevar[imgdir_misc]/nav_bg.gif" border="0" alt="" /></td>
<td width="250%" align="right" style="background:#FFFFFF url($stylevar[imgdir_misc]/nav_bg.gif);"><!-- Google CSE Search Box Begins -->
<form id="searchbox_0030000000000000000119:p2rgkon0ggc" action="http://www.google.com/cse">
<input type="hidden" name="cx" value="0035994599477599475959947799477gc" />
<input type="hidden" name="cof" value="FORID:1" />
<input name="q" type="text" size="40" />
<input type="submit" name="sa" value="Search" />
</form>
<script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=searchbox_0035086000ggc"></script>
<!-- Google CSE Search Box Ends -->
</td>
</tr>
</table>
<!-- /Fading Buttons -->
Okay LOL I got it working, thank you everyone for helping I appreciate it,
the problem was that:
I needed to take out the
PHP Code:
<td width="100%" align="right" style="background:#FFFFFF url($stylevar[imgdir_misc]/nav_bg.gif);"><img src="$stylevar[imgdir_misc]/nav_bg.gif" border="0" alt="" /></td>
before the
PHP Code:
<td width="250%" align="right" style="background:#FFFFFF url($stylevar[imgdir_misc]/nav_bg.gif);"><!-- Google CSE Search Box Begins -->
<form id="searchbox_0030000000000000000119:p2rgkon0ggc" action="http://www.google.com/cse">
<input type="hidden" name="cx" value="0035994599477599475959947799477gc" />
<input type="hidden" name="cof" value="FORID:1" />
<input name="q" type="text" size="40" />
<input type="submit" name="sa" value="Search" />
</form>
<script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=searchbox_0035086000ggc"></script>
<!-- Google CSE Search Box Ends -->
</td>
cause it was creating double of the /nav_bg.gif image
HOW DOES IT LOOK ON MY FORUM??? SHOULD I LEAVE IT ON???