help with making lists! |
help with making lists! |
![]()
Post
#1
|
|
EXPLiCiT MAMii ![]() Group: Member Posts: 5 Joined: Jun 2005 Member No: 147,390 ![]() |
hii i need codes for like bulleted lists but not just bullets like different kinds like hearts or other stuff! if anyone knows let me kno!
|
|
|
![]() |
*mipadi* |
![]()
Post
#2
|
Guest ![]() |
The best way to do this would be with stylesheets. First, just make your list as normal"
CODE <ul> <li>item</li> <li>item</li> <li>item</li> </ul> Then, make a small icon of whatever you want to replace the bullet with, and then add this to your stylesheet: CODE LI { list-style-image: url(path/to/icon.gif); } Then, you still get the advantages of HTML lists, along with a custom icon. |
|
|
![]() ![]() |