Picture to act as HTML button

Conor026

Member
May 20, 2003
118
0
0
Is there any way to create a picture or edit an existing picture,
so that if put into a forum and someone clicks the picture, it`ll forward them to
a website.

I know the simple and easy way (if you had access to HTML code), is to
put the picture inside a <a href> </a>.
But the picture will be used in forums, where you can list your site as an
affilate. and if we use a picture that someone can click on in a board, it`d be cool.
 

Crusty

Lifer
Sep 30, 2001
12,684
2
81
It sounds like you should be talking to forum administrator instead of asking here :p
 

notfred

Lifer
Feb 12, 2001
38,241
4
0
Um, if you don't "have access to the HTML code" you can't do it. You can use <input type="image">, but you still need to be able to change the code, just like if you use an <a> tag.