Quote:
Originally Posted by balinor
Ok, so if it is all of those images, how do you know fixing the background image worked? To call images in the stylesheet, you need to put them in the skin1/images directory and call them like this:
background: url(images/imagename.jpg);
|
Again... This still makes the background image unsecure.
css file = skin1 directory
background = skin1 directory
I also tried it in the skin1/images directory
Still listing as unsecure.
Quote:
To call images in the templates, you use:
<img src="{$ImagesDir}/imagename.jpg">
If you do that, they won't give you that warning. If they do, something is either incorrect with your http/https setup, or you have an absolute path called somewhere.
|
I can not put the topsite images into my images/ directory.. so what do I do with those? I need to test out the information w/ the txt_welcome that somekindahate forgot to add originally, and will do that later.