Simple Bullet Point Question - Need Quick Solution!

Discussion in 'HTML & Website Design' started by finqoo, Sep 9, 2007.

  1. #1
    Hello,

    If you take a look at this code for wordpress:

    <?php sm_list_popular_searches('<h3>Popular Searches</h3>' , '<li></li>') ?>
    <?php sm_list_recent_searches('<h3>Recent Searches</h3>' , '<li></li>') ?>

    I have an extra bullet point after the php. How do I remove it?
     
    finqoo, Sep 9, 2007 IP
  2. finqoo

    finqoo Well-Known Member

    Messages:
    319
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    105
    #2
    Take a look at the site http://www.pokergently.com and look at the left column where it says recent searches and popular searches.. you will see I have 2 extra bullets that shouldn't be there.
     
    finqoo, Sep 9, 2007 IP
  3. mikebrad0927

    mikebrad0927 Peon

    Messages:
    266
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #3
    your code is wrong, try this instead

    sm_list_popular_searches('<li><h3>Popular Searches</h3>', '</li>')
    
    Code (markup):
     
    mikebrad0927, Sep 9, 2007 IP
  4. finqoo

    finqoo Well-Known Member

    Messages:
    319
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    105
    #4
    Thanks, it's all good.
     
    finqoo, Sep 9, 2007 IP