Need to fix one more bug to get validated!

Discussion in 'HTML & Website Design' started by zac439, Jul 13, 2007.

  1. #1
    I'm having trouble with this one, because I'm not sure what to do about it.

    <ul><?php wp_list_bookmarks(); ?>
    </ul>
    Code (markup):
    What exactly is this code used for? Do I need it? It is giving me this error in the validation service:
    Of course, this is a Wordpress blog we are dealing with. I have no idea what the function does, so I don't know what to do with it.

    Any suggestions?
     
    zac439, Jul 13, 2007 IP
  2. MeetHere

    MeetHere Prominent Member

    Messages:
    15,399
    Likes Received:
    994
    Best Answers:
    0
    Trophy Points:
    330
    #2
    This code is perfect,,
    Show us the validator results with link.
     
    MeetHere, Jul 13, 2007 IP
  3. Sanzo

    Sanzo Active Member

    Messages:
    421
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    60
    #3
    Yes I got a suggestion: post the code that that php line actually generates in html ;)

    We can't see much right now.
     
    Sanzo, Jul 13, 2007 IP
  4. zac439

    zac439 Notable Member

    Messages:
    3,074
    Likes Received:
    214
    Best Answers:
    0
    Trophy Points:
    260
    #4
    zac439, Jul 13, 2007 IP
  5. MeetHere

    MeetHere Prominent Member

    Messages:
    15,399
    Likes Received:
    994
    Best Answers:
    0
    Trophy Points:
    330
    #5
    I think its because you have added a list in another list without closing..

    <li>
    <ul>
    <li></li>
    </ul>
    </li>

    This is not correct.
     
    MeetHere, Jul 13, 2007 IP
  6. zac439

    zac439 Notable Member

    Messages:
    3,074
    Likes Received:
    214
    Best Answers:
    0
    Trophy Points:
    260
    #6
    Uhh I'm a little lost. What do I need to fix?
     
    zac439, Jul 13, 2007 IP