I'm hoping someone can help because I'm stuck... it's a little bit of a code problem.
I put some text widgets on my sidebar, and I put pictures there, but I don't know what I did in the code that some of the pics only show on the home page sidebar but not on the rest of the posts. One of them works fine, but the other two don't. Can someone give me a hand? I'm just learning how to use code, and this is going over my head...
http://www.yourpetsuniverse.com/
See the two samlls pictures on the sidebar, and then go to any of the posts, and they disappear... what am I not doing or doing wrong?
This is the code:
FIRST
<div><img src="images/news/becs.jpg" width="50" height="50" align="left" />DOESN'T WORK ON THE REST OF THE POSTS</div>
SECOND
<div><img border="0" src="/images/items/condo image.jpg" width="140" height="160"align="left" /></div><a href="http://www.yourpetsuniverse.com/for-the-home/perches-and-scratchers/"
target="_blank">THIS ONE WORKS FINE</a>
THIRD
<img src="images/news/Pasha.jpg" alt="Pasha on Twitter" width="70" height="65" align="left" />
<a href="http://www.twitter.com/ImPasha/"
target="_blank"><br />DOESN'T WORK ON OTHER POSTS EITHER</a>
|