Index page help

Discussion in 'HTML - XHTML - CSS' started by jeezey, Aug 24, 2006.

  1. jeezey New Member

    Yeah I edited a index.html and when I put it on there you cant see any of the .css styles or the background or anything. Its just the text, with like a few links.

    Im sure its something simple that I have to fix. but im a noob/begginner when it comes to this stuff.

    Any help would be greatley appreciated.
  2. rekzai New Member

    can i see the code you used
  3. orpheusreborn New Member

    did u "include" the css file in the html?
  4. destinetics New Member

    You need to make sure you have a link to your stylesheet inside your <HEAD> tag in your HTML file.

    For example....
    <LINK REL="stylesheet" TYPE="text/css" HREF="styles.css">
  5. webmast@ New Member

    <LINK REL="stylesheet" TYPE="text/css" HREF="styles.css">
    put that in before the end of the <head> tag if your stylesheet is called "style.css"
    there you go!
    WEBMAST@