Log in

View Full Version : Need help tweaking


Cyn
02-26-2006, 06:24 AM
I've placed a right column as per How to Add a Left or Right Column (http://www.vbulletin.com/forum/showthread.php?t=156775). See all that space in between? What should I change in the template to fix that?

Also the post reply window gets stretch to the right. can someone point me to what I should correct? :o

KTBleeding
02-26-2006, 06:35 AM
The post reply gets stretched like that because you have five smilies per row. Try lowering the number to 4. Or maybe even 3.

What is the code you are using for the side bar?

Cyn
02-26-2006, 10:13 AM
Thanks for the help! I'll try that. I'm using the code I linked to in my post.

KTBleeding
02-26-2006, 02:36 PM
Well, the reason I asked is because the code for your advertisements may be the issue.. But I just took a look at your websites source code.. Here are things that stand out to me:

This section:
<!-- RIGHT COLUMN START -->

<td width="150" valign="top" class="page" style="padding: 6px;">

<td width="150" valign="top">
is what I think is throwing it off. It's putting a table cell between the forums and the advertisement which is why it's being pushed so far to the right.

Going from the instructions in the linked post, I'm not sure how that section of code got in there. You may want to double check your footer edit. :)

Hope that helps.

Princeton
02-26-2006, 03:18 PM
This section:
<!-- RIGHT COLUMN START -->

<td width="150" valign="top" class="page" style="padding: 6px;">

<td width="150" valign="top">

that's exactly your problem ... you cannot have a cell within a cell

to fix your smilie problem take a look at my sig

Cyn
02-26-2006, 03:37 PM
Fixed! Thanks so much for your help. Sometimes another eye can be so useful!! :)