View Full Version : Tricky frames stuff..


cowboymunky
06-13-2003, 09:14 PM
I have two questions with frames.. the first is, how do you make an inline frame that is centered on the page both vertically and horiztonally? Also, is there a way to make a link in one from open new pages in more than one other frame? Thanks.

Alcy
06-13-2003, 10:34 PM
You could use a table to centre the iframe:
<table width="100%" height="100%">
<tr>
<td align="center">
<iframe></iframe>
</td>
</tr>
</table>

Changing two frames at once (http://hotwired.lycos.com/webmonkey/97/02/index4a.html?tw=authoring)