Changes between Initial Version and Version 1 of Ticket #5528, comment 13
- Timestamp:
- Nov 16, 2011, 8:18:50 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5528, comment 13
initial v1 5 5 IE8 and IE9 simply remove the whole style attribute while other browsers leave it untouched. 6 6 7 It seems that not invalid property {{{margin-left : 5}}} is the problem but the lack of units. If you change the styles to:7 It seems that not invalid property {{{margin-left}}} is the problem but the lack of units (which is also invalid by the way). If you change the styles to: 8 8 {{{ 9 9 <p style="margin-left: 5px; margin-top: 2px; margin-bottom: 2px">...</p>