How to create a table (forum style) - 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 a table (forum style) (
/showthread.php?tid=375810)
How to create a table (forum style) - Glint - 08.09.2012
Hello guys i have been wondering how do you create a table like the one SuperViper Has in his signature ?
check out his signature
http://forum.sa-mp.com/member.php?u=140388.
Re: How to create a table (forum style) -
Kaperstone - 08.09.2012
[ttable] = tag
[td] = Table Data
[tr] = Table Row
example -
new row,data table | another data table |
new row,another data table |
PHP Code:
[ttable]
[tr][td]new row,data table[/td][td]another data table[/td][/tr]
[tr][td]new row,another data table[/td][/tr]
[/ttable]
Re: How to create a table (forum style) - Glint - 08.09.2012
Quote:
Originally Posted by xkirill
[ttable] = tag
[td] = Table Data
[tr] = Table Row
example -
new row,data table | another data table | new row,another data table |
PHP Code:
[ttable]
[tr][td]new row,data table[/td][td]another data table[/td][/tr]
[tr][td]new row,another data table[/td][/tr]
[/ttable]
|
Thanks mate.