How to add images and links to sidebars using Text Widgets

From time-to-time you may want to be able to add a few quick links and images to your sidebar.  For example you have a new designation, logo, contact info, or fun images you want to share with your site visitors.  The Text Widget is a great tool to make this happen quickly.

Where do I find the TEXT Widget ?

Locate the TEXT Widget by navigating to “Appearance” >> “Widgets” in the left hand navigation panel in your dashboard.  Click on “Widgets”

Locate the “Text” Widget in the list of Widgets and click to open.

[member]

To add an image:

(1)Take this code: <img src=”">

and insert the URL of the image you want to add.

For example: <img src=”http://www.url-to-my-image.com”>

(2)Insert into Text Widget

>>Save >> Close >> then preview your sidebar and you should see the new image.

Adding a link to the image:

(1)Take this code: <a href=”"><img src=”"></a>

(2)Add your URL between the quotes in <a href=”">

(3)It should look like this: <a href=”http://www.url-to-link.com”><img src=”http://www.url-to-my-image.com”></a>

[/member]