Hello,
I wish to place a banner skyscraper on right side of product results and item description. However, when I try to place it within the banner.php file, it always shows up in the top left of the results, then the results are displayed. Any suggestions on how to fix this?
Thank you!
Hi,
Probably the easiest thing to do (and this would give you more flexibility to add banners etc. to other pages) would be first to create the 3 column layout as described in this thread, and with that in place in your new html/user_footer_before.php, at the comment:
<!-- insert your right column code here, you can use PHP tags -->
...use the following:
<?php if (strpos($_SERVER["PHP_SELF"],"products.php")!==FALSE): ?>
<!-- product page banner HTML code here -->
<?php endif; ?>
Cheers,
David.
--
PriceTapestry.com