PDA

View Full Version : Overriding Cellpadding


sabret00the
01-13-2004, 09:06 PM
Is there a way to over-ride the tables cellpadding setting on a single row/cell?

Zachery
01-13-2004, 09:09 PM
Is there a way to over-ride the tables cellpadding setting on a single row/cell?
manully set it?

sabret00the
01-13-2004, 09:11 PM
<table style="background: #3B5078;" class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center" >
</if>
<tbody>
<tr height="2">
<td height="2" bgcolor="#4F6BA0" style="height: 2px;" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>"></td>
</tr>
that row that i've set to display at 2pixels refuses to render 2px high on FB due to the tables cellpadding

can i just add cellpadding=0 on that cell?

Zachery
01-13-2004, 09:23 PM
<table style="background: #3B5078;" class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center" >
</if>
<tbody>
<tr height="2">
<td height="2" bgcolor="#4F6BA0" style="height: 2px;" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>"></td>
</tr>
that row that i've set to display at 2pixels refuses to render 2px high on FB due to the tables cellpadding

can i just add cellpadding=0 on that cell?
yes sure. also note if you have the old EXTRA CSS that was nessary anything valing imgaes and some padding and junk there you can remove the nessary CSS at the bottom with out effecting the board

sabret00the
01-13-2004, 09:33 PM
my cellpadding idea didn't work :(

also note if you have the old EXTRA CSS that was nessary anything valing imgaes and some padding and junk there you can remove the nessary CSS at the bottom with out effecting the board i don't get you :(

Zachery
01-13-2004, 09:35 PM
my cellpadding idea didn't work :(

i don't get you :(
ok first off height is ignored in almost every browser known to man even with CSS

if you really want it to be JUST 2px use a small cear image :)

sabret00the
01-13-2004, 09:42 PM
i managed to get height working cross browser on other cells?

attachment 1 is the height tag working

and attachment 2 is the headache due to the cellpadding being set elsewhere.

Zachery
01-13-2004, 09:43 PM
i managed to get height working cross browser on other cells?
your lucky. but as this is a template thing we shouldnt probally be talking about it here..

sabret00the
01-13-2004, 09:46 PM
where should we talk about it :(

Zachery
01-13-2004, 09:47 PM
where should we talk about it :(
vBT maybe?

sabret00the
01-13-2004, 09:48 PM
but vBT isn't equipped to handle anything except show off vBTdesign.com skins.

the forum structure is unorganised (forums/catergories) and thus i felt rather than seek help there, i'd come here where based on the strength of the way the place it's actually got a buzzing community.

but alas something might've changed since this morning :rolleyes:, i'll copy paste my post there :)

Zachery
01-13-2004, 09:50 PM
but vBT isn't equipped to handle anything except show off vBTdesign.com skins.

the forum structure is unorganised (forums/catergories) and thus i felt rather than seek help there, i'd come here where based on the strength of the way the place it's actually got a buzzing community.

but alas something might've changed since this morning :rolleyes:, i'll copy paste my post there :)
ill continue to help you there too

were trying to get things changed at vBT its just a semi hard process :)

sabret00the
01-13-2004, 09:51 PM
that's what you get with an inactive admin :( but on my wya over there :D

sabret00the
01-14-2004, 06:50 PM
aint been able to get a response over at vBT so i'm back here, as it is a html question also :) someone please help me :(