Bullets showing up on forms

  • pete1024xx
    Asked on November 12, 2015 at 4:26 PM

    I just created my first form and copied the HTML code to my website. When I then view my site every line in the form is preceded by a bullet. The web support people say it's not their fault that it must be in the HTML yet I did not use any bullets in the form I designed. Can anyone help?

     

  • AA_C
    Replied on November 12, 2015 at 4:38 PM

    You could edit the html code for the <ul> by adding  css style like this.

    <ul style='list-style:none'>.

    This should fix it.

     

    Robert

  • pete1024xx
    Replied on November 12, 2015 at 4:46 PM

    Thank you Robert, that fixed it.

  • AA_C
    Replied on November 12, 2015 at 4:48 PM

    Great, Your welcome.