View Single Post
Old 05-16-2016, 12:54 PM   #5
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,361
Karma: 20212223
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
Code:
<ul class="nostyle">
  <li>First point blah blah blah</li>
  <li>Second point blah blah blah</li>
  <li>Third point blah blah blah</li>
  <li>Fourth point blah blah blah</li>
</ul>

with this in the CSS
ul.nostyle {list-style-type: none}
and you can add any other kind of styling you want in the CSS section - bold/italics, margins, spacing, etc.
Turtle91 is offline   Reply With Quote