Ok so any normal human will add the following inline css
style="border:0"
to remove the border from an iframe.
The problem is that it doesn't work on IE 6.
You have to use the following iframe attribute
<iframe frameborder="0"/>
and you'll get rid of the 3d looking border.
Recent comments
8 weeks 3 days ago
9 weeks 2 days ago
16 weeks 13 hours ago
16 weeks 3 days ago
18 weeks 54 min ago
20 weeks 6 days ago
25 weeks 2 days ago
30 weeks 2 days ago
35 weeks 6 days ago
42 weeks 6 days ago