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
|