simple question... help is greatly appreciated!!

liunx

Guest
hi all.. Im pretty new to web design, and i just had 1 simple question.. if anyone coudl help. Please!!! I want to make a template with 2 frames, a top frame and a body frame... Does anyone know how to make this work??? Please help... thank you very very much.....<!--content-->hi newbin-need :) <br />
Its pretty easy to make a template with a top frame if use some html editor like Dreamweaver.If you are using notepad or some other editor then here is a example of a html page with a top frame <br />
<br />
<br />
<html><br />
<head><br />
<title></title><br />
</head><br />
<frameset rows="80,*" frameborder="NO" border="0" framespacing="0"> <br />
<frame name="topFrame" scrolling="NO" noresize src=http://www.htmlforums.com/archive/index.php/"topframeurl" ><br />
<frame name="mainFrame" src=http://www.htmlforums.com/archive/index.php/"bottomframeurl"><br />
</frameset><br />
<noframes><br />
</body><br />
</noframes> <br />
</html><br />
<br />
YOu can change the frame set,frame spacing and frame border value.<!--content-->you rox!! Thanx!!!!<!--content-->
 
Back
Top