View Single Post
  #1  
Old 03-26-2005, 10:15 PM
 
NJB NJB is offline
 

Member
  
Join Date: Mar 2005
Posts: 28
 

Default home.tpl - images and text ~ white space issue

I'm trying to modify my home page, and have added the following code at the bottom of customer/home.tpl There is a lot of white space between the PayPal logo and the "payment options" text insertion underneath - can someone advise how I go reducing the amount of white space? I tried the cellpadding and that didn't make any difference.

Thanks.


Code:
<TABLE border="0" width="96%" cellpadding="0" cellspacing="0" align="left"> <TR> <TD width="27">[img]{$ImagesDir}/spacer.gif[/img]</TD> <TD width="170" valign="top"> {*{include file="help.tpl"}*} {*{include file="customer/special.tpl"}*} <p align=center>{$lng.txt_minimum_order} <table border="0" cellpadding="10" cellspacing="0" align="center"><tr><td align="center"></td></tr> <tr><td align="center">[img]https://www.paypal.com/en_US/i/bnr/vertical_solution_PP.gif[/img]</td></tr></table> <p align=center>{$lng.txt_payment_options}
__________________
NJB
Sydney, Australia
x-Cart Version 4.0.12
Reply With Quote