Thread: Xcart Logo
View Single Post
  #3  
Old 01-25-2008, 03:38 AM
  Yurij's Avatar 
Yurij Yurij is offline
Banned
 

X-Adept
  
Join Date: Jan 2008
Posts: 486
 

Default Re: Xcart Logo

Quote:
Originally Posted by DezineJunkie
<td class="HeadLogo"><a href="{$http_location}/"><img src="{$ImagesDir}/xlogo.gif" width="244" height="67" alt="" /></a></td>
<td class="HeadRightBox">

what part of this do i comment out to get rid of the xlogo?

when i comment out the entire section, logo is gone but it pushes my page down because i have no page header in place now. or do i leave it alone and when i put a header in change the name of the filee and size and input information?

Try this:

<td class="HeadLogo">{* <a href="{$http_location}/"><img src="{$ImagesDir}/xlogo.gif" width="244" height="67" alt="" /></a> *} </td>
<td class="HeadRightBox">
Reply With Quote