Scroll

T

Thomas Nelson

You are using frames..

you will need to change

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

this should be scrolling="auto"
 
N

Nancy

That code is on the index page. Does this code need to be on all pages?
I am having a brain F#@>
 
T

Thomas Nelson

The index page defines each frames attributes. So you should just have to
change the one code.
 
N

Nancy

<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???
 
T

Thomas Nelson

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???
 
Top