What rainthebat is talking about isn't in your stylesheet. It's in includes/templates/YOUR_TEMPLATE/common/tpl_header.php.
What rainthebat is talking about isn't in your stylesheet. It's in includes/templates/YOUR_TEMPLATE/common/tpl_header.php.
You can get the logo image that your not using to not display through the style sheet. includes/templates/classic/stylesheet.css look for #logo, if it doesn't exist, create it. Set it to: #logo{display:none}
This will get rid of that little missing image icon.
That is true, but now I am changing my position, perhaps a style sheet edit would be easier, and less core code changing involved. I believe that hansonian is using the classic template and doesn't have a custom template set up.
afo, rainthebat, thank you so much.
i went back into the tpl_header.php and deleted those lines and everything is perfect now.
If you haven't created your own custom template, all the changes you've made will be lost with the next update/upgrade.