View Single Post
Old 11-14-2017, 09:20 PM   #3
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
It looks like you are trying very hard to use a div to make a table or an ordered list. How about just using an ordered list??


Code:
<ol>
    <li>Down the rabbit-hole</li>
    <li>The pool of tears</li>
</ol>


CSS:
ol {margin:.5em 25%; list-style-type:upper-roman; list-style-position:outside} 
li {margin:0 0 .5em; text-align:left; page-break-inside:avoid}
Turtle91 is offline   Reply With Quote