TNEW - Contribution text - html for bullet points?

Hello, fairly new user here and hoping this is an appropriate place for this question. Please keep in mind I am not skilled an html, rather I have some skill in google search.

I'm having trouble creating an unordered list with bullet points for our TNEW contribution pages. I've tried a couple of variations of html but I still get just floating text and no bullet points. Does anyone have any idea what my issue is? Below is the coded paragraph. Any guidance is appreciated thank you. 

<UL>

<li> Lorem ipsum dolor sit amet</li>
<br /> <li>Lorem ipsum dolor sit amet</li>
<br />
<li>ILorem ipsum dolor sit amet</li>
<br />
<li> Lorem ipsum dolor sit amet
<br />
<br />Lorem ipsum dolor sit amet</li>

</body>

Parents
  • You need to close with a </ul> tag before the </body> tag. Also, your final two line items would share one bullet, the way you’ve got it here. Also, with <ul><li></li></ul> you don’t need to use <br>.
     
    Lucie
     


    Lucie Spieler
    IT Dev. & Training Manager 



    Doral Center

    8390 NW 25th Street | Miami, Florida 33122
    Direct: 305.403.3291 | Box Office: 800.741.1010
       


     

Reply
  • You need to close with a </ul> tag before the </body> tag. Also, your final two line items would share one bullet, the way you’ve got it here. Also, with <ul><li></li></ul> you don’t need to use <br>.
     
    Lucie
     


    Lucie Spieler
    IT Dev. & Training Manager 



    Doral Center

    8390 NW 25th Street | Miami, Florida 33122
    Direct: 305.403.3291 | Box Office: 800.741.1010
       


     

Children
No Data