![]() |
Re: moving details area above description in product.tpl
Got a url so I can see waht you are talking about?
|
Re: moving details area above description in product.tpl
|
Re: moving details area above description in product.tpl
You sure you posted the right code? Make sure the table row code I posted goes right before the FINAL closing table tag...that looks like you have it before the second to last table tag.
|
Re: moving details area above description in product.tpl
maybe change <td class="PImgBox" rowspan="2"> with the new code from Balinor
to... <td class="PImgBox"> does that do it? |
Re: moving details area above description in product.tpl
kube...you nailed it!!! Thanks guys!!!
|
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 ). |
Re: moving details area above description in product.tpl
Thanks for the code gang, I like the small adjustment.
|
All times are GMT -8. The time now is 04:13 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.