PDA

View Full Version : Class table code



Adjudicator
2006-10-17, 03:56 PM
I've seen a few folks post homebrew classes that used some kind of code to make the stat tables all nice and neat. Could anyone point me in the direction of that code? I would greatly appreciate it.

Many thanks,

ishi
2006-10-17, 05:01 PM
Here (http://www.giantitp.com/cgi-bin/yabb/YaBB.pl?board=homebrew;action=display;num=11587267 22), from Fax Celestis.

Why wasn't this stickied? It makes homebrews a lot easier to read.

Fax Celestis
2006-10-18, 12:28 PM
//shrug I dunno.

The Clown
2006-10-19, 11:13 PM
The YABB tags you will need are here. You must always start with [*table]. It starts a table.

The [*tr] tag makes a new row in the table. It can have as many cells (made with the [*td] tag) as you need.

ALWAYS USE YOUR END TAGS ( [/*table], [/*tr], [/*td] )IN THE REVERSE ORDER YOU STARTED THEM. SEE TOP. DO NOT USE THE * SYMBOL IN YOUR CODE. THEY ARE THERE SO THE CODE DOES NOT DISAPEAR.