1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

CSS newb needs quick help

Discussion in 'CSS' started by SixDeep, Nov 27, 2005.

  1. #1
    Hello,

    So I'm fairly new to implementing CSS to my sites but I have a recurring problem. The page displays all the css info just fine, but I keep getting this error when I use the W3C css validator;

    Target: http://www.hawaiianislandrealty.net/index.php

    Please, validate your XML document first!

    Line 8

    Column 11

    Open quote is expected for attribute "REL" associated with an element type "LINK".

    Heres how the index.php is calling for the CSS file
    <LINK REL=StyleSheet HREF="isreal.css" TITLE="isreal" TYPE="text/css">

    I'm not using XML! Whats wrong with this??
     
    SixDeep, Nov 27, 2005 IP
  2. Arnica

    Arnica Peon

    Messages:
    320
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    0
    #2
    It needs to be:

    <link rel="stylesheet"...
     
    Arnica, Nov 27, 2005 IP
  3. Entelarust

    Entelarust Peon

    Messages:
    58
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #3
    <link rel="stylesheet" title="isreal" type="text/css" href="isreal.css" />
     
    Entelarust, Nov 27, 2005 IP