Ticket #2070 (closed Bug: duplicate)
Style attribute changed in IE
| Reported by: | wwalc | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | Project : MediaWiki+FCKeditor | Version: | |
| Keywords: | Confirmed IE | Cc: |
Description (last modified by wwalc) (diff)
Install CategoryTree extension: http://www.mediawiki.org/wiki/Extension:CategoryTree
Use the <categorytree> tag. Error: style is being stripped.
<categorytree style="border: 1px solid gray; padding: 0.7ex; float: right; clear: right; margin-left: 1ex; background-color: white;" mode="pages">Manual</categorytree>
switch to wikitext, wysiwyg mode and back to wikitext:
<categorytree mode="pages" style="clear: right; border-right: gray 1px solid; padding-right: 0.7ex; border-top: gray 1px solid; padding-left: 0.7ex; float: right; padding-bottom: 0.7ex; margin-left: 1ex; border-left: gray 1px solid; padding-top: 0.7ex; border-bottom: gray 1px solid; background-color: white" mode="pages">Manual</categorytree>
style attribute has changed.
Change History
Note: See
TracTickets for help on using
tickets.