I have a problem. the images tha i insert in the side bar, just appear in the home page, when i browse the other pages it just appear the alt text.
Any clue for that?
Thanks in advance.
I have a problem. the images tha i insert in the side bar, just appear in the home page, when i browse the other pages it just appear the alt text.
Any clue for that?
Thanks in advance.
use full URIs to the images.
dont use: <img src="myimage.gif" />
do use: <img src="http://www.mydomain.com/myimage.gif" />
This topic has been closed to new replies.