PDA

View Full Version : Making my banner and custom navbar the same size as my forumbits and stuff


HPIA
11-11-2006, 09:28 PM
Making my banner and custom navbar the same size as my forumbits and stuff...anyone know how?

Currently, the topnavbar is very elongated and the banner is too small. Would I need to add a border around the forum to make it fit right?

The link is in my sig to the forum :).

SmashinYoungMan
11-11-2006, 11:42 PM
The table that contains your banner looks like this:


<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="400" align="center">


Trying changing it to this and see if you're satisfied with the result:


<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="$stylevar[outertablewidth]" align="center">

HPIA
11-12-2006, 12:17 AM
Hmmm, I wasnt crazy about it...so i took the cellspacing and put it to zero...but that still isnt really what I want. :(