i am trying to create a template where the header does not break the style whether its fluid or fixed
so far i have this
HTML Code:
$stylevar[htmldoctype]
<html xmlns="http://www.w3.org/1999/xhtml" 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>$vbphrase[privacy_policy] - $vboptions[bbtitle]</title>
$headinclude
</head>
<body>
$header
$navbar
<table width="$stylevar[outertablewidth]" cellspacing="0" cellpadding="0" border="0" align="center">
<tr>
<td width="$stylevar[outertablewidth]" valign="top">
<table width="$stylevar[outertablewidth]" class="tborder" cellspacing="1" cellpadding="4" border="0">
<tr>
<td class="tcat" colspan="2">$vboptions[bbtitle] $vbphrase[privacy_policy] </td>
</tr>
<tr>
<td class="alt1" style="vertical-align: top; height: 711px;">
<div align="center">
however people are complaing that this part of the code is still breaking their style/skin
please can someone support me in fixing the header to work with both style types