Paige,

See what happens if you put in a <body> tag after the closing </head> tag.
Be sure to put in a closing </body> tag before </html>.

Don't know if this will do it or not. But Netscape is really peculiar with
tables I know - if they aren't just right you will get an empty page as you
are describing. Could be the missing <body></body> tagset.

Paul Sinclair


> -----Original Message-----
> From: Paige Chandler [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, January 07, 2001 10:01 PM
> To: CF-Talk
> Subject: Problem w/Frames & Netscape
>
>
> Hello All and Happy New Year,
>
> I have been working with a some new Frames architecture which
> displays fine in IE 5.5. I can't get NS 4.7 to display anything.
> I've even creatred a test page with the very basics below. IE
> displays "Can't find the page etc." When I insert the appropriate
> pages sources it displays them OK. But NS still displays nothing.
> Can you see what I'm doing wrong.  TIA.
>
> Regards,
>
> Paige
>
>
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
>
> <html>
> <head>
>  <title>Untitled</title>
> </head>
>
>    <frameset rows="*,*">
>   <frame name="frame1" src="Blank.html">
>   <frame name="frame2" src="Blank.html">
>  </framset>
> </html>
>
>
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to