View Single Post
  #1  
Old 03-05-2003, 12:07 PM
 
psy psy is offline
 

Member
  
Join Date: Mar 2003
Posts: 10
 

Default Help with my header

Ok heres the deal, When i try adding my custom header it messes the tables up and doesnt display right on my page i am not sure why. probably an error in my code.

Code:
<TABLE width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="306287"> <TR> <TD width="100%" height="50" valign="top">[img]/storeheader/header.jpg[/img]</TD> <TD width="517"></TD> </TR> <TR> <TD colspan="2" height="36" valign="top"> <TABLE width="100%" border="0" cellpadding="0" cellspacing="0" background="/storeheader/bg.gif"> <TR> <TD width="151" height="36"></TD> <TD width="516" valign="top"> <TABLE width="100%" border="0" cellpadding="0" cellspacing="0"> <TR> <TD width="103" height="31" valign="top">[img]/storeheader/tab1.jpg[/img]</TD> <TD width="103" valign="top">[img]/storeheader/tab2.jpg[/img]</TD> <TD width="103" valign="top">[img]/storeheader/tab3.jpg[/img]</TD> <TD width="103" valign="top">[img]/storeheader/tab3.jpg[/img]</TD> <TD width="103" valign="top">[img]/storeheader/tab4.jpg[/img]</TD> </TR> <TR> <TD height="5"></TD> <TD></TD> <TD></TD> <TD></TD> <TD></TD> </TR> </TABLE> </TD> <TD width="368"></TD> </TR> </TABLE> </TD> </TR> <TR> </TR> </TABLE>

If someone Could please help me with getting this header to work in the head.tpl file id appecaite it.
Reply With Quote