View Full Version : margin-border in iframes


Candie Swirls
01-25-2003, 09:50 PM
I have this ugly margin-border in my iframe...I don't know how to get rid of it! Can someone help? Clickhere (http://www.geocities.com/candieswirls/indexx.html) to see it. And heres my code:

<iframe src="inline.html" style="position:absolute; top:35px; left:292" name="inlineframe" width="222" height="330" style="border:solid 0px white" allowtransparancy="true"></iframe>

And another problem, inline.html isn't showing up! Help!

starlet
01-26-2003, 12:30 AM
add frameborder="0" to the code. and did you create and upload the page inline.html? it seems to be showing up for me though...

Candie Swirls
01-26-2003, 09:07 PM
aaack, it doesn't work...hmmm, maybe theres something wrong with my code. This is what have:

<iframe src="inline.html" style="position:absolute; top:35px; left:292" name="inlineframe" width="222" height="330" style="border:solid 0px white" allowtransparancy="true" border="0"></iframe>

That's right, isn't it?

Candie Swirls
01-26-2003, 09:28 PM
oh wait, I got it right now :) I put in frameborder="0" instead of just border="0". Thanx everyody! ^^