There are some including myself who recommend not using frames at all. If any of your visitors have frames turned off or are using a browser that doesn't support frames (including iFrames) they will need to access the info elsewhere.
However, I think most newer browsers off support for iFrames, so it is worth a try.
You might want a separate page with a link to it for users without frames.
Here is iFrame code if you need it. Since you are formating at 600x400, I have set the frame to 550x300 to fit inside. If this doesn't fit, they can always be changed. Keep in mind that your linked pages will have to fit inside this (based on whatever size you use for the iFrame.
The <Hr>'s were just something I put in so I could remember where I put my iFrames.
HTML Code:
<Center>
<hr width="50%" size="1">
<p><iframe name="My iFrame" src="http://frontpageforms.com" target="_self" height="300" width="550" align="middle">
Your browser does not support inline frames or is currently configured not to display inline frames.
</iframe></p>
<hr width="50%" size="1">
</Center>
Last edited by AMysticWeb : 03-21-2006 at 11:47 PM.
|