View Full Version : Making a clickable button from HTML
JeanneGJ
06-03-2007, 04:09 AM
Good Evening All,
I would appreciate it someone could please help me? I am trying to make this html a clickable button <http://www.jeannej.com/URLLinksBox.html>
as you can see I have managed to make the links clickable but I want the actually white rose and it's links to be able to be the first thing everyone sees ~ is this possible please? Thank you in advance for any help ~ I appreciate it very much!
Thank you,
Jeanne
From what I get you want the image to also function as a link take a look here
Link (http://www.w3schools.com/html/tryit.asp?filename=tryhtml_imglink)
mburt
06-03-2007, 07:23 PM
"HTML clickable button" is pretty broad, but that may include images. If the OP meant actual clickable buttons:
<input type="button">
djr33
06-03-2007, 08:44 PM
Images might also count.
And, beyond that, you could use flash for buttons that interact with the mouse or you could use a rollover to create a button that changes based on mouse movement.
<button>label here</button>
Is another form of a button in html, too.
It all depends on what you are looking for and what it needs to do.
JeanneGJ
06-09-2007, 03:03 AM
Thank you very much ~ I am going to try this code ~ I am sorry it took so long to say "Thanks" but I have found my way back to get working on this. :)
I appreciate this very much!
Thanks,
Jeanne
JeanneGJ
06-09-2007, 03:08 AM
Sorry it took so long to say "Thank You" I appreciate the time you took to post to me ~ I think I may have an idea on what you mean and I'll give it a try. Thanks Again!Jeanne
JeanneGJ
06-09-2007, 03:14 AM
I am very sorry but learning my way around here is a bit confusing but I'm trying ~ I sure hope I can do this right because 3 nice people posted to me and I want to be sure to say "thank you" to each and every one.
This code with the link looks the easiest to me so I may try that one also.
Thanks again,
Jeanne
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.