jenbaldwin
Member
Posted 2 years ago #
I'm trying to use the text widget to add links in my sidebar, but the images are not showing up. I uploaded the images using the WordPress media manager. I'm using this coding:
Follow Us
Bakersfield Express on <img src="http://bakersfieldexpress.org/wp-content/uploads/facebooklink.jpg" alt=”Facebook” />
Bakersfield Express on <img src="http://bakersfieldexpress.org/wp-content/uploads/twitterlink.jpg" alt=”Twitter” />
Does the Text Widget not support images? Or am I doing something else wrong? Thanks for any help you can give.
jenbaldwin
Member
Posted 2 years ago #
OK, that didn't show correctly above. I made links out of my image source code. I'll try to show it another way:
Bakersfield Express on <a href="http://www.facebook.com/home.php?#/pages/Bakersfield-Express/278192200120”><img src="http://bakersfieldexpress.org/wp-content/uploads/facebooklink.jpg" alt=”Facebook” /></a><br /><br />
Bakersfield Express on <a href="http://twitter.com/BkrsfldExpress”><img src="http://bakersfieldexpress.org/wp-content/uploads/twitterlink.jpg" alt=”Twitter” /></a>
mpilley
Member
Posted 2 years ago #
I've run into this before. Not sure why this is--but including a parameter at the end of the a href such as title= should allow it to display correctly.