mike wrote:
Quote:
Can someone tell me why when I test this link on my webpage it
won't work and when I try it out on my hard disk the link works.
link rel="stylesheet" href="rmenu.css" type="text/css"
All the files that I uploaded on my webpage I placed them all in
the same directory and I even checked to see if the permissions are
correct on that file 755. Thanks for your help |
Without the URL to your site we can only guess.
Guess: your server is not configured to send css files as 'text/css'
but rather 'text/plain', a rather common occurrence on small servers.
--
-bts
-This space intentionally left blank.