sailnet
11-10-2009, 06:03 PM
can you help.
I want to have a left hand column on my page of 200 pixels wide to display banner ads.
I have a fixed with for my website of 800 pixels.
when I try to insert
$headinclude
<title><phrase 1="$vboptions[bbtitle]">$vbphrase[x_powered_by_vbulletin]</phrase></title>
</head>
<body>
$header
$navbar
<table>
<tr>
<td width=200> </td>
<td>
and then insert the closing
</td></tr></table>
down before the page footer all of the thread shift to the right and outside of the page confines
ideas?
I know this can be done, I just don;t know how or what to change?
thanks in advance
--------------- Added 1257891996 at 1257891996 ---------------
nevermind folks - I put mu head down and dug into the code and found out that showthread uses spacer_open which inherits the width from the forum width.
I created my a new template to replace spacer_open on the showthread page and that took care of it.
I want to have a left hand column on my page of 200 pixels wide to display banner ads.
I have a fixed with for my website of 800 pixels.
when I try to insert
$headinclude
<title><phrase 1="$vboptions[bbtitle]">$vbphrase[x_powered_by_vbulletin]</phrase></title>
</head>
<body>
$header
$navbar
<table>
<tr>
<td width=200> </td>
<td>
and then insert the closing
</td></tr></table>
down before the page footer all of the thread shift to the right and outside of the page confines
ideas?
I know this can be done, I just don;t know how or what to change?
thanks in advance
--------------- Added 1257891996 at 1257891996 ---------------
nevermind folks - I put mu head down and dug into the code and found out that showthread uses spacer_open which inherits the width from the forum width.
I created my a new template to replace spacer_open on the showthread page and that took care of it.