Page 1 of 1

Image not showing

Posted: Thu Jun 08, 2006 11:41 am
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.

Re: Image not showing

Posted: Thu Jun 08, 2006 12:11 pm
by tsw
You need base ref tag

try this one in your head

Code: Select all

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

Re: Image not showing

Posted: Thu Jun 08, 2006 1:51 pm
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.

Re: Image not showing

Posted: Thu Jun 08, 2006 1:53 pm
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...

Re: Image not showing

Posted: Thu Jun 08, 2006 3:35 pm
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.