PLEASE HELP...

by 3 replies
4
I know this is the wrong section and I apologise, but I'm not getting the right help.

I'm having a problem with my CSS.

Let me explain everything I've done:

-I've created my stylesheet and saved it as "styles.css"
-I've created my site and linked to the stylesheet in the <head> tag like this:
<link href="css/styles.css" rel="stylesheet"
type="text/css">
(the bold part is like that because it's a semi folder | I've tried putting it the same folder as the index as well, but it doesn't work.)

-When I open the site, no CSS changes have taken effect.

What's puzzling me is that I checked another website template where the CSS is working, and mine is identical to that. I really don't get it.

Any help will be highly appreciated.
#main internet marketing discussion forum
  • CHeck your site for correct paths and clear your cache. It should work
    • [1] reply
    • mmmm not my strength...

      so take it as it goes...

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

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

      and make sure you are putting your css file inside the folder named "css"...

      Refresh your page 2 or three times...

      My tech gal says hi...

      RDG :p
      • [1] reply

Next Topics on Trending Feed