Re: CSS Validation and php

On Tue, 7 Feb 2006, Jeffrey Lee wrote:

> The validator is telling me that my php code is not valid... By that I mean
> when my link contains something like this:
>
> http://www.fireball3d.com/index.php?getnews=1&news_id=1
>
> I get the following error in css validation:
>
> The reference to entity "news_id" must end with the ';' delimiter.

This has nothing to do with CSS. It is an error in your HTML markup.
In practice, you need to use "&" instead of "&". See the
Markup Validator FAQ for an explanation.

-- 
Jukka "Yucca" Korpela, http://www.cs.tut.fi/~jkorpela/

Received on Wednesday, 8 February 2006 13:45:07 UTC