im just upgraded to vb3.0.5 and always av been using vbindex RC5
as you can see on RacersHaven.com the width appears to be wider than the header and navbar, these are set at 95%
in the VBINDEX templete i have changed the code even to 10% for the width and it makes no difference
plz help
its whats in yellow i change is it?
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
<!-- no cache headers -->
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="-1" />
<meta http-equiv="Cache-Control" content="no-cache" />
<!-- end no cache headers -->
<title>$vboptions[bbtitle] - $vbphrase[powered_by_vbindex]</title>
$headinclude
</head>
<body>
$home[header]
$home[navbar]
<table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="$stylevar[tablewidth]">
<tr>
<if condition="($vbindex['options'] & VBI_LEFT_COL) OR ($vbindex['options'] & VBI_BOTH_COLS)">
$home[leftside]
etc
etc
etc
etc
|