View Single Post
  #1  
Old 01-23-2012, 06:18 AM
 
JoeS JoeS is offline
 

Senior Member
  
Join Date: Dec 2008
Posts: 124
 

Default Header customization

I am trying to add a little image on the top right corner of my website, I am using the below code in the head.tpl:

<table cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="385" align="left"><a href="{$catalogs.customer}/home.php"><img src="{$ImagesDir}/logo1.jpg" alt="Logo" /></a></td>
<td width="254" ><a href="{$catalogs.customer}/home.php"><img src="{$ImagesDir}/spacer.gif" alt="Space" /></a></td>
<td width="411" align="right" VALIGN="top" ><a href="{$catalogs.customer}/home.php"><img src="{$ImagesDir}/lowshipping.jpg" alt="Low Shipping" /></a></td>
</tr>
</table>

The image is appearing on the right side, but it is not on the top corner, it appears low (same level as the logo's lower part), I added the VALIGN="top" but that did not make any difference.

Any help please? Thanks
__________________
xcart gold plus 4.6.5
responsive customized skin
responsive menus
cdseo + on sale + smart predictive search
Reply With Quote