PDA

View Full Version : add new css... or edit footer..


Winterworks
12-30-2008, 11:28 AM
http://img261.imageshack.us/img261/1314/trtrtrtrgt3.jpg

The part that goes out, that's a footer that I added into the navbar. Trust me, it looks good there, but it's a bit big...

There's one thing saying what size, and it says 100% (in the code in navbar template)

<form action="$vboptions[forumhome].php" method="get">

<table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="$stylevar[outertablewidth]" class="page" align="center">
<tr>
<if condition="$show['quickchooser']">
<td class="tfoot">
<select name="styleid" onchange="switch_id(this, 'style')">
<optgroup label="$vbphrase[quick_style_chooser]">
$quickchooserbits
</optgroup>
</select>
</td>
</if>
<if condition="$show['languagechooser']">
<td class="tfoot">
<select name="langid" onchange="switch_id(this, 'lang')">
<optgroup label="$vbphrase[quick_language_chooser]">
$languagechooserbits
</optgroup>
</select>
</td>
</if>
<td class="tfoot" align="$stylevar[right]" width="500">
<div class="smallfont">
<strong>
Style Coded by <a href="http://www.trasion.com/forum/">Trasion</a>.

</strong>
</div>
</td>
</tr>
</table>

So I'm using <td class="tfoot" .... >

How can I either resize that one bar, or make a new css to make a new one resized? (The footer, and bottom of each category also uses the same footer, and I don't want it resized on those. On them, it's perfect.)

I've tried editing the "100%" in the code above, to "500" or smaller, but nothing changes...

SEOvB
12-30-2008, 02:40 PM
TRy using colspan or rowspan =2

<table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="$stylevar[outertablewidth]" class="page" align="center" rowspan="2">