Thread: Securing images
View Single Post
  #12  
Old 09-15-2007, 08:37 PM
 
OpheliaPayne OpheliaPayne is offline
 

Senior Member
  
Join Date: Aug 2007
Posts: 130
 

Default Re: Securing images

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.
__________________
xCart 4.6.1
Reply With Quote