Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter jnetty99

    (@jnetty99)

    Sorry the code dissapeared let me try this again.
    <li>
    <h2>Blogroll</h2>
    <ul><script language="javascript" type="text/javascript" src="https://rpc.blogrolling.com/display.php?r=56a6785d822f78caec491fcf694c0b08"></script></ul>
    </li>

    If i had the missing <li> after <ul> it looks like the second picture.

    Since the blogroll js doesn’t display the links in <li> elements, why not place it all in a paragaph (<p>) element, i.e.:


    <li><h2>Blogroll</h2>
    <p><script language="javascript" type="text/javascript" src="https://rpc.blogrolling.com/display.php?r=56a6785d822f78caec491fcf694c0b08"></script>
    </p>
    </li>

    Thread Starter jnetty99

    (@jnetty99)

    Thanks Kafkaesqui
    Yeah that helped and validated, only thing is now i get a white background. i guess i could make a class <p class=""> or something like that and then added to the style.css

    forgive me if i got the terms incorrectly.

    You got it right!

    Do that. But give the class="" a name ?? That helps.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Help with XHTML Code’ is closed to new replies.