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.
Image not showing
Re: Image not showing
You need base ref tag
try this one in your head
try this one in your head
Code: Select all
<base href="http://www.19sixtyone.co.uk/CMSv13/" />
Re: Image not showing
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.
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
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...
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
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.
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.