Image not showing

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Locked
Muzzy

Image not showing

Post by Muzzy »

Hi.

I can't find an answer in search but I can't get my header imager to show up.
In my CSS I have this:

#header {
color:#000;
background: #fff url(uploads/head.jpg);
height:200px;
margin:0 0 10px 0;
padding:0px;
}

And the image has uploaded to the ImageManager folder (root). The test site is at http://www.19sixtyone.co.uk/CMSv13/

What is the problem please?
Mike.
tsw
Power Poster
Power Poster
Posts: 1408
Joined: Tue Dec 13, 2005 10:50 pm

Re: Image not showing

Post by tsw »

You need base ref tag

try this one in your head

Code: Select all

<base href="http://www.19sixtyone.co.uk/CMSv13/" />
Muzzy

Re: Image not showing

Post by Muzzy »

Hi TSW.
Tried the code in the head, but still no show.
Cleared the cache in CMSMS and on my PC just in case. Nothing.

Mike.
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Image not showing

Post by Dr.CSS »

ded to the ImageManager folder (root).
ground: #fff url(uploads/images/head.jpg);
if you uploaded it with the ImageManager....or used FTP to the uploads/images  folder...
Muzzy

Re: Image not showing

Post by Muzzy »

Thanks Mark.

I added the /images/ in the code but still no show, so I checked with imagemanager and the image shows up in the folder.
Just to check I used FTP to check contents of images folder, but it isn't there. I uploaded via FTP and averything OK now.
Not sure why imagemanager uploads picture and shows it as there, but in reality it aint - must be a bug?

Mike.
Locked

Return to “Layout and Design (CSS & HTML)”