PDA

View Full Version : Table Format



Lord Lorac Silvanos
2007-03-05, 06:38 AM
{table]
center
|
test
|
test


c
|
t
|
t


c
|
t
|
t
[/table]Could someone tell me how I center the first column all the way down?

Thank you.

Rawhide
2007-03-05, 07:21 AM
That was a tricky one. You will need to turn off the WYSIWYG editor by clicking http://www.giantitp.com/forums/images/editor/switchmode.gif. Then when you build the table, place a space after every closing [center] tag at the end of a line.

vB is too smart for its own good sometimes, it sees that the center (why must HTML be in American spelling?) tag is just reopened on the next line so it cuts it out. Placing the space tricks it. Either that or don't have both the first and last column centring (oooh lookie! British spelling!) the text.

Lord Lorac Silvanos
2007-03-05, 07:25 AM
{table]
center
|
test
|
test


c
|
t
|
t


c
|
t
|
t
[/table]

Thank you very much :smallbiggrin:

It was eating my centers :smallfurious:

Lord Lorac Silvanos
2007-03-05, 08:02 AM
Ok, Rawhide next question:

Is there any way to insert spaces or force the column width?

Say I wanted those three columns to be the same width.

Rawhide
2007-03-05, 08:05 AM
http://www.giantitp.com/forums/showpost.php?p=1499898&postcount=1

Lord Lorac Silvanos
2007-03-05, 08:33 AM
{table=head;width=500px]
center
|{colsp=10}test|test



c
|t|t


c
|t|t



c
|t|t
[/table]

That was very helpful.

Thank you very much :smallsmile: