i-frame question

liunx

Guest
hi...I like to know how they put make a border like this behind the i-frame??? Is it just an i-frame on top of a cell??? Thanks.<br />
<br />
<br />
<!-- m --><a class="postlink" href="http://www.axxessdenied.com/index.php?catid=home">http://www.axxessdenied.com/index.php?catid=home</a><!-- m --><!--content-->It's an iframe on a cell:<br />
<br />
<br />
<td background="img/scrollbg.gif"><iframe align="center" width="295" scoll="auto"<br />
height="141" src=http://www.htmlforums.com/archive/index.php/"news.php" frameborder=0>Awww! <br />
Too bad you can't view the news, your browser doesn't support iframes. <br />
Upgrade to the latest IE or NN and get with the times!</iframe></td><br />
</tr><br />
<tr><br />
<td><br />
<table width="100%" border="0" cellspacing="0" cellpadding="0"><br />
<tr> <br />
<td width="8"><img src=http://www.htmlforums.com/archive/index.php/"img/contentbottomleft.gif"<br />
width="8" height="15"></td><br />
<td background="img/contentbottom.gif"><img src=http://www.htmlforums.com/archive/index.php/"img/contentbottom.gif" width="16" height="15"></td><br />
<td width="17"><img src=http://www.htmlforums.com/archive/index.php/"img/contentbottomright.gif" <br />
width="17" height="15"></td><!--content-->hey whkoh<br />
<br />
ok...I've been trying to align my i-frame on top of the cell so it blends into one color but I'm having such a horrible time. Could you see what I'm doing wrong???<br />
This is my first time using any layer or iframe.<br />
Thanks. <br />
<br />
<br />
<!-- m --><a class="postlink" href="http://www26.brinkster.com/lunatik/">http://www26.brinkster.com/lunatik/</a><!-- m --><br />
<br />
<br />
don't worry about the content and alignment of things...will fix it up once I get my iframes working.<!--content-->Originally posted by LuNaTiK <br />
hey whkoh<br />
<br />
ok...I've been trying to align my i-frame on top of the cell so it blends into one color but I'm having such a horrible time. Could you see what I'm doing wrong???<br />
This is my first time using any layer or iframe.<br />
Thanks. <br />
<br />
<br />
<!-- m --><a class="postlink" href="http://www26.brinkster.com/lunatik/">http://www26.brinkster.com/lunatik/</a><!-- m --><br />
<br />
<br />
don't worry about the content and alignment of things...will fix it up once I get my iframes working. first of all, fix your coding for the iframes page:<br />
<br />
<br />
<br />
<html><br />
<head><br />
<title>Untitled Document</title><br />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><br />
</head><br />
<br />
<table bgcolor="#CCCCCC" border="0" width="100%" cellspacing="0" cellpadding="0"><br />
<tr> <br />
<td bgcolor="#CCCCCC"> <br />
<p> <br />
03/12/02<br><br>Hey all, finally this sight is up and running. It took longer than I thought but it it paid off. The design is not where it should be right now but I promise it will get better once I learn more tools and technologies. In the meantime, enjoy your stay here.<br>------------------------------<br>03/17/02<br><br>Updated all the galleries in the showcase!!!<br>------------------------------<br><br />
</p><br />
</td><br />
</tr><br />
</table><br />
<body bgcolor="#FFFFFF" text="#000000"><br />
</body><br />
</html><br />
<br />
- the opening body tag should come before the table code, etc.<br />
- change the background color to the table colour. This will blend in both colours.<!--content-->
 
Back
Top