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">