PDA

View Full Version : How to center this...


christian8a
06-30-2007, 11:19 PM
I just changed the "left" alignement and the widt to "980"
Once I did that, the footer from vbadvanced CMPS went to the right as you can see in my site.

http://www.myls1.com

How do I put it back where it was? It was right on top of the red line where contact - admin - mod - archive links are...

Please
Chris___


$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
<if condition="$pages['name'] == 'home'">
<meta http-equiv="Cache-Control" content="no-cache" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
</if>

<title>$vboptions[hometitle] <if condition="$pagetitle">- $pagetitle</if></title>

$headinclude
<if condition="$show['inlinemod']">
<script type="text/javascript" src="clientscript/vbulletin_inlinemod.js"></script>
</if>
</head>
<body>

$header

$navbar


----this is what I modified------
<table align="left" class="page" cellspacing="0" cellpadding="0" width="980">
---- and the footer whent to the right------


<tr valign="top">
<if condition="$show['left_column']">
<td width="$vba_style[portal_leftcolwidth]"<if condition="$show['center_column'] OR $show['right_column']"> style="padding-right: $vba_style[portal_colspacing]px"</if>>
$home[leftblocks]
</td>
</if>
<if condition="$show['center_column']">
<td valign="top">
$home[centerblocks]
</td>
</if>
<if condition="$show['right_column']">
<td valign="top" width="$vba_style[portal_rightcolwidth]"<if condition="$show['center_column'] OR $show['left_column']"> style="padding-left: $vba_style[portal_colspacing]px"</if>>
$home[rightblocks]
</td>
</if>
</tr>
</table>

$footer

</body>
</html>