• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

Tables

Status
Not open for further replies.
Note : I'll use HTML tags cause CODE tags shows it as without CODE tags.


Firstly, the SimpleTable, the common table :
SimpleTable
Text
HTML:
[box="SimpleTable"]Text[/box]


Now, the Normal Table : A bit harder to use, no button, you should input the code yourself :

R1C1
R1C2R1C3

R2C1
R2C2R2C3

R3C1
R3C2R3C3

HTML:
[table]
R1C1[c]R1C2[c]R1C3[r]
R2C1[c]R2C2[c]R2C3[r]
R3C1[c]R3C2[c]R3C3
[/table]

Now, the Tabs : A recent implement, works like your web browsers' tab :

Tab1

Tab2

Tab3

Tab1 Text
Tab2 Text
Tab3 Text


HTML:
[tabs]
[tab=Tab1]Tab1 Text[/tab]
[tab=Tab2]Tab2 Text[/tab]
[tab=Tab3]Tab3 Text[/tab]
[/tabs]
 
Level 6
Joined
Oct 24, 2012
Messages
242
Let me try.
1. Simple Table

Earthshaker:
Hello Hivers
2. Normal Table


Name
AgeBirthday

Bob
9 1/2May 18, 2003

Joe
9 5/12June 21, 2003

Jake
9 3/4January 12, 2003



3. Tabs

Tab1

Tab2

Tab3

1
2
3
 
Last edited:
Status
Not open for further replies.
Top