Scroll

G

Guest

You are using frames..

you will need to change

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

this should be scrolling="auto"
 
G

Guest

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

Guest

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

Guest

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

Guest

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top