1. This website uses cookies. By continuing to use this website you are giving consent to cookies being used.
    For information on cookies and how you can disable them visit our Cookie Usage page.
    Dismiss Notice

General Index page help

Discussion in 'General' started by jeezey, Aug 24, 2006.

  1. jeezey

    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

    rekzai New Member

    can i see the code you used
     
  3. orpheusreborn

    orpheusreborn New Member

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

    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@

    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@