Click to See Complete Forum and Search --> : More frames


IxxI
02-05-2003, 10:37 AM
Is it possible to have 3 frames in a bigger frame that centres itself on the screen so that people working in smaller resolutions can view it properly. A bit like www.future.co.uk except I think they've done it a different way. Any other suggestions on how to do this would be most welcome.
IxxI

Zach Elfers
02-05-2003, 10:43 AM
<br>
<center><iframe src="framepage.html" name="iframe" width="600" height="350">Your browser doesn't support frames</iframe></center>

That should do what you want.

IxxI
02-05-2003, 11:11 AM
Thanks, I put <div align=center> </div> around your iframe section and it worked a treat.
IxxI