jonezy09 Posted November 20, 2008 Share Posted November 20, 2008 How would I place an banner ad underneath the boxes on either side? thanks Link to comment Share on other sites More sharing options...
germ Posted November 20, 2008 Share Posted November 20, 2008 At the bottom of /catalog/includes/column_left.php or column_right.php. After the closing PHP tag which looks like this: ?> Add your new code like this: <tr> <td align="center"> ******** DELETE THIS LINE AND PUT YOUR CODE HERE ******** </td> </tr> If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there > Link to comment Share on other sites More sharing options...
jonezy09 Posted November 21, 2008 Author Share Posted November 21, 2008 At the bottom of /catalog/includes/column_left.php or column_right.php. After the closing PHP tag which looks like this: ?> Add your new code like this: <tr> <td align="center"> ******** DELETE THIS LINE AND PUT YOUR CODE HERE ******** </td> </tr> thank you! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.