Forums

[resolved] another stupid question, formatting archive links (8 posts)

  1. jennsoer
    Member
    Posted 3 years ago #

    my site: http://little-hypotenuse.com

    If you scroll down there is a list of the months, and the list is a stupid unordered list, complete with those little diamonds. I don't know how to make those diamonds go away, because all I have for the archives to appear is

    <<?php _e('Archives:'); ?>

    <?php wp_get_archives('type=monthly'); ?>

    and there isn't even a trace there, of coding that would make it an unordered list.

    How can I make it go away?

    Thanks!

  2. Nazgul
    Member
    Posted 3 years ago #

    Try setting the list-style-type to none on the ul element in your css. That should get rid of the diamonds.

  3. Yosemite
    Member
    Posted 3 years ago #

    Hey you booger! You deleted the comment I left on your site!

    ;')

  4. jennsoer
    Member
    Posted 3 years ago #

    No Yosemite, I didn't! You had posted the comment on index.html (which I recently renamed to index2.html) which has my greymatter blog :) not my wordpress one.

  5. jennsoer
    Member
    Posted 3 years ago #

    I stuck this in:

    UL.plain { list-style-type: none }

    I also tried it with LI instead of UL.

    Both didn't work!

  6. Nazgul
    Member
    Posted 3 years ago #

    Why the .plain? That would indicate that you'd have a class called plain linked to that UL. But if I look at the source of your page I just see a basic UL tag.

    So try: UL { list-style-type: none }

  7. jwurster
    Member
    Posted 3 years ago #

    You have a validation error in your Archives section. Perhaps if you correct this, you will be okay.

  8. jennsoer
    Member
    Posted 3 years ago #

    Thank you Nazgul! That worked :)

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.