Can multiple linked images be added to the sidebar?
-
Hi,
I’m trying to make my site more navigable by have multiple links (which are to be attached to images I have uploaded) to pages in my sidebar. I have been able to add one image and have it linked to a page, but I can’t seem to add any additional linked images. I hope this is possible!
Thank you,
Laura
The blog I need help with is: (visible only to logged in users)
-
Hi Laura,
This should be possible, using HTML code added to a Text Widget.
So first, you need to upload your images (as you already did), and then get the URLs.
Next, add a Text Widget to your sidebar and write the HTML. The HTML can be something like this:
<a href="URL_TO_SOMEWHERE_1"><img src="URL_TO_IMAGE_1" /></a> <a href="URL_TO_SOMEWHERE_2"><img src="URL_TO_IMAGE_2" /></a> <a href="URL_TO_SOMEWHERE_3"><img src="URL_TO_IMAGE_3" /></a>You can add as many “a” tag as you want with as many “img” as you want as well.
- The topic ‘Can multiple linked images be added to the sidebar?’ is closed to new replies.