<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/cf-talk@houseoffusion.com/
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