Click to See Complete Forum and Search --> : css not working on all computers


ozpo1
01-23-2006, 11:00 PM
I wrote the following command in my html code:

<link rel="stylesheet" type="text/css" href="http://getcontractor.com/mystyle.css"/>

However, while in one computer the the browser reads the file as I wish it to, on a different computer it doesn't read the css file at all.
What can be the problem?

By the way, the browser on the second computer read other css files in other files. Thanks in advanced, Oz.

ray326
01-23-2006, 11:06 PM
So what's different between the two? Browser? OS? Anti-virus?

ozpo1
01-24-2006, 12:24 AM
OS, is it make any different? is there anyway to fix it?

ShrineDesigns
01-24-2006, 12:33 AM
try<link rel="stylesheet" type="text/css" href="http://getcontractor.com/mystyle.css" />or<link rel="stylesheet" type="text/css" href="/mystyle.css" />by the way, your regular expression should be/^[0-9]{5}$/