X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   please help with header problem (https://forum.x-cart.com/showthread.php?t=3336)

need300z 06-25-2003 08:19 AM

please help with header problem
 
Could someone please help me with our header. http://www.indysuperbikes.com/xcart/customer/home.php

How do i get the right side lined up and also the search to line up.

thanks,

funkydunk 06-25-2003 08:57 AM

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>     


klewlis 06-25-2003 08:57 AM

lined up with what? be more specific :)

need300z 06-25-2003 09:37 AM

That did it thanks a bunch funkydunk, what else you think i could do to make this look a little better.


All times are GMT -8. The time now is 09:24 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.