
June 14th, 2000, 06:04 PM
|
|
Contributing User
|
|
Join Date: Mar 2000
Location: USA
Posts: 67
Time spent in forums: < 1 sec
Reputation Power: 9
|
|
|
i am trying to create a frames page, but i do not want to call files for each frame. i would like to just type in the html for each frame in the same file so that i only have 1 file.
i would like to do something like this...
<frameset rows="50%,50%">
<frame name="top">
stuff in top frame
<frame name="bottom">
stuff in botttom frame
</frameset>
is this possible?
thanks in advanced for reading this.
-bydavid
|