• Resolved ethanator

    (@ethanator)


    so i want a list of my 10 most recent post and i got the php script for it
    <?php get_archives(‘postbypost’,’10’,’custom’); ?>

    it used to be a list with bullets then i took out something (i dont know what) and got rid of one of the bullets and know they are right next to each other

    ALL I WANt is a list with no bullets thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • Please do not use all caps in your title! Very rude….

    Open up your stylesheet, go to the part where they have the style information for #sidebar ul (or depending on the theme that you are using this might be different)

    add the following CSS to the ul options in the sidebar

    list-style: none;

    That should take care of the bullets or any other formatting that is applied automatically to lists.

    If it doesn’t work, please provide your stylesheet code so that we can take a look at it.

    Um. No, please post your stylesheet code to http://pastebin.com, and post the pastebin addy here. It’s better for everyone not to post more than a couple of lines of code….

    Thread Starter ethanator

    (@ethanator)

    thanks you so much that helps alot

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘STYLING LISTS PLEASE HELP’ is closed to new replies.