SA-MP Forums Archive
Forum question! - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Other (https://sampforum.blast.hk/forumdisplay.php?fid=7)
+--- Forum: Everything and Nothing (https://sampforum.blast.hk/forumdisplay.php?fid=23)
+--- Thread: Forum question! (/showthread.php?tid=554860)



Forum question! - Neufox - 05.01.2015

Hello all, i wanted to know that how can we add table in our thread?


Re: Forum question! - Steel_ - 05.01.2015

This is still confusing to me i have tried [td][/td] and it doesn't work so I would like to know aswell.


Re: Forum question! - Alex Magaсa - 05.01.2015

Title1Title2Title3
Column1 Column1.1Column1.2
Column2Column2.1Column2.2
Column3Column3.1Column3.2
Column3Column3.1Column3.2
Press, quote at post to see the code.


Re: Forum question! - Kapersky™ - 05.01.2015

First start the table with code "ttable" enclosed in "[/]"

Then use the this code for making the title, enclose it with bold, or italic, to make it look like title.


Then, if you want tables, columns etc, just use the code consequently;
Код:
Column exampleColumn example 2Column example 3
Atlast, when you're finished with making all these, you'll get the whole thing like this;
Код:
Title
Column exampleColumn example
Note: Don't forget to enclose the code, with [/ttable].

Hope it helped you.

If you can't see the codes perfectly, please quote the message, to understand.

Yours,
Cryo.


Re: Forum question! - FahadKing07 - 05.01.2015

Quote:
Originally Posted by Alex Magaсa
Посмотреть сообщение
Title1Title2Title3
Column1 Column1.1Column1.2
Column2Column2.1Column2.2
Column3Column3.1Column3.2
Column3Column3.1Column3.2
Press, quote at post to see the code.
Yep, Exactly!

Code:-

Код HTML:
[ttable]
[tr]
[td]Title1[/td]
[td]Title2[/td]
[td]Title3[/td]
[/tr]
[tr]
[td]Column1 [/td]
[td]Column1.1[/td]
[td]Column1.2[/td]
[/tr]
[tr]
[td]Column2[/td]
[td]Column2.1[/td]
[td]Column2.2[/td]
[/tr]
[tr]
[tr]
[td]Column3[/td]
[td]Column3.1[/td]
[td]Column3.2[/td]
[/tr]
[tr]
[td]Column3[/td]
[td]Column3.1[/td]
[td]Column3.2[/td]
[/tr]
[/ttable]