Forums

This topic is locked

XHTML Frameset and Dreamweaver MX 2004

Posted 23 Sep 2004 17:46:27
1
has voted
23 Sep 2004 17:46:27 Neuen Dorf posted:
Hi,

why doesn't Dreamweaver 7.01 create XHTML1.0 conform frames? It always creates a code like this:

<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd"&gt;
&lt;html xmlns="www.w3.org/1999/xhtml"&gt;
&lt;head&gt;
&lt;meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /&gt;
&lt;title&gt;Unbenanntes Dokument&lt;/title&gt;
&lt;/head&gt;

&lt;frameset rows="80,*" frameborder="no" border="0" framespacing="0"&gt;
&lt;frame src="file:///D|/Webpage/UntitledFrame-2" name="topFrame" scrolling="No" noresize="noresize" id="topFrame" /&gt;
&lt;frame src="file:///D|/Webpage/Untitled-1" name="mainFrame" id="mainFrame" /&gt;
&lt;/frameset&gt;
&lt;noframes&gt;&lt;body&gt;
&lt;/body&gt;&lt;/noframes&gt;
&lt;/html&gt; <hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>

If I try to validate it on validator.w3.org/ it's not conform!

Reply to this topic