Viewing 7 replies - 1 through 7 (of 7 total)
  • Too bad there isn’t a limit to unresolved posts…

    Thread Starter TomJohnson

    (@tomjohnson)

    Yosemite,

    Are you saying that I posted too many questions to the forum and did not select the Resolved option in the drop-down box enough?

    Tom

    My apologies Tom. Just a lot of hit and runs not marking threads resolved.

    Thread Starter TomJohnson

    (@tomjohnson)

    I’ll try to mark more of my queries as resolved. Sorry about that.

    The source shows:
    <h2>Events</h2>
    <ul>
    <li>
    <ul>
    <li>18 Sep: <a href='https://stc-suncoast.org/2006/06/23/best-practices-conference-2006/'>9/18 -- Best Practices Conference 2006</a>
    </li>
    </ul>
    </li>
    </ul>

    Note the nesting? Still unsure if it’s that, or simply because it’s multiple lines…

    In your style-sheet-file you do not give an vertical-alignment for the img.

    You can change the

    #sidebar ul ul li
    {
    margin:0;
    padding:0;
    padding-left:10px;
    margin-left:10px;
    background:url(img/subcat_bullet.gif) no-repeat left;
    }

    add top:

    background:url(img/subcat_bullet.gif) no-repeat left top;

    but you have to redraw your image then (it is a little bit to high).

    Thread Starter TomJohnson

    (@tomjohnson)

    Thanks for the help. I really appreciate it. Sorry for not responding sooner.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘aligning bullets at top of list item rather than middle’ is closed to new replies.