Palabok...
it looks like your CSS definition for
p, ol, li, blockquote, table, tr, td is making the overlib popup have no background color and extra margins. You might divide that up into 2 sections and see if it would work:
CODE
p, ol, li, blockquote {
background: transparent; color: #000000;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 11px;
margin: 10px 30px 10px 30px;
padding: 2px 0 2px 0;
}
table, tr, td {
color:#000000;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 11px;
}
When I switch that with my stylesheet bookmarklet, it looks like it works better.

---
Jeff...
Did you try a template with this in it:
CODE
<MTPings category="incoming" lastn="50">
PingBlogName/Album: <$MTPingBlogName$><br />
PingTitle/Song by Artist: <$MTPingTitle$><br />
PingURL/blank: <$MTPingURL$><br />
<br />
</MTPings>
That might show you if there's other data in one of the other fields that is showing up.
I'm gonna look more into this, and see if I can come up with more info for your problems.
---
Michelle...
I used winamp to send you a ping with a Michelle Branch song, and it didn't update either of your test pages. Even though dosomething said it submitted a ping, I don't have any way from here to know if it really went through.
---
Andrew...
When you use the code as written, and nothing shows up, can you do "view source" and see if anything is showing up there? Its possible that it will show you a plugin tag that isn't working or something else that would give us a clue as to why its not doing what it should.
---
Sheila...
(hey, I just noticed from your site that your birthday is the day before mine!!

)
Hmmm, I hadn't noticed problems with parantheses in my song names... it seems like I have a few that do have them, but I can't put my finger on what directory they are in to test. You could try modifying the Regex template so that this part:
CODE
<MTAmazonTitle> by <MTAmazonArtist>
is encoded for javascript like this:
CODE
<MTAmazonTitle encode_js="1"> by <MTAmazonArtist encode_js="1">
---
Okay, did I get everybody? Phew!

Kristine