View Single Post
  #8  
Old 01-19-2003, 01:24 PM
  shan's Avatar 
shan shan is offline
 

X-Guru
  
Join Date: Sep 2002
Location: Birmingham, UK
Posts: 6,163
 

Default

Is this what your after ?

I just moved everything that you had in a column on the right into a new column over on the left .....

Code:
{* $Id: home.tpl,v 1.2.2.1 2002/10/03 10:21:19 zorg Exp $ *} { config_load file="$skin_config" } <html> <head> <title>{$lng.txt_site_title} {if $main eq "catalog"} {$lng.txt_subtitle_home} {elseif $main eq "help"} {$lng.txt_subtitle_help} {elseif $main eq "cart"} {$lng.txt_subtitle_cart} {elseif $main eq "checkout"} {$lng.txt_subtitle_checkout} {elseif $main eq "order_message"} {$lng.txt_subtitle_thankyou} {/if} </title> { include file="meta.tpl" } <link rel="stylesheet" href="{$SkinDir}/{#CSSFile#}"> </head> <body class="background"> { include file="rectangle_top.tpl" } { include file="head.tpl" } <table border=0 width=70% cellpadding=0 cellspacing=0 align="center"> <tr> <td class=TableRight width=175 valign=top> { include file="mooses.tpl" } { include file="customer/categories.tpl" } { include file="customer/menu_cart.tpl" } {if $active_modules.Bestsellers ne "" and $config.Modules.bestsellers_menu eq "Y"} { include file="modules/Bestsellers/menu_bestsellers.tpl" } {/if} {if $active_modules.Gift_Certificates ne ""} { include file="modules/Gift_Certificates/gc_menu.tpl" } {/if} {if $login eq "" } { include file="auth.tpl" } {else} { include file="menu_profile.tpl" } {/if} { include file="help.tpl" } <table border=0 cellpadding=5 cellspacing=0 width=100%> <tr> <td class=MenuTitleLine height=26 valign=center width="100%" ><font class=TableLeftTitles>{$lng.lbl_about_our_site}</font> </td> </tr> <tr> <td colspan=2 class="TableLeftElements"> <a href="home.php?mode=about_us">About us</a> </td> </tr> </table> <table border=0 cellpadding=5 cellspacing=0 width=100%> <tr> <td class=MenuTitleLine height=26 valign=center width="100%" ><font class=TableLeftTitles>Home</font> </td> </tr> <tr> <td colspan=2 class="TableLeftElements"> Home </td> </tr> </table> {if $login eq "" } { include file="news.tpl" } {else} { include file="authbox.tpl" } {/if} { include file="testimonials.tpl"} More Testimonials { include file="mainlinks.tpl"} { include file="poweredby.tpl"} </td> <td width=20></td> <td valign=top> {include file="customer/home_main.tpl"} <tr> <td></td> <td></td> <td>{ include file="copyright.tpl" }</td> </tr> </table> { include file="rectangle_bottom.tpl" } </body> </html>
__________________
Looking for a reliable X-cart host ?
You wont go wrong with either of these.

EWD Hosting
Hands On Hosting
Reply With Quote