Re: Bug report

* Daniel Owens wrote:
>I noticed that when I validate http://www.yourinsidesports.com/htm/home.php
>with the CSS validator, it always tells me to check my XML because "there is
>an error on line 26".  This occurs (same line) for the other pages on the
>website that have the validator button on (I did three pages converting a
>word doc to HTML, so they don't have any validation buttons or anything, but
>they are in Careers and sold.out.htm).  When I look at the code or use the
>XHTML validator, everything is fine and I see no errors, nor does the XHTML
>validator.  Can someone tell me if I and the XHTML validator are wrong, or
>if it is the CSS validator?  If it is me, I am curious as to where the issue
>is, since every page described above has this issue on the same line (which
>makes sense because the first few lines are the same on all of the pages,
>excluding whether they declare as 1.1 or 1.0 Trans).

You have

  ... id="aboutUs" width="90"height="42" ...

there must be whitespace between width="90" and height="42". The Markup
Validator is unable to catch such errors as noted on the results page.
-- 
Björn Höhrmann · mailto:bjoern@hoehrmann.de · http://bjoern.hoehrmann.de
Weinh. Str. 22 · Telefon: +49(0)621/4309674 · http://www.bjoernsworld.de
68309 Mannheim · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/ 

Received on Friday, 3 June 2005 06:43:03 UTC