Jump to content

When Connected To A Certain Network, Stylesheet Doesn't Load.


DVigneault

Recommended Posts

Hey all–

 

I'm having trouble loading a stylesheet when I'm loading the website through a certain network. The stylesheet is referenced as follows:

 

<base href="http://www.mywebsite.com/">
<link rel="stylesheet" type="text/css" href="common/style.php" />

 

The stylesheet itself is at mywebsite.com/common/style.php. When I visit the site from home, or from a cafe, or my school, or whatever, it loads find. However, when I visit the site from the public library, via a "filtered" public connection (it's the Boston Public Library, and it's connecting via "BlueSocket," which I'm not familiar with), the stylesheet doesn't load. I don't have this problem when I visit any other websites via the same connection.

 

Any ideas about what might be going on, and how I might fix it?

 

Best, and thanks,

 

–Davis

If it's not loading due to the library's network filtering it out, you'd have to find out why it is filtering and see if you can change it so it doesn't match that filter condition anymore.  Without someone here being able to actually see the problem (which from the description would mean going into that library and trying to load the site) it's unlikely you'll be able to get much help.  Providing the URL to your live website may improve your chances at getting some help.

 

Thanks for the reply!

 

Here's the site: www.clinicalc.com

Here's the stylesheet: www.clinicalc.com/common/style.php

 

Also, I looked up BlueSocket, which is the company that provides the wireless service to the library: http://www.bluesocket.com/solutions/vwlan

 

I hope this helps, but, if not, thanks anyway for trying!

 

Best,

 

–Davis

Does the stylesheet load if you navigate directly to the by entering its URI in the address bar of the browser? Try navigating to it, and if it's just a white screen, check View --> Source for any output.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.