View Single Post
Old 07-22-2012, 10:48 PM   #2
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 29,768
Karma: 54401244
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by crutledge View Post
I have tried to use the following style to format a list.

Code:
ul{
  list-style-type: none;
  margin-left: 20%;
  margin-right: 15%;
}
Straight html viewer displays the list items with no symbols but Sigil inserts bullets in front of each item. Have I done something wrong?

I still get confused in CSS.
disk, square,circle
none is not a choice listed in section 10.3.1

IIRC the default for first level UL is disc (what you are seeing).

From other posts, I gather that 'lists' are problematic in EPUB and probably should be avoided . (code each item by hand)
theducks is offline   Reply With Quote