PDA

View Full Version : How do you make a link button (like on the Post Message here)


link92
12-10-2003, 10:08 PM
Topic.

Choopernickel
12-10-2003, 10:12 PM
<a href="someURL"><img src="imgURL" /></a>

Next time use the HTML forums for this kind of thing.

link92
12-10-2003, 10:19 PM
No, make a button to do that

Choopernickel
12-10-2003, 10:25 PM
Go to the HTML forums here and ask about using forms.

Nightfire
12-10-2003, 11:37 PM
If you mean, how to make the image, then you can use any image editing software. Photoshop, gimp and paintshop pro are popular ones

neo2297
12-11-2003, 01:24 PM
<a href="linkname.html">Link Name</a>

link92
12-11-2003, 06:58 PM
In the vB Code section of the Reply to Topic, there is a button with the label http:// which produces a link, how do you make one of them but it makes it like <a herf="javascript alert">javascript alert</a>

Paul Jr
12-12-2003, 09:49 PM
<a href="#" onclick="alert('Your alert text! WooooOoooOOoo!');">Alert!</a>

?