View Single Post
Old 04-04-2020, 01:55 PM   #3
jackie_w
Grand Sorcerer
jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.
 
Posts: 6,252
Karma: 16544692
Join Date: Sep 2009
Location: UK
Device: ClaraHD, Forma, Libra2, Clara2E, LibraCol, PBTouchHD3
Quote:
Originally Posted by kovidgoyal View Post
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?
jackie_w is offline   Reply With Quote