Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<frameset rows="*" cols="80,*" frameborder="NO" border="0" framespacing="0">
<frame src="frameleft.htm" name="leftFrame" scrolling="NO" noresize>
<frameset rows="80,*" frameborder="NO" border="0" framespacing="0">
<frame src="frametop.htm" name="topFrame" scrolling="NO" noresize>
<frame src="index.htm" name="mainFrame">
</frameset>
</frameset>
Yes, but I am confused as to how and where to add the code.BillyRayPreachersSon said:Did you not read the first line of Supra's post?
A framed page would be appropriate for this instance. As those with slower connections would not have to reload what they just saw on the last page.ChrisHirst said:I may have read your post wrong, but to me it says basically 'How can I make a framed page not work like a framed page'.
The answer to that should be fairly obvious.
<style>
BODY { overflow: hidden }
</style>