Argonath RPG - A World of its own
Argonath RPG Community => Speakerbox => Topic started by: murdoxix on June 27, 2012, 12:18:28 am
-
Hi guys, i need yo know how to use the BBCode [table.][/table.]... I know that i have to use [tr.][/tr.] and [td.][/td.], but i don't know how to use them...
Thanks :3
-
Okay so, something about the tags:
[table] - marks the begging of the table
[/table] - marks the ending of the table
[tr] - Begginning of a new line
[/tr] - Ending of a line
[td] - [/td] - Place to input the text, video and whatever...
A basic table code would look like this
[table]
[tr][td][/td][td][/td][/tr]
[tr][td][/td][td][/td][/tr]
[/table]
This is table consisting of two lines..if we add 'something' between the [td] and [/td] tags, it would look like this:
[table]
[tr][td]Something[/td][td]Something more[/td][/tr]
[tr][td]Something even more[/td][td]Blablabla...[/td][/tr]
[/table]
Something | Something more |
Something even more | Blablabla... |
Hope I helped you ;)
-
Ohh, thanks a lot man :D