View Full Version : CSS Stylesheet Help


blueska85
04-16-2006, 01:32 AM
Im using ftp(im new at that)and I uplaoded my stylesheet, which is _CSS.css.And I put a link in every page. And when I checked my site all of my iframes pages are white. I really need your help.
Thanks.

Im using cuteftp by the way if this helps?

amusic20
04-16-2006, 03:12 AM
Well maybe you forgot to put the FULL url of your CSS file. I've made this mistake several times lol

luvhartz
04-16-2006, 11:37 AM
or there could be a mistake in your CSS, can you post both the link you used on your pages to link to the style sheet and your css please and we will see what we can do :)

Jaffa_Cakes
04-17-2006, 06:12 AM
What kind of link did you put? if you put a www.yoursite.com/_CSS.css thats not right, did you put this code on your site?
<link rel="stylesheet" type="text/css" href="_CSS.css">

bejayel
04-17-2006, 11:35 AM
your server might not allow you to start the names with an underscore as well. (i dunno, just a thought).

also, make sure you are linking them to the proper location. And use relative linking (eg do not use the entire locationii as seen in the url).

englishrockchick
04-19-2006, 07:56 PM
Could you please post a link to your website and post your CSS? I'll try and figure it out then.