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><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html xmlns="www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Unbenanntes Dokument</title>
</head>
<frameset rows="80,*" frameborder="no" border="0" framespacing="0">
<frame src="file:///D|/Webpage/UntitledFrame-2" name="topFrame" scrolling="No" noresize="noresize" id="topFrame" />
<frame src="file:///D|/Webpage/Untitled-1" name="mainFrame" id="mainFrame" />
</frameset>
<noframes><body>
</body></noframes>
</html> <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!