Scroll

  • Thread starter Thread starter Guest
  • Start date Start date
You are using frames..

you will need to change

<frame name="main" src="main.htm" target="main" scrolling="no">

this should be scrolling="auto"
 
That code is on the index page. Does this code need to be on all pages?
I am having a brain F#@>
 
The index page defines each frames attributes. So you should just have to
change the one code.
 
<frame name="contents" target="contents" src="Sidebar.htm" scrolling="auto">
<frame name="main" src="main.htm" target="main" scrolling="auto">

This is the code. Am I missing something???
 
That should work

Nancy said:
<frame name="contents" target="contents" src="Sidebar.htm" scrolling="auto">
<frame name="main" src="main.htm" target="main" scrolling="auto">

This is the code. Am I missing something???
 
Back
Top