Re: Border and target?

hi all,
I've got the same identical problem with the attributes border, frameborder, and framespacing. It seems that the document type i'm using does not support those attributes.
the errors are: 
  1.. Error Line 41 column 46: there is no attribute "FRAMESPACING". 
  2.. Error Line 41 column 62: there is no attribute "FRAMEBORDER". 
  3.. Error Line 41 column 73: there is no attribute "BORDER".
Was anyone able to validate them?
thanks a lot, Valerio

here is the page i'm trying to validate:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN">
<html>
 <head>
  <TITLE>MDT - via dei Prati Fiscali 201 - Roma</TITLE>  
   </head>
 <frameset rows="140,*" cols="*" frameSpacing="0" frameBorder="0" border="0">
          <frame name="Top" src="WebForm7.aspx" scrolling="no" noresize>
      <frameset cols="162,*" rows="400">
           <frame name="left" noresize scrolling="no" src="leftframe2.htm">
           <frame name="destra" src="WebForm8.aspx">
      </frameset>
    <noframes>
       <pre id="p2">
        </pre>
         <p id="p1">
         </p>
    </noframes>
 </frameset>
</html>

Received on Monday, 28 November 2005 17:17:58 UTC