PDA

View Full Version : How can I add a custom button that will redirect to another page?


pythonimp
12-04-2009, 04:39 AM
Ok guys - so in each thread you know there is a reply button, thanks button, quote button, etc.

Well, I want to add ANOTHER button, titled "Tools" All I want this button to do is send the user to a URL for all of my tools when clicked.

I want the button visible in EACH post, by all users.

Thanks in advance guys!

Lynne
12-04-2009, 01:43 PM
Are you gonna use an image for the button or what? If so, just:

<a href="otherpage.php"><img src="image.jpg" alt="whatever" /></a>