Thats sort of it. if i do that correct comment info it will get rid of everything including the header_bg that is the files on the right that would take up the entire top section.
when i remove logo.gif from the following line in header.php the place holder shows up.
// added defines for header alt and text
define('HEADER_ALT_TEXT', '');
define('HEADER_SALES_TEXT', '');
define('HEADER_LOGO_WIDTH', '192px');
define('HEADER_LOGO_HEIGHT', '64px');
define('HEADER_LOGO_IMAGE', '');
So what has to be commented out to just remove the one place holder?




