|  | Posted by dorayme on 12/27/07 23:58 
In article <doraymeRidThis-A2E5F1.10500028122007@news-vip.optusnet.com.au>,
 dorayme <doraymeRidThis@optusnet.com.au> wrote:
 
 > In article
 > <5abba24b-2681-4777-be24-4e61e5a5a6fd@f53g2000hsg.googlegroups.co
 > m>,
 >  zara <antiphrasist@yahoo.com> wrote:
 >
 > > On Dec 27, 1:27 am, dorayme <doraymeRidT...@optusnet.com.au> wrote:
 > >
 
 I meant to add that if you must use XHTML, I would have thought
 that:
 
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html>
 
 would be what you would have at top.
 
 You have:
 
 <?xml version="1.0"?>
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 
 <html xmlns="http://www.w3.org/1999/xhtml">
 
 I think this confuses the validators, maybe your browser too?
 
 You need to look into these errors too:
 
 Document type doesn't permit attribute ³target² within element
 ³<a>².
 Document type doesn't permit attribute ³clear² within element
 ³<br>².
 
 --
 dorayme
 [Back to original message] |