PDA

View Full Version : Tables


Haleabor
04 Mar 2010, 19:49
Please can some bright spark tell me how to post a table here

Hal

Tiermond
04 Mar 2010, 21:08
Not tried it but you need to use these bb code tags

[table] (http://www.raidsrus.com/forum/misc.php?do=bbcode#table) Table
[td] (http://www.raidsrus.com/forum/misc.php?do=bbcode#td) Table cell
[th] (http://www.raidsrus.com/forum/misc.php?do=bbcode#th) Table header cell
[tr] (http://www.raidsrus.com/forum/misc.php?do=bbcode#tr) Table row

You use a table tag at the start of the table
a tr tag should start a new row and a /tr tag at the end
and use td and /td tags to wrap the cell contents
finally a /table tab to end the table

Probably worth testing in this thread with a small table first before trying to make a large table.

Raedwulf
04 Mar 2010, 21:15
Heh. Don't bother, the BBCode on here is a bastard. If you'll notice, on the skirmish info thread, Anaeth made remarks about it & didn't use it. (S)he might be the best person to ask for advice.

Rhyaehar
04 Mar 2010, 21:20
Header 1Header 2RhyaeharTyrantRaedwulfFoolHaleaborThingieAnaeth

Anaeth
04 Mar 2010, 22:22
lmao.. Good example table :)

One problem you will notice is that you can't have any empty cells, if you do the current BBdecoder gets some weird ideas and begins to move cells around.

I ended up enclosing it in code. if you do that spaces will be kept and not stripped. (And I have to strip instead for you)

Raedwulf
04 Mar 2010, 22:30
Enclose it in code, fer gawd's sake! :shock:

Derigar/Tarinas
05 Mar 2010, 00:29
Give this a try

UserMain RunRollingAlt RunRollingHaleaborHunterGlovesMinstrelGlovesHirion BurglarNoneCaptainLeggingsTevraBurglarLeggingsGuar dianleggingsCainorGuardianBootsMinstrel?EijyaGuard ianChestN/AN/AShieldwall101HunterNoneWardenChestTarinasMinstrel LeggingsBurglar?RayinLoremasterChestN/AN/ASiegbertChampionChestN/AN/AUnisiLoremasterChestWardenGlovesHurakenHunterGlov esN/AN/ACirgilChampionHelmetLoremasterChestEcgChampionLeg gingsN/AN/AViryelHunterLeggingsN/AN/ADaphneLoremasterLeggingsN/AN/AZaraBurglarNoneN/AN/A


Oh, and of course it

Rhyaehar
05 Mar 2010, 00:57
One problem you will notice is that you can't have any empty cells

Orly?

Anaeth
05 Mar 2010, 05:39
Yeah. When i tried to have empty cells in the middle of the table cells where shifted to the left because the editor removed them. If you look at the skirmish-table you understand why this was a problem - 30 minutes work and when I pressed post the cells fell like bricks to the left.

Gorli
05 Mar 2010, 07:22
How about putting a &nbsp which is a non-breaking space in the empty cells? Then it should look ok.

Haleabor
05 Mar 2010, 08:40
Thank you all for your help (especially Tari)...I'll sort it now

Rhyaehar
05 Mar 2010, 09:28
How about putting a &nbsp which is a non-breaking space in the empty cells? Then it should look ok.

You can't use HTML. That's disabled for safety reasons.

Filled cellFilled cellFilled cell
Empty :)

Anaeth
05 Mar 2010, 10:34
What? Why did it strip mine? Bah

Anaeth
05 Mar 2010, 11:40
Hmm. Seems stripping didn't occur when singlelining it all.