Other than bullets for unordered list in html?
I was wondering if there was a way in making an unordered list but have another symbol in place other than plain bullets. If there is, can someone show me how in html code for a notepad. Thanks!
Public Comments
- You can use CSS to specify the marker used for unordered lists. http://www.w3.org/TR/WD-CSS2-971104/lists.html There is a set of deprecated "type=xxx" attributes you can use, but the above URL will give you a more up-to-date list of CSS style information.
- The best way to achieve this is to use background images for your bullets! This is a great step-by-step walk through of how to achieve what you want. http://css.maxdesign.com.au/listutorial/introduction.htm And site's like this are a great resource for downloading bullets. http://www.stylegala.com/features/bulletmadness/
Powered by Yahoo! Answers