Hi,
How do you make frames non-resizable by web surfers?
Here is what I tried:
<HTML>
<HEAD>
<TITLE>INDEX PAGE</TITLE>
<FRAMESET ROWS="22%,78%" BORDERCOLOR="BLACK" RESIZABLE="NO">
<FRAME NAME="banner" SRC="banner.html">
<FRAMESET COLS="20%,80%" BORDERCOLOR="BLACK" RESIZABLE="NO">
<FRAME NAME="sidebar" SRC="sidebar.html">
<FRAME NAME="main" SRC="main.html">
</FRAMESET>
</FRAMESET>
</HTML>
I also tried putting the resizable attribute in the <FRAME> tag.
AND
I also tried putting it in both <FRAMESET> and <FRAME> tags.
AND
I also tried putting RESIZABLE="FALSE" in place of "NO" in all my experiments.
But nothing worked. Can it be done?
Thanks
Nate
"If you're not living on the edge, you're taking up too much space!"
How do you make frames non-resizable by web surfers?
Here is what I tried:
<HTML>
<HEAD>
<TITLE>INDEX PAGE</TITLE>
<FRAMESET ROWS="22%,78%" BORDERCOLOR="BLACK" RESIZABLE="NO">
<FRAME NAME="banner" SRC="banner.html">
<FRAMESET COLS="20%,80%" BORDERCOLOR="BLACK" RESIZABLE="NO">
<FRAME NAME="sidebar" SRC="sidebar.html">
<FRAME NAME="main" SRC="main.html">
</FRAMESET>
</FRAMESET>
</HTML>
I also tried putting the resizable attribute in the <FRAME> tag.
AND
I also tried putting it in both <FRAMESET> and <FRAME> tags.
AND
I also tried putting RESIZABLE="FALSE" in place of "NO" in all my experiments.
But nothing worked. Can it be done?
Thanks
Nate
"If you're not living on the edge, you're taking up too much space!"