Try this:

<frameset cols="15%,85%">
  <frameset rows="15%,85%">
    <frame src="logo.cfm">
    <frame src="links.cfm">
  </frameset>
  <frameset rows="15%,85%">
    <frame src="headers.cfm">
    <frame src="main.cfm">
  </frameset>
</frameset>

Don

----- Original Message -----
From: "Kevin Queen" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, October 24, 2000 4:54 PM
Subject: Frames


> <Brain Fart>
>
> The BEST way to create a 4 window frame is like this :
>
>
> Main.htm
> ------------------------------
> <frameset cols="15%,85%">
> <frame name="Left" scrolling="no" src="Left.htm">
> <frame name="Right" scrolling="auto" src="Right.htm">
> </frameset>
> ------------------------------
> Left.htm
> ==============================
> <frameset rows="15%,85%">
> <frame name="Logo" scrolling="no" src="Logo.cfm"
> <frame name="Links" scrolling="no" src="Links.cfm">
> </frameset>
> ==============================
> Right.htm
> =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
> <frameset rows="15%,85%">
> <frame name="Headers" scrolling="auto" src="Mail_Headers.cfm">
> <frame name="Main" scrolling="auto" src="Mail_Main.cfm">
> </frameset>
> =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
>
> Should produce this:
>
> |--------|--------------------------|
> |        |                          |
> | Logo   |      Headers             |
> |--------|--------------------------|
> |        |                          |
> |        |                          |
> |        |                          |
> |        |                          |
> |        |                          |
> | Links  |      Main                |
> |        |                          |
> |        |                          |
> |        |                          |
> |        |                          |
> |--------|--------------------------|
>
>
>
> Right?
>
> </Brain Fart>
>
> TIA,
> Kevin Queen
>
> "Ah, I see!", said the blind man to the deaf mute.  -Unknown
>
> --------------------------------------------------------------------
----------------------------
> Archives: http://www.mail-archive.com/[email protected]/
> Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or
send a message with 'unsubscribe' in the body to
[EMAIL PROTECTED]
>

------------------------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]

Reply via email to