View Full Version : How do I get the infamous 4th Column
Vash912
04-24-2009, 05:57 PM
I did a search and saw the instructions on how to add the 4th column. I followed them to the letter and they worked. However my intention was to created a column to the right of the right column. What happened instead is I have a new column on the bottom left.
Any ideas as to how to fix this? so that it looks like this
[Column1] [Column2] [Column3] [Column4] as opposed to this
[Column1] [Column2] [Column3]
[Column4 is wide000]
Brian
04-25-2009, 02:57 PM
I'm assuming 'wide000' is what you used for the new location Varname?
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]" xmlns="http://www.w3.org/1999/xhtml">
<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
</head>
<body>
$header
$navbar
<table align="center" class="page" cellspacing="0" cellpadding="0" width="100%">
<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-$stylevar[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-$stylevar[left]: $vba_style[portal_colspacing]px"</if>>
$home[rightblocks]
</td>
</if>
<if condition="$show['wide000_column']">
<td valign="top" width="$vba_style[portal_rightcolwidth]"<if condition="$show['center_column'] OR $show['left_column'] OR $show['right_column']"> style="padding-$stylevar[left]: $vba_style[portal_colspacing]px"</if>>
$home[wide000blocks]
</td>
</if>
</tr>
</table>
$footer
</body>
</html>
Vash912
04-25-2009, 07:29 PM
actually wide000 is what i used to just specify the width so you can get an idea of what i ment visually hehe my mistake for not clarifying that.
In reality its name fright - Far Right Column
I am going to give this a shot with the information you have given me and I will get back to you.
thank you for your help.
Vash912
04-28-2009, 07:50 AM
Worked like a charm thanks!
vBulletin® v3.8.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.