- From: Leon Gierat <leon.gierat@TardisMobile.com>
- Date: Wed, 11 Aug 1999 10:34:18 +0100
- To: <html-tidy@w3.org>
Hello,
I seem to have a problem with framesets - HTMLTidy removes them!
I am using the build 260 of HTML-Kit, and the doc I'm trying to tidy is:
<HTML>
<HEAD>
<TITLE id="title">FleetWatch Standard User Profile</TITLE>
</HEAD>
<BODY>
<frameset cols="180,*">
<frame name="CDOM" src="treeView" id="treeView">
<FRAMESET ROWS="*,200">
<FRAME SRC="MapView" name="CDOM" id="MapView"></frame>
<FRAME SRC="NoticeBoard" name="CDOM" id="NoticeBoard"></frame>
</FRAMESET>
</frameset>
</BODY>
</HTML>
Looks pretty simple huh! Comes out as:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN">
<html>
<head>
<title id="title">FleetWatch Standard User Profile</title>
</head>
<body>
</body>
</html>
Look Ma, no frames!
Any suggestions would be appreciated.
Thanks,
Leon
P.S. No warnings are given
P.P.S. Can you please reply to me personally as I cannot join this mailing
list.
Received on Wednesday, 11 August 1999 06:03:41 UTC