View Full Version : Frame border


dEv
07-22-2003, 05:31 AM
How do I get rid of the border around i-frames that makes it looks like it's "pushed in" to the page?

kittycat
07-22-2003, 05:48 AM
border="0" frameborder="0"

Add that to the iframe code and it will get rid of the default border. If you still want a border, add the following and change it as needed

style="border: 1px solid #000000;"