I had insert an image in the right sidebar and it is working fine in the front page but in other pages (there is a page called city in my site), images are not getting displayed including sidebar image. Same path and everything is same, still images are not getting displayed where in same images are displayed in front/home page.
my image path is sites/default/files/images and my site is
http://netelityeasylife.com/drupal
Please someone help me in this.Suggest me where i should make changes?
On the main page, the URL to
adv1.gifresolves asOn the cities page, it is
The image URL is encoded in the HTML as
sites/default/files/images/adv1.gif. Given the actual URL of the page you are looking at, this won’t resolve correctly.One way of getting around this problem is to hard-code the image URL in your node, or to provide a URL which would resolve correctly given the base of your public HTML folder, such as