SA-MP Forums Archive
How to Create Table in post or in Signatures. - 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: How to Create Table in post or in Signatures. (/showthread.php?tid=575193)



How to Create Table in post or in Signatures. - SpikY_ - 24.05.2015

Sorry for creating a Thread for this. but what can i do? i search all around on internet but couldn't find a shit..
Can anyone Tell me how can i Create Table in post with Rows and columns.


Re: How to Create Table in post or in Signatures. - Vince - 24.05.2015

Same as HTML tables, except you use square brackets instead of angular brackets and 'ttable' instead of table.

[ttable]
[tr][td]1[/td][td]2[/td][td]3[/td][/tr]
[tr][td]4[/td][td]5[/td][td]6[/td][/tr]
[/ttable]


123
456



Re: How to Create Table in post or in Signatures. - SpikY_ - 24.05.2015

Ohh Thank you sir.