• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

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