Hello,

Maybe this is so simple it's gone over my head but I have a website that I have created using the Acquia Slate Theme. I know the issue is not theme related because I switched to another theme and the same thing is happening. I also have Drupal 6.14 installed (Latest Version).

What's Happening is I have images in block regions, such as Header and the left and right Side Bars. I can see the images just fine on the pages that are included in the Primary Menu but when I go to pages such as:
- users/*
- blog-entry/*
- search/*
etc...

I am not able to see the images in the blocks. If I look in the View Source of Firefox I can see that the img src, alt, etc... tags are there but the images are not showing up in any browsers. All images are located in the images file folder in my sub-theme. Another website I created using the same theme works just fine but I can not figure out why this one is being so finicky.

I am going to try and reinstall drupal just in case there is an issue with the install I did for 6.14 as well I am comparing all the setup and configurations of my other site that is working with this one.

I am really stumped on this one and it should be so easy. If anyone can help me out with this matter I would be very greatful.

Thank you in advance.

Comments

nevets’s picture

Are you including the images in the blocks with an 'img' tag? If so are your paths relative to the root of your site (ie start with '/').

nerissa’s picture

I had the img src tag and had the link to the image starting at the root folder 'sites' butdid not have the '/' to point to the root of the website as per your suggestion. THANK YOU THANK YOU THANK YOU. You are my life saver today. I think the brain is a little tired and missing the obvious at this point. THANKS AGAIN NEVETS!!!!!