- From: James Aylett <sja20@hermes.cam.ac.uk>
- Date: Wed, 26 Jun 1996 19:39:52 +0100 (BST)
- To: "William F. Hammond" <hammond@csc.albany.edu>
- Cc: klute@nads.de, www-html@w3.org
> The docs that I have seen appear to call for:
>
> <head> ... </head>
> <framset> {frame-stuff-inside-tags} </frameset>
> <noframe> {body-stuff} </noframe>
>
> My reading of this SGML fragment is consistent with the docs that I
> have seen. They are very clear that there should be no (open or
> close) body tags inside a frame.
The way it is usually done (on all pages I've looked at) is:
<html>
<head> ... </head>
<body>
<frameset> ... </frameset>
<noframe> ... </noframe>
</body>
</html>
/-----------------------------------------------------------------------------\
James Aylett - Crystal Services (crystal.clare.cam.ac.uk): BBS, Ftp and Web
Clare College, Cambridge, CB2 1TL -- sja20@cam.ac.uk -- (0976) 212023
Received on Wednesday, 26 June 1996 14:48:53 UTC