Zen Cart has a great banner feature that you can use. But sometimes you may put in a banner and put in a URL for that banner, if clicked, to go to and you will get a blank page and the URL will lo
ok something like this:
http://yourdomainnamehere/index.php?main_page=redirect&action=banner&goto=banner#here
Solution: Check your includes/languages/YOURTEMPLATE/english.php file and make sure there are absolutely no spaces at the bottom of the file after the closing ?>
If that does not fix the problem, check your includes/templates/YOURTEMPLATE/common/header.php file and make sure there are no spaces there either.