View Single Post
  #2  
Old 06-25-2003, 08:57 AM
 
funkydunk funkydunk is offline
 

X-Man
  
Join Date: Oct 2002
Location: Cambridge, UK
Posts: 2,210
 

Default

change the code at the top to:

Code:
<TABLE align=center border=0 cellPadding=0 cellSpacing=0 width="100%" height="100%"> <TR> <TD valign=top><table align=center border=0 cellpadding=0 cellspacing=0 class=HeadBox width=100%> <tr> <td colspan=2 valign="top" width="800">[img]../skin1/images/logo.gif[/img]</td> <td background="../skin1/images/top1.gif" align=right valign=right width="50%"> <form action="home.php" method=GET name=sl_form> <select name=sl onChange="javascript: document.sl_form.submit()"> <option value="FR">French</option> <option value="DE">German</option> <option value="SE">Swedish</option> <option value="US" selected>English</option> </select> </form> </td> </tr> <tr> <td valign=center></td> <td valign=center></td> <td rowspan=3 width=99% valign=top class=HeadBox background="../skin1/images/top2.gif" style="background-repeat: repeat-x"> <p align=right><span class=NumberOfArticles>178 products online</span></p> </td> </tr> <form method="get" action="../customer/search.php" name=productsearchform> <tr> <td valign="middle" width=34> <span class="TopLabel">Search:</span></p> </td> <td valign="middle" width=250> <input type="text" name="substring" size="16" value=""> [img]../skin1/images/GOboutonWhiteBkg.gif[/img] </td> </tr> <tr> <td width=34></td> <td>Advanced search</td> </tr> </form> </table>
__________________
ex x-cart guru
Reply With Quote