PDA

View Full Version : How do you set Table width...


imported_+||ProtoCon||+
06-30-2002, 08:48 AM
In PIxels? Like what you guys have done here, seems to be around 800 pixels wide...anyone could tell me that would be great...

heretic
06-30-2002, 12:52 PM
on the vB, in where you edit styles, right after the header boxes there are options to set the main table width :)


in general HTML, it's like this:

<table>
<tr>
<td width="100">
blah
</td>
</tr>
</table>


just use the "width" attribute.

imported_Porter
06-30-2002, 01:11 PM
By doing the table width in percentages with in that table an image which is invisible like the spacer in vbulletin does..

I'm not sure, but I think that this would be a solution..

heretic
06-30-2002, 01:14 PM
it depends, the best thing to do is set a specific dimension for the main table in pixels, like 800. then any tables inside you should set to percentages.

imported_+||ProtoCon||+
06-30-2002, 04:32 PM
Yeh, thanx guys:) Got it working fine:)