LyndonOHRC
Programmer
I thought this would be simple but I'm missing something.
I need a frame set like the following"
-----|--------------|
| |
|--------------|
| |
| |
| |
| |
-----|--------------|
I guess I just don't understand. This is what I'm trying bu it gives me three columns???
Lyndon
---People Remember about 10% of what you say ---They never forget how you made them feel. Covey
I need a frame set like the following"
-----|--------------|
| |
|--------------|
| |
| |
| |
| |
-----|--------------|
I guess I just don't understand. This is what I'm trying bu it gives me three columns???
Code:
<frameset cols="25%,75%" rows="100%">
<iframe src="left_frame.cfm">
<frameset rows="20%,75%" cols="100%,100%">
<iframe src="right_top_frame.cfm">
<iframe src="right_bottom_frame.cfm">
</frameset>
</frameset>
Lyndon
---People Remember about 10% of what you say ---They never forget how you made them feel. Covey