Conquest of the Horde

Full Version: Tables
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
Remember the table tags? I've updated them, let's see if they work.
Code:
[table=70]
[th]Column One[/th]
[th]Column Two[/th]
[th]Column Three[/th]
[tr]
[td]Cell One[/td]
[td]Cell Two[/td]
[td]Cell Three[/td]
[/tr]
[tr]
[td]Cell Four[/td]
[td]Cell Five[/td]
[td]Cell Six[/td]
[/tr]
[/table]
Turns into:
Column One Column Two Column Three
Cell One Cell Two Cell Three
Cell Four Cell Five Cell Six
Somewhere, somehow, Piroska just began to twitch uncontrollably.
Let's also try a 'module.'

Code:
[module width=60 title=This is a title]
This is body text.  See its awesomeness!
[/module]
Turns into....
This is a title

This is body text. See its awesomeness!

Kretol is pretty awesome. Just sayin'.
This is a test if you specify the colspan in the headers. If you use this one, you must also specify the width of the column (takes the value and uses it as a percent, like the table width value):

Code:
[table=70]
[th colspan=2 width=70]Awesome Columns[/th]
[th colspan=1 width=30]Not So Awesome Column[/th]
[tr]
[td]Cell One[/td]
[td]Cell Two[/td]
[td]Cell Three[/td]
[/tr]
[tr]
[td]Cell Four[/td]
[td]Cell Five[/td]
[td]Cell Six[/td]
[/tr]
[/table]

turns into...

Awesome Columns Not So Awesome Column
Cell One Cell Two Cell Three
Cell Four Cell Five Cell Six
*starts to hyperventilate*
This is the truth

Kretol is a nub!



Awesome Columns Not So Awesome Column
Kretol is King
of Teh Nubs
I'm having fun adding some extra MyCodes.

Code:
[marquee behavior=scroll direction=down speed=6]This is a marquee![/marquee]
[marquee behavior=scroll direction=right speed=4]This is another marquee![/marquee]
[marquee behavior=scroll direction=left speed=9]And one more![/marquee]
turns into...
This is a marquee!
This is another marquee!
And one more!
And now, fieldsets!

Code:
[fieldset title=This is a fieldset]
[color=red]Name: Kretol
Race: Orc
Class: Overlord
Occupation: Chieftain[/color]
[/fieldset]
turns into...

This is a fieldset

Name: Kretol
Race: Orc
Class: Overlord
Occupation: Chieftain

MAKE IT STOP MAKE IT STOP MAKE IT STOP MAKE IT STOP MAKE IT STOP MAKE IT STOP MAKE IT STOP MAKE IT STOP MAKE IT STOP
Testing!
YOU
ARE A
NUUUUUUUUUUUUUUUUUUUB
No post on this forum will be the same again.
And now for hilighting!

Code:
[hilight color=00FF00][color=red]This is highlighted text![/color][/hilight]

turns into...
This is highlighted text!
(11-27-2013, 06:56 PM)c0rzilla Wrote: [ -> ]No post on this forum will be the same again.

You are soooooooo correct. The forums will be like a Geocities site!
Pages: 1 2 3