PDA

View Full Version : How do I stop main frame overlap?


garyhartaz
08-18-2004, 10:32 PM
I want to make the content fit inside my outer background graphics but it is overrunning it now matter what I do.

See the issue at http://www.autoglassbuzz.com/cmps_index.php

I even changed a setting in the Style to 90@ and all it does is move all the content inside the frame but the big grey background remains!!! :confused:

Brian
08-19-2004, 12:35 PM
Try editing your 'adv_portal' template and change the width in the first table you see in that template.

Our Sponsors
 

garyhartaz
08-19-2004, 05:49 PM
Try editing your 'adv_portal' template and change the width in the first table you see in that template.

The first one under $navbar changes the width of the table that holds the left, center and right.

Here is the code:

$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
<title>$vboptions[hometitle]</title>

$headinclude

</head>
<body>

$header

$navbar

<table align="center" class="page" cellspacing="0" cellpadding="0"width="90%">
<tr valign="top">
<if condition="$show['left_column']">

<td width="$vba_options[portal_leftcolwidth]">

$home[leftblocks]

</td>