• I’d like to put my blogroll/OPML, hosted by an online feed reader, on my WP site. Thing is, my blogroll is really long. I’d like to put it inside of a scrollable box, or some way that will keep the links from going a million miles down the page.

    Any thoughts?

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

    You can surround it in a scrolling division:

    <div class="scroll">Blogroll code goes here</div>

    Then in the .css add the following:

    .scroll {height: 200px; overflow: auto;}

    Not sure if this will suit your needs or not, but it may. Hope it helps 🙂

    Thread Starter danielleesale

    (@danielleesale)

    It did. Thanks so much 🙂

    Hey guys,

    I used this code above which appeared to work (its validated correctly) but for some reason in Firefox/Opera it doesnt seem to be contained in a box as desired:

    please see my test blog here, scroll to the bottom and see the jumbled blogrolls which overflow onto one another on the right sidebar:

    http://area51.sevenstripes.com

    As I mentioned, this is validated. Plus, it appears to look fine in IE. Any ideas whats up here?

    Strike that above comment.

    I managed to fix the overflow problem, but now, I cant get the box to form that hsould contain the blogrolls…

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Blogroll in a box?’ is closed to new replies.