html - Bullets center with unordered list -


does know css makes bullet point sit @ top of multi-line bulleted list? reason template using bullet point centers left instead of sitting next first word if have more 1 line of text.

set list style position inside list item, see this demo fiddle.

css:

ul {     list-style-position: inside; } 

Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -