signature help - 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: signature help (
/showthread.php?tid=499570)
signature help -
Mckarlis - 08.03.2014
Hello everyone can someone tell me the code for a table signature like
http://prntscr.com/2z2oo2
Re: signature help -
Bashur - 08.03.2014

Use the [img][/img] Code with the link between it
Re: signature help -
Mckarlis - 08.03.2014
But how do i make it click able? like this guys
http://forum.sa-mp.com/member.php?u=112277
AW: Re: signature help -
Drebin - 08.03.2014
Quote:
Originally Posted by Bashur

Use the [img][/img] Code with the link between it 
|
Wow, you have no idea what his question is.
Title1 | Title2 | Title3 |
Column1 | Column1.1 | Column1.2 |
Column2 | Column2.1 | Column2.2 |
|
Column3 | Column3.1 | Column3.2 |
Column3 | Column3.1 | Column3.2 |
Код:
[t.table] Remove the "." from "t.table". I added the point because else the forum would turn it into a table and not show the code.
[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]
Re: AW: Re: signature help -
Mckarlis - 08.03.2014
Quote:
Originally Posted by Drebin
Wow, you have no idea what his question is.
Title1 | Title2 | Title3 | Column1 | Column1.1 | Column1.2 | Column2 | Column2.1 | Column2.2 | |
Column3 | Column3.1 | Column3.2 | Column3 | Column3.1 | Column3.2 |
Код:
[t.table] Remove the "." from "t.table". I added the point because else the forum would turn it into a table and not show the code.
[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]
|
Thank you just what i was looking for +REP