View Single Post
Old 03-24-07, 02:07 AM #1
orth
Administrator
Characters

orth's Avatar

Join Date: Oct 2004
Location: Toronto, Ontario, Canada
Posts: 3,393
Thanks: 26
Thanked 652 Times in 176 Posts
Default Forum Update - HTML Cleanup & New Tables

Okay, the HTML Cleanup went okay as far as I can tell, there are some issues here and there, in some cases all you need to do is edit your post and save it and things should fix themselves. (I noticed this for bulleted lists).

If you are missing anything please let me know.

Also the format of how you work with tables is much easier and I have converted the existing tables to use that new format. To make a table you simply enter it like so:

Code:
 
[table=head]Heading 1|Heading 2|Heading 3
Row 1 Col 1| Row 1 Col 2| Row 1 Col 3
Row 2 Col 1| Row 2 Col 2| Row 2 Col 3
[/table]
If you don't want a heading for the first row and just treat it as a normal row then you need not specify the =head part.

Now the real cool part... if you want to make these tables sortable, then specify which columns are sortable. For example:

Code:
 
[table=head;sort=1,2,3]Spell|Level|Cost
Bless|1|460
Virtue|0|25
Implosion|9|7560
Resurrection|7|10000
[/table]
produces this:

SpellLevelCost
Bless1460
Implosion97560
Resurrection710000
Virtue025

Notice how you can click the headings and they re-sort?

Anyway I should post this so I can turn the forum back on .

Once again, let me know if anything significant has been lost, and if you see a stray html tag and it's your post, try fixing it. As I said sometimes just clicking edit then save will do the trick.

Cheers,
orth
__________________
The compiler runs
Like a swift-flowing river.
I wait in silence.

Last edited by orth : 03-24-07 at 02:16 AM.
orth is offline Reply With Quote
The Following 5 Users Say Thank You to orth For This Useful Post:
Leanthar (03-24-07), mumbles (03-24-07), Pen N Popper (03-24-07), Thak (03-24-07), Weeblie (03-24-07)