How To Display Short Description In Single Product View With Bullet Points

I need to display short description with bullet points in single product view. I gave with bullets (

  • tags) when product add but display with out bullet(
  • tag). How it display?

  • Hello,



    You need to use the HTML editor to make the tags work.



    Take a look at the screenshots.



    This is the HTML editor. To open it, click the <> button on the editor toolbar (click the image to enlarge):

    [attachment=9226:html.png]



    This is how the list looks in the visual editor (click the image to enlarge):

    [attachment=9227:visual.png]

    html.png

    visual.png

    [quote name='karthick M' timestamp='1425994690' post='207576']

    I need to display short description with bullet points in single product view. I gave with bullets (

  • tags) when product add but display with out bullet(
  • tag). How it display?

    [/quote]



    If the bullets are not displayed in the store-front, switch the WYSIWYG editor to the HTML mode and add the list-style-type: circle style to the ul tag. E.g.


    ```php


    • 1

    • 2

    • 3


    ```