How do I create frames?

Website Design hints and codes
Post Reply
admin
Site Admin
Posts: 37
Joined: Sat Sep 24, 2016 3:19 pm

How do I create frames?

Post by admin »

<frameset rows="141,*" framespacing="0" border="0" frameborder="0">
<frame name="banner" scrolling="no" noresize target="contents" src="">
<frameset cols="182,*">
<frame name="contents" target="main" src="" scrolling="no">
<frame name="main" src="" target="_self">
</frameset>

This is the code for a frames in your index.html, htm,php file, this will make 3 frames. Where src is where you load the page, main is the frame on the right of the screen. Banner is on the top and contents is the frame on the left, to add another col <frame name="" src="" target="" scrolling="">.
Rogers Software
Post Reply