nonsecure items and my style sheet

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hey all,

I have a blank form with a stylesheet on it. When I goto that form I'm
getting the message there are nonsecure items would you like to continue?

I've specified
<LINK href="https://mysite/cola-2.css" type="text/css" rel="stylesheet">

I think I'm hitting a moving target. First, I get the message about the
nonsecure items and if I say no (padlock shows but no stylesheet). If I say
yes (no padlock but I see the stylesheet). Today, however, I'm getting a
blank form with a padlock. Not sure what is going on.

thanks for any help,
rodchar
 
<LINK href="https://mysite/cola-2.css" type="text/css" rel="stylesheet">

Is your site using SSL? If not remove the "s" from "https". Also, why are
you referencing your style sheet with an absolute path and not a relative
one?

Greg
 
yes it is a secured site using ssl. I've also tried <LINK href="cola-2.css"
type="text/css" rel="stylesheet">
where the stylesheet resides in the same directory as the app and still get
the nonsecure items.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top