Static HTML Widget - Lists not working

Collapse
X
 
  • Time
  • Show
Clear All
new posts

  • Gomjaba
    replied
    Works like a charm - thanks, much appreciated !

    Leave a comment:


  • Leinad_r
    replied
    You could use
    HTML Code:
    <div class="restore">
    <ul> 
    <li>First item</li> 
    <li>Second item</li>
     <li>Third item</li> 
    </ul>
    </div>

    Leave a comment:


  • Trevor Hannant
    replied
    Yes as bullets are stripped out in the default code otherwise all LI items (dropdown menus etc) would be bulleted. Try creating a custom CSS class and style the bullet types in additional.css then assign that class to the code in the widget

    Leave a comment:


  • Gomjaba
    started a topic [CMS] Static HTML Widget - Lists not working

    Static HTML Widget - Lists not working

    I am trying to setup a simply HTML widget using the following

    HTML Code:
    <ul>
     <li>First item</li>
     <li>Second item</li>
     <li>Third item</li>
     </ul>
    But it appears without any bulletpoints



    Is this expected ?

Related Topics

Collapse

Working...