how do you link this? html

7 replies
  • WEB DESIGN
  • |
does anybody know how to get an ebook cover image to redirect to a squeez page when you run the mouse cursor over it?
#html #link
  • Profile picture of the author debra
    <a href="http://www.the-url-of-your-squeeze-page-here.com" target="_blank"><IMG SRC=http://www.the-url-of-your-squeeze-page-here.com/images/name-of-your-image-here.jpg ALT="put-alternate-text-here"></a>

    If you want, you can take out the target="_blank" code.
    {{ DiscussionBoard.errors[1131973].message }}
    • Profile picture of the author Steve Diamond
      I'm not sure whether or not Debra answered the question you meant to ask, adrianr26b. Her solution requires the person to click on the ebook cover, at which point their browser would navigate to the squeeze page. Did you want this to happen without clicking, as soon as the mouse pointer enters the area of the image? 'Cause that's different.

      Steve
      Signature
      Mindfulness training & coaching online
      Reduce stress | Stay focused | Keep positive and balanced
      {{ DiscussionBoard.errors[1132125].message }}
  • Profile picture of the author soon
    you need to play with the onmouseover event and with a little javascript

    Example:

    Code:
    <img src="ebook-cover-image.gif" alt="Redirecting"  onmouseover="window.location='http://newurl.com/path1/file1.html';" />
    Signature

    The best seo software in this world..
    Need to write content fast? Use Voice Software or if you are in the health niche then buy Gerovital.

    {{ DiscussionBoard.errors[1132234].message }}
  • Profile picture of the author adrianr26b
    hmm im tryn to figure it out..im new to all this html lingo..i know a little though. what im trying to achieve is when some1 runs the cursor over the ebook image on my blog and clicks, it takes them to my squeeze page.
    {{ DiscussionBoard.errors[1132336].message }}
    • Profile picture of the author Steve Diamond
      Originally Posted by adrianr26b View Post

      hmm im tryn to figure it out..im new to all this html lingo..i know a little though. what im trying to achieve is when some1 runs the cursor over the ebook image on my blog and clicks, it takes them to my squeeze page.
      In that case the code posted by Debra will work just fine.

      I just wasn't sure whether that was what you meant.

      Steve
      Signature
      Mindfulness training & coaching online
      Reduce stress | Stay focused | Keep positive and balanced
      {{ DiscussionBoard.errors[1132353].message }}
  • Profile picture of the author adrianr26b
    You are a legend steve! thanks mate... woo hooo! youve made my day!
    {{ DiscussionBoard.errors[1132426].message }}
    • Profile picture of the author Steve Diamond
      Originally Posted by adrianr26b View Post

      You are a legend steve! thanks mate... woo hooo! youve made my day!
      Thanks, man!

      For anyone who's wondering about the reason for this enthusiasm, when Debra really contributed the solution, it's that adrianr26b contacted me on Skype and I told him how to do it using the WordPress post editor, once I found out that his page was on WP. Lots easier, especially when you're new at HTML.

      Steve
      Signature
      Mindfulness training & coaching online
      Reduce stress | Stay focused | Keep positive and balanced
      {{ DiscussionBoard.errors[1132520].message }}

Trending Topics