View Single Post
  #2  
Old 10-02-2006, 11:54 AM
  mcitde's Avatar 
mcitde mcitde is offline
 

Advanced Member
  
Join Date: Apr 2006
Posts: 61
 

Default Re: How to resize all the checkout dialog boxes?

Hi Tuan,
you need to modify skin1/modules/Fast_Lane_Checkout/home.tpl

Find this at top
Code:
<table width="100%" cellpadding="0" cellspacing="0"> <tr> <td valign="top" width="150"><img src="{$ImagesDir}/spacer.gif" class="Spc" alt="" /></td> <td width="6">&nbsp;</td> <td valign="top" align="center">
and this on the bottom
Code:
</td> <td width="6">&nbsp;</td> <td valign="top" width="150"><img src="{$ImagesDir}/spacer.gif" class="Spc" alt="" /> </td> </tr> </table>
and just delete it. Then look for
Code:
<table cellpadding="0" cellspacing="0" width="700">
and change 700 to 100%.

Thats it.
__________________
v 4.1.8 and v 4.1.9
WIN XP: Apache 2.2.4, PHP 5.2.3, MySQL 5.0.45
UNIX: Apache 1.3, PHP 4.4.4, MySQL 5.0.22
Reply With Quote