Tat, Am Sonntag, 3. April 2005 um 16:02:19 haben Sie geschrieben:
TO> I'm trying to have a link open in a new window (like I've done a million TO> times). however the validator doesn't like this. TO> This page is not Valid XHTML 1.1 TO> <http://www.w3.org/TR/2001/REC-xhtml11-20010531/> ! You seem to use XHTML1.1, so you can modify the driver of your DTDs to include the target module. Take the original driver from: http://www.w3.org/TR/xhtml11/xhtml11_dtd.html#a_xhtml11_driver uncomment the target section, give it a name and put it inside your site. Then modify the doctype of your pages to point at the new driver. Martin. ****************************************************** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ******************************************************
