-
AuthorPosts
-
treybraid Friend
treybraid
- Join date:
- May 2008
- Posts:
- 302
- Downloads:
- 0
- Uploads:
- 23
- Thanks:
- 43
- Thanked:
- 14 times in 1 posts
October 30, 2008 at 9:25 pm #134937trying to add a module- bannertop mod right below the tops…. between the left and right columns… ive got the mod added but instead of being between the left and right columns it spans the width of the page… see attached screenshot.…
also how do i edit the formatting of the text in the article— i just want it defaulted back to normal settings for an article—the left and right margins are all screwed up….
thanks
trey
treybraid Friendtreybraid
- Join date:
- May 2008
- Posts:
- 302
- Downloads:
- 0
- Uploads:
- 23
- Thanks:
- 43
- Thanked:
- 14 times in 1 posts
October 31, 2008 at 1:04 pm #277658i ended up figuring it out—trial and error in the index.php….
placed the mod position here:
<!– BEGIN: CONTENT –>
<div id=”ja-mainbody” class=”clearfix”><!– BEGIN: CONTENT –>
<div id=”ja-content” class=”clearfix”><?php if($this->countModules(‘bannertop’)) : ?>
<!– BEGIN: BANNERTOP –>
<div id=”ja-bannertop”>
<jdoc:include type=”modules” name=”bannertop” />
</div>
<!– END: BANNERTOP –>
<?php endif; ?><jdoc:include type=”message” />
<div id=”ja-current-content” class=”clearfix”>
<jdoc:include type=”component” /><?php if($this->countModules(‘banner’)) : ?>
<!– BEGIN: BANNER –>
<div id=”ja-banner”>
<jdoc:include type=”modules” name=”banner” />
</div>
<!– END: BANNER –>
<?php endif; ?>
</div></div>
<!– END: CONTENT –>AuthorPostsViewing 2 posts - 1 through 2 (of 2 total)This topic contains 2 replies, has 1 voice, and was last updated by treybraid 16 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum
adding a module below topsl position
Viewing 2 posts - 1 through 2 (of 2 total)