View Single Post
  #26  
Old 05-15-2008, 09:31 AM
 
leannew leannew is offline
 

Member
  
Join Date: Sep 2006
Posts: 25
 

Default Re: moving details area above description in product.tpl

I thought this may help someone looking for product description layout in version 4.0.19.
I followed the instructions above
1.moved this
<tr><td colspan="2">{if $product.fulldescr ne ""}{$product.fulldescr}{else}{$product.descr}{ /if}</td></tr> and put it after the last </tr>
However ,this just moved the product details next to the picture and left a long column of description sitting in the middle of the page and I wanted it to extend under the left column. So I added <table> as below
<table><tr><td colspan="1">{if $product.fulldescr ne ""}{$product.fulldescr}{else}{$product.descr}{ /if}</td></tr> but I didnt close with </table> and everything is looking great.Text now aligns left under picture .(closing with </table> just thru all the other tables out of alignment ).

__________________
leanne Winner
xcat version 4.0.19
Now trying 4.3.1
Reply With Quote