Jump to content

Frames


mshariq

Recommended Posts

this is a basic layout for frames

<FRAMESET cols="20%, 80%">      <FRAME src="contents_of_frame1.html">      <FRAME src="contents_of_frame2.gif">      <FRAME src="contents_of_frame3.html">  <NOFRAMES>      <P>This frameset document contains:      <UL>         <LI><A href="contents_of_frame1.html">Some neat contents</A>         <LI><IMG src="contents_of_frame2.gif" alt="A neat image">         <LI><A href="contents_of_frame3.html">Some other neat contents</A>      </UL>  </NOFRAMES></FRAMESET>

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...