5
Sure you have the image repeating ...
quote from your css...
td#headerbar {border-bottom: 1px solid #dddddd; background-image: url(logo.gif);}
you need to ad a
background-repeat: no-repeat;
that should do it
[edit]
actualy you need to remove background-image: url(logo.gif); as you already have the logo image set in the html document
Everything I'm not made me everything I am
The
Themes