Justin French wrote:
> 
> Well, you didn't tell us that the watermark was generated content from
> a JS file, and I didn't look.  Even though your source validates, you
> must understand that the (X)HTML that the javascript program writes
> internally doesn't appear in the source that W3C validates.
> 
> In short, your problems are here.  The HTML that the JS writes must be
> valid for the DOCTYPE you're using (although it's very hard to check
> this, if not impossible), and the CSS you use to style the watermark
> inline must also be valid.


Actually, it shouldn't be hard to check at all: view source of the
rendered page, save to a file, and upload the file to the validator.
Fix errors.  Repeat until it passes.

--
Martin Lambert
[EMAIL PROTECTED]
*****************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
*****************************************************

Reply via email to