View Single Post
Old 09-03-2019, 09:04 AM   #6
Turtle91
A Hairy Wizard
Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.
 
Turtle91's Avatar
 
Posts: 3,355
Karma: 20171571
Join Date: Dec 2012
Location: Charleston, SC today
Device: iPhone 15/11/X/6/iPad 1,2,Air & Air Pro/Surface Pro/Kindle PW & Fire
I definitely prefer RbnJrg's use of ordered lists. However, I've heard that some devices don't work well with <ol> - is that still true??

RE my previous post: you could use a simple SVG instead of creating a .png

SVG:
Code:
<svg width="1em" height="1em" version="1.1" xmlns="http://www.w3.org/2000/svg">
<line x1=".1em" x2=".9em" y1=".6em" y2=".6em" stroke="black" stroke-width="1"/>
</svg>
CSS:
Code:
ul    {margin:-1.2em 0 0; 
       list-style-image:url('../Images/dash.svg'); 
       border:1px solid red}
Turtle91 is offline   Reply With Quote