Quote:
Originally Posted by kovidgoyal
use the GUI controls to insert lists, see the markup they produce and copy that in your source HTML editing.
|
If I type in all te stories, one per line, then select and use the GUI control for unordered list I also get all the style="" stuff:
Code:
<ul><li style="margin-bottom: 0px; margin-right: 0px; margin-top: 0px; margin-left: 0px; text-indent: 0px">Story one</li>
<li style="margin-bottom: 0px; margin-right: 0px; margin-top: 0px; margin-left: 0px; text-indent: 0px">Story two</li>
<li style="margin-bottom: 0px; margin-right: 0px; margin-top: 0px; margin-left: 0px; text-indent: 0px">Story three</li></ul>
Is there no way of ending up with simple <li> tags without any attributes at all?