SitePoint Sponsor |
|
User Tag List
Results 1 to 2 of 2
Hybrid View
-
Sep 22, 2008, 04:55 #1
- Join Date
- Sep 2004
- Location
- Sweden
- Posts
- 51
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
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.
Code:<IFRAME SRC="sometable.asp" id="iframe" onload="resolveAccessDifferences();" WIDTH=779 HEIGHT=302 marginwidth="0" marginheight="0" allowtransparency="true">
-
Sep 23, 2008, 16:06 #2
- Join Date
- Apr 2007
- Posts
- 1,205
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
I don't know what you mean by "partly XML", but XML requires all attribute values to be in quotes. Therefore, this is not valid XML:
WIDTH=779 HEIGHT=302
Bookmarks