Is there no resolution to this? IFRAME ignores marginwidth attribute
Is there no resolution to this? My IFRAME completely ignores the attribute marginwidth="0" just because it's partly XML(with xslt in a separate file), partly Classic ASP and not partly HTML, partly ASP as it was before.
<IFRAME SRC="sometable.asp" id="iframe" onload="resolveAccessDifferences();" WIDTH=779 HEIGHT=302 marginwidth="0" marginheight="0" allowtransparency="true">
Re: Is there no resolution to this? IFRAME ignores marginwidth attribute
The iframe's margins will be overwritten by the actual margins of the page loaded into the source. Have you tried setting the margins of sometable.asp to zero?