![]() |
Help with width problem
I'm having a problem with a hack on my site that is driving me up the wall. I've tried everything I can think off and nothing works.
After adding a side bar hack, I've noticed that the width of the sidebar and the forum on the forumhome page is slightly less barrow that the navbar width on both right and left sides Here is the code in question that controls the width: Code:
<table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="$stylevar[outertablewidth]" class="page" align="center"> How can this code be edited to fix this so it's full width to match the navbar on both sides like it should be. |
In your options for the style, there is a spacer size. play around with that and your problem should be solved.
|
that's a padding issue ... my guess is that you have the sidebar table within a cell that is padded
for example ... I'm guessing you have something like this: HTML Code:
<table cellpadding="??"> HTML Code:
<table cellpadding="0"> |
Quote:
Code:
$stylevar[htmldoctype] |
Try
Code:
<!-- left side block start --> |
thanks
that makes it full width now like I want, which you can see on my site in my sig, but now I have lossed the "cell spacing" between the "blocks and the forum". How can I create a cell space now and still keep the full width. edit the problem is, if I enter lets say "15" into the cellspace section in the code. It brings the blocks and the forum back in again like before. |
try this:
Code:
<!-- left side block start --> |
Wow, you a star
that worked. But can I just check I put the </div> in the right place. Here is were I entered your code in red in the forumhome template. Code:
$stylevar[htmldoctype] |
do cellpadding="0" as stated above
and FIND: HTML Code:
<!-- paypal donations end --> HTML Code:
<!-- paypal donations end --> |
I think it should be this:
Code:
<!-- useful links end --> |
All times are GMT. The time now is 10:26 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|