Need some help

I would like to know if someone could tell me how to put a link on an e book cover so when the customer puts their mouse over it it sends them to another web site that I am an affiliate of.:kaioken:

I am trying to use this on my word press blog .I have it hosted with a domain name associated with it and I know some cpanel stuff.

The code you gave me I’m not sure what to do with it.
In wordpress do I load it in my dash board under,new,or link categories? or do I have to go into my c-panel so I’m still a little confused. I’m guessing you can do it right in wordpress just need a little more instru.

If you’re talking about an image link in a post, you could enter the mark-up manually, or try using the editor controls.

I don’t know if there’s an “insert image link” option, but if not, you could do an “insert link” and then where the link text goes do “insert image”. AFAIK that should work, though I’ve had trouble with the editor mangling mark-up and usually do most manually to avoid the frustration of making repeated edits to get it right.

If i understood right: you want an image with a link?


<a href="your-link" title=""><img src = "book-cover.png" alt = "alternative text"/></a>