Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • microvation Friend
    #165156

    Basic bulleted lists don’t show the bullets. This is true in article intros, HTML modes, articles, etc. Everywhere.

    Here’s an example.

    <ul>
    <li>A comedy show.</li>
    <li>A soft skills seminar for businesses.</li>
    <li>An inspirational experience that will motivate you hardly at all!</li>
    </ul>

    This appears in the “About Microvation” HTML module in the upper right of my site, but bullets don’t show.

    Site: microvation.org

    Thanks!


    1. temp
    chavan Friend
    #395999

    File Path: http://microvation.org/templates/ja_rave/css/template.css

    Replace the Following code


    div.ja-moduletable ul li, div.ja-module ul li {
    background-position: 2px 8px;
    padding-left: 12px;

    }

    With


    div.ja-moduletable ul li, div.ja-module ul li {
    background: url("../images/bullet.gif") no-repeat 0 7px;
    padding-left: 12px;

    }

    Note: If you Find my Post useful please click on the Thanks Icon

    microvation Friend
    #396007

    Yes, great, solved, thanks!!

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  microvation 13 years, 5 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum