Results 1 to 7 of 7

Thread: Making a clickable button from HTML

  1. #1
    Join Date
    Jun 2007
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Smile Making a clickable button from HTML

    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

  2. #2
    Join Date
    Jun 2007
    Posts
    11
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    From what I get you want the image to also function as a link take a look here

    Link

  3. #3
    Join Date
    Jul 2006
    Location
    Canada
    Posts
    2,581
    Thanks
    13
    Thanked 28 Times in 28 Posts

    Default

    "HTML clickable button" is pretty broad, but that may include images. If the OP meant actual clickable buttons:
    Code:
    <input type="button">
    - Mike

  4. #4
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    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.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  5. #5
    Join Date
    Jun 2007
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Thank You!

    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

  6. #6
    Join Date
    Jun 2007
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    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

  7. #7
    Join Date
    Jun 2007
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    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

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •