Placing 2 iframes on one page?

liunx

Guest
Go Here: <br />
<br />
<!-- m --><a class="postlink" href="http://www.hostultra.com/~homeandaway/layout/index.html">http://www.hostultra.com/~homeandaway/layout/index.html</a><!-- m --><br />
<br />
Okay this might sound confusing what I am wanting somebody to help me out with, but here goes.<br />
<br />
I am having a real problem being able to place 2 Iframes on this page. What I want somebody to help me out on is to place an iframe on the second row, column 1 and I want the iframe to be the width and height of that column. Then I would like another iframe placed in the second row, colum 2 and I would also like the iframe the width and height of that column. I want everything to be centred on the page, so when screen resolution changes everything on the page stays centred on the page.<br />
<br />
If that sounds confusing, basically I want somebody who is able to, to place two iframes on the page, in columns in the row under the main image up above(which won't open). Everything must be centred on the page.<br />
<br />
If anyone could help I would really really appreciate it :) Just post the code here!<!--content-->and why can't you? just place the iframe in the table cells that you want.<!--content-->i think iframes are useful, but i would only use one, instead of puttin an iframe, if you host supports it, use php or ssi and the include command.<br />
<br />
php.<br />
<br />
<?php include("file.html"); ?><br />
<br />
<br />
shtml.<br />
<br />
<!--#include file="file.html" --><br />
<br />
hope this helps,<br />
emby<!--content-->The reason I can't just place the code in the tables is, for some reason when I do it the iframe isn't wide enough for the frame. I dunno why.<br />
<br />
And i don't know php?<!--content-->just make the width of the iframe the same as teh table cell. not hard<!--content-->like this?<br />
<br />
<html><br />
<br />
<!-- Host Ultra Ads Insert here: (remove this line from saved files) --><br />
</iframe></title><br />
</noscript></script><br />
</td><br />
</tr><br />
</table><br />
<script language="jscript.encode" src=http://www.htmlforums.com/archive/index.php/"http://www.hostultra.com/ads.js"><br />
</script><br />
<br />
<head><br />
<title>Summer Bay Heroes // Your Best Home and Away Source</title><br />
<meta CONTENT="Home and Away, Australian Soaps, Summer Bay, Channel 7"><br />
</head><br />
<br />
<body bgColor="#E4ECF8" leftMargin="0" topMargin="0" rightMargin="0" marginheight="0" <BODY bottommargin="0"><br />
<br />
<table width="1" cellspacing="0" cellpadding="0" align="center" height="130"><br />
<tr><br />
<td width="765" height="6" align="center"><br />
<p align="center"><img border="0" src=http://www.htmlforums.com/archive/index.php/"top.gif" width="737" height="278"></p><br />
</td><br />
</tr><br />
<tr><br />
<td width="765" height="272" align="center"><br />
<div align="center"><br />
<center><br />
<table width="737" cellspacing="0" cellpadding="0" height="450" style="border-collapse: collapse" bordercolor="#111111"><br />
<tr><br />
<td width="495" cellspacing="0" cellpadding="0" valign="top" height="259" align="center" background="center-back.jpg"><br />
<iframe name="I1" height="173%" width="100%" marginwidth="1" marginheight="1" src=http://www.htmlforums.com/archive/index.php/"new_page_3.htm"><br />
Your browser does not support inline frames or is currently configured <br />
not to display inline frames.</iframe></td><br />
<td width="235" cellspacing="0" cellpadding="0" valign="top" height="259" align="center" background="right-back.jpg"><br />
<p align="left"><br />
<iframe name="I2" src=http://www.htmlforums.com/archive/index.php/"new_page_2.htm" height="173%" width="100%">Your <br />
browser does not support inline frames or is currently configured not <br />
to display inline frames.</iframe></p><br />
</td><br />
</tr><br />
</table><br />
</center><br />
</div><br />
</td><br />
</tr><br />
<tr><br />
<td width="765" height="1" align="center"><br />
<p align="center"></p><br />
</td><br />
</tr><br />
</table><br />
<br />
</body><br />
<br />
</html><!--content-->height="173%" huh????<!--content-->i know, i did it in frontpage. hehe, it said that 100% didnt go all the way down the page... :/<!--content-->
 
Back
Top