This forum is no longer open and is for reading/searching only.

Please use our new MachForm Community Forum instead.

MachForm Community Forums » MachForm 2

One last css error


  1. reprocessor
    Member

    Hi Yuniar,

    My page --- now validates to W3C CSS 2.1 but i get 19 warnings - 18 of these i can fix but i'm not surte what to do about this one - any ideas?

    Line 91 error = ".appnitro"

    Family names containing whitespace should be quoted. If quoting is omitted, any whitespace characters before and after the name are ignored and any sequence of whitespace characters inside the name is converted to a single space.

    Best regards,

    Phil

    Posted 16 years ago #
  2. redityo

    Hi ..

    It's seems the error on .appnitro section, you can edit your CSS file and search .appnitro section

    From :

    .appnitro
    {
    	font-family:Lucida Grande, Tahoma, Arial, Verdana, sans-serif;
    	font-size:small;
    }

    to

    .appnitro
    {
    	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    	font-size:small;
    }

    MachForm Support

    Posted 16 years ago #
  3. reprocessor
    Member

    Thanks Redityo - that worked a treat! Everything now validates correctly. I very much appreciate the time you and Yuinar have devoted to my questions.

    With kind regards,

    Phil

    Posted 16 years ago #

RSS feed for this topic

Reply