Results 1 to 3 of 3
  1. #1
    Join Date
    Feb 2005
    Location
    Sheffield
    Posts
    2,288
    Tokens
    1,686

    Latest Awards:

    Default Why won't this validate? :( +rep

    The errors I get are:


    Error Line 1 column 0: character "b" not allowed in prolog.
    body {background-image: url('eg.gif'); background-repeat: no-repeat; background-
    ?

    Error Line 7 column 0: character "a" not allowed in prolog.
    aink {font: italic bold 10pt 'Trebuchet MS';letter-spacing: 1px;margin-bottom:
    ?

    Error Line 11 column 0: character "a" not allowed in prolog.
    a:hover, active {font: italic bold 10pt 'Trebuchet MS'; letter-spacing: 1px; mar
    ?

    Error Line 19 column 0: character "#" not allowed in prolog.
    #top {
    ?

    Error Line 35 column 1: character "}" not allowed in prolog.
    }
    ?

    Error Line 35 column 2: end of document in prolog.
    }

    for:

    Code:
    body {background-image: url('eg.gif'); background-repeat: no-repeat; background-position: top right;}
    
    p {font: italic bold 10pt 'Trebuchet MS'; margin-top: 0px;}
    
    h3 {font: italic bold 14pt 'Trebuchet MS'; letter-spacing: 1px; margin-bottom: 0px; color: #000000;}
    
    a:link {font: italic bold 10pt 'Trebuchet MS';letter-spacing: 1px;margin-bottom: 0px;color: #000000; text-decoration: none;}
    
    a:visited {font: italic bold 10pt 'Trebuchet MS'; letter-spacing: 1px; margin-bottom: 0px; color: #000000; text-decoration: none;}
    
    a:hover, active {font: italic bold 10pt 'Trebuchet MS'; letter-spacing: 1px; margin-bottom: 0px; color: #000000; text-decoration: overline underline;}
    
    #container {
    	height: 1px;
    	width: 1px;
    	background: url('eg.gif') no-repeat top right;
    	}
    
    #top {
    	height: 1px;
    	width: 1px;
    	background: url('eg.gif') no-repeat top right;
    	}
    
    #content {
    	width: 1px;
    	background: url('eg.gif') no-repeat top right;
    	text-align: justify;
    	}
    
    #bottom {
    	height: 1px;
    	width: 1px;
    	background: url('eg.gif') no-repeat top right;
    	}

  2. #2
    Join Date
    Feb 2005
    Location
    Sheffield
    Posts
    2,288
    Tokens
    1,686

    Latest Awards:

    Default

    Never mind, worked it out. Mod please lock

  3. #3
    Join Date
    Aug 2006
    Location
    Manchester, UK
    Posts
    2,016
    Tokens
    141
    Habbo
    florx

    Latest Awards:

    Default

    Good luck with whatever it is you are doing

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •