<IFRAME name='framename' src='yoururl.html' width='100' height='100' frameborder='0' scrolling='auto'></IFRAME>
Add the above tag into the page you are wanting to add your Iframe no for each of the parts... the name='framename' change this into what you want the name of the frame to be for targeting frames when hyperlinking
<A href='pagename.html' target='framename'>Text</a>
Get it... the src='yourpage.html' change to what you want the defoult page in the IFrame to be [htm or html] width='100' change to what you want the width of the IFrame to be and same with the height='100' part frameborder='0' can be changed to frameborder='1' if you want a small border aroud the inside of the frame... scrolling can be left auto! Auto=detect if your page in the frame is bigger than the frame, anly than will it show a scrollbar, Yes=always have a scrollbar no=never have a scrollbar even if the page is larger than the IFrame - I dont know why you would want to use it! :grin:
Enjoy, DanielBB