This is the code that I have:
<object type="text/html" data="table.html" style="width:95%; height:400px; border:0px; margin:0%;"></object>
Even though border is specified as 0, I still have (only in IE) a border around the object. Is there any other way to disable this border?
This is what...