Click to See Complete Forum and Search --> : Is there no resolution to this? IFRAME ignores marginwidth attribute


lagu2653
September 22nd, 2008, 07:59 AM
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">

PeejAvery
September 23rd, 2008, 10:07 AM
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?