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
7 weeks 6 days ago
8 weeks 5 days ago
15 weeks 3 days ago
16 weeks 5 hours ago
17 weeks 3 days ago
20 weeks 2 days ago
24 weeks 6 days ago
29 weeks 5 days ago
35 weeks 3 days ago
42 weeks 2 days ago