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 !
Forum table issue
Eowin Of Rohan
Marty Silverblade
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.
[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
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?
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
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.
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 456
Regarding changing cell background colours and such, it's not possible as far as I'm aware.
Pexze
Btw, what is the code to align text to center of the column or page?
Calista Blackblood
[center]Your text here[/center]
Pexze
Quote:
Originally Posted by Calista Blackblood