I am setting up a site and I need to display a bullet list but with a picture instead of the regular bullet, in html when I use this code it should give me the picture instead of the regular bullet but it does not work. Your help will be highly appreciated!
HTML: <ul class="list"> <li>Text in Bullet1</li> <li>Text in Bullet2</li> </ul> CSS: ul.list { list-style-image: url(YOURIMAGE.gif); } rep if you like
This feature is built in to front page. Format>Bullets and Numbering>Picture Bullets>Specify picture Then upload. Never had a problem with it. Just make sure that you place the image in the appropriate folder. sometimes frontpage for some reason likes to point to the file locally. This is almost always the case until you save the page you are working on and it prompts you to save the image in the folder of your choice.