11.10.2011, 19:22
I see you used this:
Try this:
By the way, look at this (what I've made):

The URL to it: http://rl-rp.com/Text.php?t=Custom+text
Try it yourself too with another text
- I can give you that script if you want, so you can customize it (I made it). There are also special things, like text/bg color:
http://rl-rp.com/Text.php?t=Hello world!&c=1 is:

You know what, just look at this topic (NOTE: External link to my site, not from this site) for more info: http://rl-rp.com/viewtopic.php?f=22&t=240
Code:
<img src="http://swatsamp.net/swat.php?nick=$_POST["iname"]" alt="swat" width="200" height="80">
Code:
<img src="http://swatsamp.net/swat.php?nick=<?php echo $_POST["iname"]; ?>" alt="swat" width="200" height="80" />
The URL to it: http://rl-rp.com/Text.php?t=Custom+text
Try it yourself too with another text

http://rl-rp.com/Text.php?t=Hello world!&c=1 is:
You know what, just look at this topic (NOTE: External link to my site, not from this site) for more info: http://rl-rp.com/viewtopic.php?f=22&t=240