Forum Discussion

Joo_48490's avatar
Joo_48490
Icon for Nimbostratus rankNimbostratus
Jun 29, 2010

How to add my css, and images in sandbox?

Hello all,

 

 

I am having some issues with my firepass login page customisation.

 

I have located my css files, and images files in sandbox, but they are not accesible.

 

 

So I have located them externally. However, IE displays security warning message. the reason is becasue my index.htm is trying to access external css and images files.

 

 

Can you please help me how to locate my css and image files in sandbox and make them accessible?

 

 

Cheers,

 

 

Joo
  • Joo,

     

     

    Welcome to the devcentral forum.

     

     

    I'm not quite sure what you mean that they inaccessible and if it's a browser warning have you tried putting the URL for your FirePass access in the browsers trusted zones?

     

     

    If you are using multiple resource groups then in the sandbox you would normally create a folder called the same name as the resource group which the users are gaining access to. So if you have 2 different sets of users who access resource groups called public and employees then you would have 2 folders with those names each containing their own customisation files. Have a look at the inbuilt help file under Device management / customisation if you haven't already.

     

     

    Kevin S.

     

     

  • Hello Kevin,

     

     

    Thank you for your reply.

     

     

    I have resolved the problem.

     

    In my css and index.htm, if there are any file references, then i have to do somehting like this. /sandbox/css/style.css OR /sandbox/images/image1.jpg

     

     

    Previously, I didn't specify /sandbox/, that's why any custom files(css, images, and js) were inaccessible.