Thread: Scrollbars
View Single Post
  #2 (permalink)  
Old 11-25-2002, 03:56 PM
Alias's Avatar
Alias Alias is offline
Flame on!
 
Join Date: Oct 2002
Location: SC
Posts: 6,727
Rep Power: 325
Alias is a jewel in the roughAlias is a jewel in the roughAlias is a jewel in the roughAlias is a jewel in the rough
Default

Ok, teacher told me in class today. It goes like this:

<HTML>
<HEAD>
<TITLE>S.P.C.A.</TITLE>
</HEAD>
<Frameset rows=30%,70% >
<frame src="header.html" scrolling="no">
<Frameset cols=20%,* >
<frame src="link.html">
<frame src="index.html">
</Frameset>
</Frameset>
</HTML>
__________________