I am at wit's end. I'm trying to integrate blogads into my blog at http://www.pennywit.com/drupal. I want to put the adstrip in a block in the upper right-hand corner of my right sidebar.
However, the code, for some reason, is wiping out the Header ("SPONSORS"), such that the block header doesn't display for the users. I found that if I highlight the header, however, it becomes visible.
Through testing, I found a few things:
1) Changing from "PHP" to "filtered HTML" to "full HTML" inputs didn't help.
2) Using PHP "echo" statements didn't help.
3) the .block .h2 element renders slightly differently in the "Sponsors" block than elsewhere. In most blocks, the border-bottom stretches across the block. In the Sponsors block, it only stretches under the header text.
4) Swapping the block from the left column to the right didn't help.
4) The block renders normally in all other themes, both xtemplate and phptemplate.
Here are the vitals:
I'm running Drupal 4.5.0, using a phptemplate (4.5.0)-based theme called "penny3." I'm viewing the page in the latest version of IE.
The relevant CSS:
td.sidebar {
vertical-align: top;
padding: 0px;
height: 100%;
}
#sidebar-left {
width: 200px;
}
#sidebar-right {
width: 160px;
}
.sidebar .block {
margin: 0px;
padding: 5px;
border-top: 3px solid #000099;
border-bottom: 2px solid #000099;