I have replaced the following line within header.php-
define('HEADER_SALES_TEXT', 'Tagline Here');
wit
define('HEADER_SALES_TEXT', '<h1>Precision Magic Products</h1><h4>626-445-1411, Arcadia California</h4>');
My background and logo are in place as I want them but I would like to replace the 'Header_Sales_Text' with an .gif image.
Is this possible?



