View Full Version : Gross indent


Neptune
05-26-2003, 10:27 PM
How do I get rid of that annoying indent on my iframe? My page is black and I want the frame to seamlessly flow into my page. BUT... there is this impossible and gross fake shadow thing that is clearly visible when it is black on black. There MUST be some way to make it vanish. I cannot use tables. Well, I could, but I don't want to. Please help meeee. Thanks.

starlet
05-27-2003, 12:49 AM
have you added border="0" and all that to it?

http://www.lissaexplains.com/frames.shtml#border

Neptune
05-27-2003, 01:22 AM
Yes! I don't know what to do. You want to see the code?

<iframe src="page.html" name="main" style="position:absolute; left:400px; top:150px; width=600px; height=430px"></iframe>

amicus
05-27-2003, 01:34 AM
use the attributes 'marginwidth="0" marginheight="0" frameborder="0"' in the iframe tag

Neptune
05-27-2003, 07:00 PM
Thanks a million! It worked perfectly.