Re: xmlns:v to use vml

To pass the validity check you could replace the troublesome Tag with this
hack using conditional comments -

<!--[if IE]> 
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:v= 
"urn:schemas-microsoft-com:vml"> 
<![endif]--> 

<!--[if !IE]> <--> 
<html xmlns="http://www.w3.org/1999/xhtml"> 
<!--> <![endif]--> 

Jane Barrett http://www.cheap-parking.net

Received on Monday, 30 July 2007 19:16:44 UTC