• I know how to add an image into a text widget but how do I get the image to become a hyperlink without adding actual text to the text box. I’d like the whole image to hyperlink to a page on my blog.

Viewing 1 replies (of 1 total)
  • <a href="link_top_page"><img src="path_to_image" width="image_width" height="image_height" alt="Title of page this image will link to" /></a>

Viewing 1 replies (of 1 total)

The topic ‘Text Widget with Image: Adding hyperlink’ is closed to new replies.