In an unordered list, how do I change the space between the marker and the text?
Using XHTML 1
Public Comments
- This is a matter of presentation rather than content structure, so you should look into CSS stylesheets, if you're not already familiar with them. CSS has a variety of properties governing how unordered lists are laid out. You will generally want to concentrate on combinations of the following: margin-left padding-left list-style-position list-style-type
- just put as many "& n b s p ;" (non breakable white spaces) as you want before the text
Powered by Yahoo! Answers