So I have my affi. button in my side bar.. but how do I get the little code box so the code can just be copied and pasted??
Example: look at the side bar on RPG-D
That's a <textarea> tag. It would work like this:
| CODE |
| <textarea><a href="http://www.yoururl.com/"><img src="http://www.yoururl.com/yourimage.png"></a></textarea> |
Between each <textarea> tag, put the code of your button + url to site. ;)