Want to have just a section of your page print?
Here I'm using a hidden frame and only the contents of that will print.
This is what the code does. It's all in the "HOW" text.
There are two iframes on this page. The left has the frame border removed and the other a border the frame and scolling turned on, so you can actually see what is going on. <A href="PAGE1.html" Target=left name=PAGE1>Left Page 1</A>
<IFRAME SRC="PAGE1.html" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" width=200 height=100
NAME="left"
></IFRAME>
This is the code you put in the HTML object for an iFrame This is the easiest way to target a iFrame in WS4. Drag the actual page link from the "site links" gallery onto your text. Then right click and use "edit HTML" then paste in your target="NAME" like below in the iFrame code. You'll see a link coded like above and you'll add the target like below. <A href="PAGE1.html" name=PAGE1>Left Page 1</A> Try these links Preview the whole site for the iFrames to work "F5" This page last modified on Sunday, February 05, 2006 The two frame sizes are 200 x 100 |