NO - do NOT put a <body> tag anywhere Inside a frameset! The frameset tag
is a *substitution* for the body tag.
You just put copy & links inside the <noframes> </noframes> tags.
While I do not doubt that there are browsers that will render this code as
written -- hell, MSIE doesn't require that you close table rows or even the
damn table itself -- it's not spec code.
Kathy
At 10:03 PM -0400 7/16/98, Brent Eades wrote:
>On 16 Jul 98, Suzanne wrote:
>
>> Is this the correct structure for the bottom of a frameset page? BBEdit is
>> raising a fuss about it. Also, do you normally put anything in between the
>> <noframes> tags like, "Sorry, this site requires a frames compatible
>> browser?"
>>
>> <noframes>
>> <body>
>> </body></noframes>
>> </html>
>
>Well, it's not quite right no. <noframes> has to be enclosed within
><frameset>, which in turn must be enclosed within <html>
>
>So a fully compliant frames/no frames page would look something like:
>
><html>
> <head>
> <title>whatever</title>
> </head>
>
> <frameset rows="*,*">
>
> <frame src="one.html" name=one>
> <frame src="two.html" name=two>
>
> <noframes>
>
> <body>
> normal body stuff goes here
> </body>
>
> </noframes>
>
> </frameset>
></html>
===============================
Kathy E. Gill, Guide - http://agriculture.miningco.com/
WWW design � writing � training - http://www.dotparagon.com/
Mac Advocacy - http://www.halcyon.com/kegill/mac/
"A different world cannot be built by indifferent people."
____________________________________________________________________
--------------------------------------------------------------------
Join The Web Consultants Association : Register on our web site Now
Web Consultants Web Site : http://just4u.com/webconsultants
If you lose the instructions All subscription/unsubscribing can be done
directly from our website for all our lists.
---------------------------------------------------------------------