Quote:
Originally Posted by Tony
Can you post a screenshot?
|
This is what the drop down menu looks like. It also shows up in the postbit.
Also, I have this code for the table that it's in...
Code:
<br><br><table cellpadding="4" cellspacing="{tableinnerborderwidth}" border="0" {tableinnerextra} width="150" height="12" align="center"><tr><td bgcolor="#000000" width="150" height="12"><p align="center"><smallfont>Now Playing</smallfont></td></tr><tr> <td bgcolor="$post[backcolor]" width="150" height="12"><p align="center"><smallfont>$post[field8]</smallfont></td></tr></table><br>
I want to add a single line black border around it, but when I change 'border="0"' to 'border="1"' one of those tacky double white borders show up... I'm not that great with html mind you.