how do i make a bulleted list of text

Discussion in 'Nutrition WordPress Theme' started by sandradohn, Jan 11, 2015.

  1. sandradohn

    sandradohn Member

    Joined:
    May 11, 2012
    Messages:
    481
    Likes Received:
    1
    when I put text in the boxes, i am not able to make it show on the website as a bulleted list. It always runs together and is not spaced nicely. How do I correct this? I have attached a screen shot.

    Thanks, Sandra
     

    Attached Files:

  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello !


    For bullet list you have to put you data in this format.

    Code:
    <ul>
    <li>LIST ITEM 1
    </li>
    <li>LIST ITEM 2
    </li>
    <li>LIST ITEM 3
    </li>
    </ul>
    Thanks & Regards
    Pramod
     

Share This Page