Picture Bullets for MS Frontpage

Discussion in 'HTML & Website Design' started by netmaster123, Apr 27, 2007.

  1. #1
    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! :)
     
    netmaster123, Apr 27, 2007 IP
  2. bobby9101

    bobby9101 Peon

    Messages:
    3,292
    Likes Received:
    134
    Best Answers:
    0
    Trophy Points:
    0
    #2
    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 ;)
     
    bobby9101, Apr 27, 2007 IP
  3. internetmarketingiq

    internetmarketingiq Well-Known Member

    Messages:
    3,552
    Likes Received:
    70
    Best Answers:
    0
    Trophy Points:
    165
    #3
    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.
     
    internetmarketingiq, Apr 27, 2007 IP