PDA

View Full Version : CSS help



downsouth
04-29-2008, 07:52 AM
got everything together, but cant get the css doc to read.....

works internally, but not on web. really confused.

anyhelp would be great

Hot DesignZ
04-29-2008, 08:19 AM
got a link to your site so I can take a look at the code.

With out seeing it I can only guess, if I had to guess it would have something to do with the path the the .css file but that is just a guess

pghcollectibles
04-29-2008, 11:40 AM
ditto for my opinion

r2b2
04-29-2008, 05:37 PM
As said we really need a link but one quick thing to check is that the case of the filename is right (I'm guessing you're on Windows which is case-insensitive but Hostmonster runs on Linux which is) (i.e. make sure that if the file is MyCSS.css that the link in your HTML is also MyCSS.css and not something like mycss.css)

Otherwise provide the link and I'm sure we can give you a quick answer...

MersauX
04-30-2008, 02:50 AM
Another thing could be that your paths are incorrect, meaning that you have a local path beginning with "File" in your html document instead of a relative path.