Page 1 of 1

How do I create frames?

Posted: Mon Sep 26, 2016 2:15 pm
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="">.