X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   add social bookmarks to product.tpl (https://forum.x-cart.com/showthread.php?t=57172)

ibdmanhb 12-22-2010 08:30 AM

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.....

balinor 12-22-2010 08:30 AM

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>

ibdmanhb 12-22-2010 08:54 AM

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.

balinor 12-22-2010 10:23 AM

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.