iframes - seamless look w/in page??

liunx

Guest
Is there a way to make iframes look seamless w/ your page so that you can't see the border around it? I've tried using border=0, but I keep getting a... shadow, for lack of a better word. <br />
<br />
(Basically.... I'm trying to achieve the same sort of effect you'd get when using regular frames and you make the borders invisible... so it all looks one page.)<br />
<br />
Thanks.<!--content-->You will have to add frameBorder=0. So it will look like this:<br />
<br />
<IFRAME marginWidth=0 marginHeight=0 <br />
src=http://www.htmlforums.com/archive/index.php/"http://URL" frameBorder=0><br />
</IRAME><br />
<br />
Good Luck,<br />
Paul<!--content-->Thank you very much. :D<!--content-->Originally posted by lilmissy <br />
Thank you very much. :D <br />
Glad to help :) <br />
Paul<!--content-->
 
Back
Top