09 May 2007, 18:17
#1
Zen Follower
- Join Date:
- Sep 2006
- Posts:
- 231
- Plugin Contributions:
- 0
.centerColumn Border
Where in the tpl_main_page would i edit in order to put a css border around .centerColumn? I have tried editing this piece of code:
and that's not letting me add the border. I am trying to add snappy borders around my main content and i have added the css already to the stylesheet and ive successfully added the html to the sideboxes (tpl_box_default_left.php.) Any help with this would be awesome!
<?php
/**
* prepares and displays center column
*
*/
require($body_code); ?>
<?php
if (SHOW_BANNERS_GROUP_SET4 != '' && $banner = zen_banner_exists('dynamic', SHOW_BANNERS_GROUP_SET4)) {
if ($banner->RecordCount() > 0) {
?>
<div id="bannerFour" class="banners"><?php echo zen_display_banner('static', $banner); ?></div>
<?php
}
}
?>and that's not letting me add the border. I am trying to add snappy borders around my main content and i have added the css already to the stylesheet and ive successfully added the html to the sideboxes (tpl_box_default_left.php.) Any help with this would be awesome!