K, so I'm sorry if this has already been asked, I looked through all the documentations and couldn't find anything, so I'll ask.
I've been trying to make a button for my site. If you don't know what I'm talking about, I mean like one of the buttons that you would find for the FoTW winners in the sidebar. Making the actual graphic for it isn't the problem, I'm just not sure how to make it so that when you click on the button, it sends you to my site.
Help?
That's plain old html. Make a link like normal, and use the image in the <a> tags instead of text. You can see this in the RPGD link code in the sidebar.
We'll use the RPG-D Button as an example...
| QUOTE |
| <a href="http://rpg-directory.com/"><img src="http://img.photobucket.com/albums/v231/ShinLi/RPG%20Life/RPGDirectoryMiniBanner2.gif"></a> |
Red = Your site URL
Blue = Your button's URL
Thanks guys!! I appreciate your help!