View Full Version : i need help fast!


hermione_jane_granger
10-01-2005, 02:31 AM
ok, i try linking to an external stylesheet and it's not working, it's just not working!

<link rel="stylesheet" type="text/css" href= "styles.css">

i need help FAST!!

dolce shanti
10-01-2005, 02:44 AM
You have a space after "href=" ... Try this:

<link rel="stylesheet" type="text/css" href="styles.css">

Also make sure that your link to the stylesheet is correct :)

God bless!

starlet
10-01-2005, 02:44 AM
Is styles.css uploaded, in the right place and have the correct coding inside of it?

We can't really help more without further info/a link to the site.

hermione_jane_granger
10-01-2005, 02:52 AM
thanks, i've got it working! yay!

dolce shanti
10-01-2005, 03:05 AM
Congrats ;)