Taken from
http://marc.theaimsgroup.com/?l=forrest-dev&m=113313199327182&w=2
>5. In the inline CSS of the /samples/index.html page there is produced a
>wierd and non-compliant use of code when ever the background-image url is
>used.
>For instance multiple times there are instances of :-
>
>#header .round-top-left-small {
> background-image:
>url(../themes/images/roundcorner-t-l-5-bgFFFFFF-stroke000000-fg000000.png);<a
>href="../themes/images/roundcorner-t-l-5-bgFFFFFF-stroke000000-fg000000.png">
></a>;
> background-repeat: no-repeat;
> background-position: top left;
>}
>
>This occurs on every instance of when an image is referenced using the
>background-image: url .
>The extra :-
>
><a
>href="../themes/images/roundcorner-t-l-5-bgFFFFFF-stroke000000-fg000000.png">
></a>;
>
>is neither required nor compliant.