View Full Version : I-frame Question!
orrock
05-16-2006, 02:03 AM
I have a website where there is a background image. I also added an I-frame to the page and sized down the image so that the page loading in the I-frame's background was proportional and flush with the background image of the main page. Unfortunately, Dreamweaver puts a border into the I-Frame. Is there a way to get rid of the border on the edges of the I-Frame so that the page (and background) in the I-frame is flush and adjacent with the background of the main page? Thanks
Mistrel
05-16-2006, 02:42 AM
Try adding this to the code within the iframe page.
<body style="border: none;">
jscheuer1
05-16-2006, 04:11 AM
<iframe src="whatever" frameborder="0"></iframe>
ztaste
05-17-2006, 04:24 AM
<iframe name="sky" src="sky.html" frameborder="0" scrolling="no" align="middle" height="449" width="216"></iframe>
<iframe name="middle" src="middle.html" frameborder="0" scrolling="no" align="middle" height="449" width="373"></iframe>
<iframe src="right.html" frameborder="0" scrolling="no" align="top" height="397" width="153"></iframe>
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.