I think the subscribe_header.php you posted was irrelevant to the sidebox problem.
I think the subscribe_header.php you posted was irrelevant to the sidebox problem.
okay, sorry.
Any idea on how to use a image for the newsletter - I don't want it to look different, and I don't want to scrap the whole design...help please
It looks like you could edit /includes/languages/english/extra_definitions/your_template/newsletter_subscribe_definitions.php:insert the image code here:PHP Code:define('BOX_HEADING_SUBSCRIBE', 'Newsletter'); // sidebox title
You could also use the zen_image() function in place of the hard-coded <img etc.PHP Code:define('BOX_HEADING_SUBSCRIBE', '<img src="yourimagesource"/>'); // sidebox title