View Full Version : Iframe weird border


RoseCrystal
07-15-2003, 02:16 AM
K i got my site perfectly fit in. Just one thing the border around my iframe kinda tick me off. the link http://www.geocities.com/michelleyipsuen/michelle.html

Here is the html i use:
<iframe allowtransparency="true" src="http://www.geocities.com/michelleyipsuen/mich.html" style="position:absolute; top:235px; left:230px;" width="400" height="250"></iframe>

Hope you can help thanks in advance

kittycat
07-15-2003, 02:32 AM
border="0" frameborder="0"

add that to the iframe code

RoseCrystal
07-15-2003, 02:33 AM
thanks