Ainsworth123
Member
Posted 7 months ago #
Hi I am using Buddypress and have been trying to get images to display in the side bar, however with no success. Can you please tell me how to do it? U uploaded the same image ot my blog and it shows well. The website is http://mingle.worldlovefest.org Thanks Ainsworth
Simplest way is to add a Text Widget to your sidebar. Then add the following to your text widget
<img src="http://yoursiteURL.com/URLtoimage" height="200" width="200" alt="myimage" />
replace img src"" with URL of image uploaded to media library
replace height"" and width"" as needed
replace alt"" with whatever is appropriate to that image
Ainsworth123
Member
Posted 7 months ago #
Thank you so much but it is still not visible. This is what I have ( < img src=": http://mingle.worldlovefest.org/2011/10/welcome/mingle-side-panel-intro" height="224" width="200" alt="where masters and seekers meet" /> )
Could you please tell me where I have gone wrong?
What's missing is the image itself, like theimagename.jpg as in
<img src="http://mingle.worldlovefest.org/2011/10/welcome/mingle-side-panel-intro/theimagename.jpg" height="200" width="200" alt="myimage" />