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 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 7 December 2009 10:37:46 GMT