![]() |
Re: add social bookmarks to product.tpl
I can't seem to make this work, I added that line above the include for the social bookmark and it pushed the 2 buttons above closer together. Here is the little block of code, where would I add the extra row to space the bookmarks down from the add to cart button?
{include file="customer/add2wl.tpl"} {/if} </td> <tr> <td> {include file="social/social.tpl"} </td> </tr> Sorry for the trouble..... |
Re: add social bookmarks to product.tpl
{include file="customer/add2wl.tpl"}
{/if} </td> <tr> <td> <br/><br/> {include file="social/social.tpl"} </td> </tr> |
Re: add social bookmarks to product.tpl
Works like a champ !! Silly question, I tried just a single break tag and it didn't change anything, why does it require a <br/><br/> instead of just a <br/>?
HTML novice..... Thanks for all the help, hope QT sends you something nice for Xmas. |
Re: add social bookmarks to product.tpl
One break just adds a return - sometimes that isn't enough to give you the extra space you need.
|
All times are GMT -8. The time now is 06:05 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.