Where should that go? In http://happyhippoeducation
<style type="text/css">
#twtr-profile-widget .twtr-new-results, #twtr-profile-widget .twtr-results-inner, #twtr-profile-widget .twtr-timeline {
background:#FF0000;
}
h1 { text-align: center;
}
<!--
-->
</style><!--[if IE]>
And it did not have an effect. And that is what I was trying to do, put a container around the twitter code, to provide a separation beteen my background and the twitter widget. I also hoped to be able to put a margin or padding in my box to move the twitter widget ti the right a little (it is flush left in my sidebar
Main Topics
Browse All Topics





by: pavyPosted on 2009-09-23 at 22:34:37ID: 25410322
This isn't working because your "twitter" div is the container. All the divs inside of it have background colors set already. Try adding background colors directly to the existing divs of the Twitter widget.
I am able to change the color of the main div's background. See attached code.
Also, you cannot have a <link href="..." /> in the middle of your document as you do. It must be in the <head> of an X/HTML document.
Select allOpen in new window