What’s the right way to use a graphic as a link?

  • Unknown's avatar

    I used to do that all the time in the now-deprecated HTML, I presume the code is similar these days but I’m not sure! You know–when you click an image or graphic like a “button” and it takes you to a different page or site. I’m ready to begin doing that and I want to be certain it’s done correctly…

    Thanks in advance

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    In the visual editor click the “add image” icon and select your image. Then click on it to highlight and click the “create link” icon and set the link URL. If you switch to the HTML editor it should look something like this:

    <a href="LINK-URL"><img src="IMG-URL" /></a>

  • Unknown's avatar

    Yeah, I got to thinking about what I’ve done up until now, and figured it would be something like this! THANKS…….

  • The topic ‘What’s the right way to use a graphic as a link?’ is closed to new replies.