Get rid of frame scrollingIf you don't want the scrolling in the frames, you can get rid of it by using this or just add the scrolling="no" to your frame like this:
<frame src="your page" name="frame name" scrolling="no">
|
Get rid of frame scrollingIf you don't want the scrolling in the frames, you can get rid of it by using this or just add the scrolling="no" to your frame like this:
<frame src="your page" name="frame name" scrolling="no">
|