View Single Post
  #22  
Old 06-12-2008, 07:56 AM
  Cyber Matrix's Avatar 
Cyber Matrix Cyber Matrix is offline
 

eXpert
  
Join Date: Dec 2006
Posts: 199
 

Default Re: Convert to CSS - one piece at a time

I figured it out after I kept playing with it. But here is the code and if any suggestions I'm all ears. I put the extra closing div tags in the rectangle_bottom.tpl if that is not where they go where would they go?

Code:
<div class="Headerbackgd"> <div class="HeadLogo"> <a href="{$http_location}/"><img src="{$ImagesDir}/logo.jpg" width="436" height="98" alt="{$smarty.capture.title|replace:"\n":""}"/></a></div> <div class="HeadRightBox">{if $usertype eq "C"} {include file="customer/top_menu.tpl"} {/if} </div> <div class="HeadLine">{if $usertype eq "C"} { include file="customer/search.tpl" } {/if} </div>
__________________
Cyber Matrix
-------------------
X-Cart 4.1.9
Reply With Quote