Forum table issue

Eowin Of Rohan

Academy Page

Join Date: Mar 2009

The White Seed

Hi,

I just posted a huge new WTS thread here :
http://www.guildwarsguru.com/forum/g...98#post5517898

As you can see, even if this forum seems to be able to have tables (there is a little "table" icon in the message advanced editor), nothing worked as it should have !
Anyone could help me to know what's wrong in my syntax ?

I attached source (part1.txt and part2.txt ... had to make 2 files since forum doesn't let me attach txt file larger than 19kB ^^)

Tanks !

Marty Silverblade

Marty Silverblade

Administrator

Join Date: Jun 2006

Your syntax is completely wrong.


[table]1.1 | 1.2 | 1.3
2.1 | 2.2 | 2.3
3.1 | 3.2 | 3.3[/table]


Use a new line for a new row and | to separate columns.

Eowin Of Rohan

Academy Page

Join Date: Mar 2009

The White Seed

Ok tyvm
I bet that means I can't use row style ? (all those "background:#xxxxxx" I put in my code, which should work according to the bbcode table page I read ... but that bbcode page had "[row]" and "[col]" syntax ^^)

edit : and what about rowspan/colspan which would allow me cell fusion?

Marty Silverblade

Marty Silverblade

Administrator

Join Date: Jun 2006

What bbcode page? The guru one is here and has no [row] or [col] tags.

That doesn't describe colspans, so here's another example.


[TABLE]{colsp=3} [B]The title![/B]
a | A | 123
b | B | 456
c | C | 789
[/TABLE]


The title!a A 123b B 456c C 789
Regarding changing cell background colours and such, it's not possible as far as I'm aware.

Pexze

Ascalonian Squire

Join Date: Jan 2012

W/

Btw, what is the code to align text to center of the column or page?

Calista Blackblood

Calista Blackblood

Permanently Banned

Join Date: Oct 2007

Northern Ireland

Nowhere To Run Nowhere To [Hide]

N/

[center]Your text here[/center]

Pexze

Ascalonian Squire

Join Date: Jan 2012

W/

Quote:
Originally Posted by Calista Blackblood View Post