View Single Post
  #3  
Old 07-20-2009, 10:22 AM
  ARW VISIONS's Avatar 
ARW VISIONS ARW VISIONS is offline
 

X-Man
  
Join Date: Jan 2007
Location: Pensacola, FL
Posts: 2,536
 

Default Re: Can I make the home page one size, and all the other pages a different size?

actually looks like the width is not controlled by the CSS but this line.

<table width="760" cellspacing="0" cellpadding="0">

change it to this in home.tpl

<table {if $main eq "catalog" and $current_category.category eq ""}width="990px"
{else}width="760"{/if} cellspacing="0" cellpadding="0">
__________________
xcart 5.1.2
Reply With Quote