View Single Post
  #7  
Old 04-13-2009, 05:20 AM
 
Christofer Christofer is offline
 

eXpert
  
Join Date: Apr 2009
Location: Thessaloniki, Greece
Posts: 202
 

Default Re: How to put the "Printable version" in the same line with breadcrumb?

ok! it worked like a charm my friend, thank you.
now if i make smaller the header height and the container top padding it will not affect the breadcrumb, right? i mean it will be still clickable..

also by deleting from head.tpl the :
╗{if $printable_link_visible}
<div class="printable-bar">
<a href="{$php_url.url}?printable=Y{if $php_url.query_string ne ''}&amp;{$php_url.query_string|amp}{/if}">{$lng.lbl_printable_version}</a>
</div>
{/if}

it remains a :
<div class="line3">
</div>


EDIT :
The breadcrumb still made not clickable after i make the header height and container border less. But after deleting from the head.tpl the :
<div class="line3">
</div>
it worked

coz the code you said to delete it was inside this div. So should i leave this div as it is, or should i delete it?
__________________
X-Cart Gold : 4.2.1 (on linux parallels plesk / mysql)
Php v5.2.9 (Zend: 2.2.0) - MySql v5.0.79 - LiteSpeed server
Modules : X-Offer & X-Aom & One page checkout
Product tabs & Product downloads & many more
Reply With Quote