View Single Post
  #1  
Old 09-11-2006, 11:41 AM
 
jeff819 jeff819 is offline
 

Advanced Member
  
Join Date: May 2006
Posts: 42
 

Default Centering page...please help!!

I am trying to center my webpage (it's currently left aligned), and haven't been able to figure it out. From the forums, I've only been able to figure out that this is set in rectangle_top.tpl. So...my rectangle_top.tpl code is shown below. Please help!


{* $Id: rectangle_top.tpl,v 1.13.2.7 2005/09/06 11:07:44 max Exp $ *}
{ include file="common_js.tpl"}
{if $config.Adaptives.isJS eq '' && $config.Adaptives.is_first_start eq 'Y'}
<script id="adaptives_script" type="text/javascript" language="JavaScript 1.2"></script>
<script type="text/javascript" language="JavaScript 1.2">
if (document.getElementById('adaptives_script'))
document.getElementById('adaptives_script').src = "{$current_location}/adaptive.php?send_browser="+(localIsDOM?"Y":"N")+( localIsStrict?"Y":"N")+(localIsJava?"Y":"N")+"|"+l ocalBrowser+"|"+localVersion+"|"+localPlatform+"|" +(localIsCookie?"Y":"N")+"|"+screen.width+"|"+scre en.height+"|{$usertype}";
</script>
{/if}
<table class="okvir" border="0" cellpadding="0" cellspacing="0">
<tr>
<td valign="top">


Thanks!!
Jeff
__________________
X-Cart Gold - Version 4.0.19
Reply With Quote