Hi all,

New to this forum and new to OSCMax.

My problem is that i am trying to line up a backgroung image with the rest of the table in the header file. i tried different aproaches to this and still can't get them to line up. The bottom pink image and the purple ones in the header .

HTML Code:
http://elitestop.net/osm/catalog/
Any suggestion?


PHP Code:
<!-- header //-->
<!--trying to space from the top of the site -->
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr class="header">
    <td width="100%"> <?php echo tep_image(DIR_WS_IMAGES 'OSCMAX_bg.gif'); ?></td>
    </tr>
</table>
 
<table border="0" width="100%" cellspacing="0" cellpadding="0">
  <tr class="header">
    <td width="1000"><?php echo '<a href="' tep_href_link(FILENAME_DEFAULT) . '">' tep_image(DIR_WS_IMAGES 'm01.gif''Elite Stop Fragrances') . '</a>'?></td>
    </tr>
</table>
 
<table border="0" width="100%" cellspacing="0" cellpadding="0">
 
  <!-- TS added lower header cell -->
  <tr class="headerNavigation">
  <td height=3 colspan=3></td>
 
  <td style="background-repeat:no-repeat" background=images/m15.gif width=200 height=71><?
 
  
// SEARCH ?>
              <table cellspacing=0 cellpadding=0 width=150 align=center>
               <?=tep_draw_form('quick_find'tep_href_link(FILENAME_ADVANCED_SEARCH_RESULT'''NONSSL'false), 'get')?>                       
               <tr><td height=13 colspan=2></td></tr>
               <tr><td class=ml colspan=2><font color=#ffffff>Site search:</a></td></tr>
               <tr><td width=135><?=tep_draw_input_field('keywords''''size="20" maxlength="30" class=go') . tep_hide_session_id()?></td><td width=25 align=right><input type=image src=images/m09.gif width=20 height=20></td></tr>
               <tr><td width=135 align=right>
               <a href=<?=tep_href_link('advanced_search.php')?> class=ml2>Advanced search</a></td><td width=25></td></tr>
               <tr><td height=9 colspan=2></td></tr>
               </form>
              </table>
<? // END SEARCH ?>
<td width=3></td>
    <td  align="left" class="headerNavigation"><?php if (tep_session_is_registered('customer_id')) { ?><a href="<?php echo tep_href_link(FILENAME_LOGOFF'''SSL'); ?>" class="headerNavigation"><?php echo HEADER_TITLE_LOGOFF?></a><?php ?><a href="<?php echo tep_href_link(FILENAME_DEFAULT,'''SSL'); ?>" class="headerNavigation"><?php echo tep_image(DIR_WS_IMAGES 'm10.gif''Home'); ?><a href="<?php echo tep_href_link(FILENAME_PRODUCTS_NEW'''SSL'); ?>" class="headerNavigation"><?php echo tep_image(DIR_WS_IMAGES 'm11.gif''New Products'); ?></a><a href="<?php echo tep_href_link(FILENAME_ACCOUNT'''SSL'); ?>" class="headerNavigation"><?php echo tep_image(DIR_WS_IMAGES 'm12.gif''My Account'); ?></a><a href="<?php echo tep_href_link(FILENAME_SHOPPING_CART); ?>" class="headerNavigation"><?php echo tep_image(DIR_WS_IMAGES 'm13.gif''Shopping Cart'); ?></a><a href="<?php echo tep_href_link(FILENAME_CHECKOUT_SHIPPING'''SSL'); ?>" class="headerNavigation"><?php echo tep_image(DIR_WS_IMAGES 'm14.gif''CheckOut'); ?></a> &nbsp;&nbsp;</td>
    </tr>
 <!-- TSend of lower header cell remove above <tr> to </tr> to remove this section -->
</table>
<!-- header_eof //-->

this is how i would like it to look

HTML Code:
http://elitestop.net/store/catalog/
Thank you for your Time