Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • mpbares Friend
    #121322

    I’d like to display the Banner Module on the right hand side of the header on my site. (http://www.summitea.org) Can anyone help me with this?

    ShannonN Friend
    #223871

    mpbares;20472I’d like to display the Banner Module on the right hand side of the header on my site. (http://www.summitea.org) Can anyone help me with this?

    search the forum on the keyword ‘banner’ it will lead you to other threads etc dealing with what’s involved you should get enough info from these previous posts to help

    mpbares Friend
    #224019

    Well I added the following code to my site and the banner module appears however no matter what I try I can’t move it to the position I’d like in CSS. I also have a big green line appearing about 2px below the header that I can’t get rid of. Any ideas?? the site is http://www.summitea.org

    <!– BEGIN: HEADER –>
    <div id=”ja-headerwrap”>
    <div id=”ja-header” class=”clearfix”>

    <h1>
    <a href=”index.php”>
    <?php echo $mosConfig_sitename?>
    </a>
    </h1>
    <div id=”ja-topmodule”>
    <?php if ( mosCountModules(“banner”) ) { ?>
    <div class=”ja-topmodule”>
    <?php mosLoadModules ( “banner”, -1 ); ?>
    </div>
    <?php } ?>
    </div>
    </div>
    </div>
    <!– END: HEADER –>

    Menalto Friend
    #224022

    <!– BEGIN: HEADER –>
    <div id=”ja-headerwrap”>
    <div id=”ja-header” class=”clearfix”>

    <h1>
    <a href=”index.php”>
    <?php echo $mosConfig_sitename?>
    </a>
    </h1>
    </div>
    <div id=”ja-topmodule”>
    <?php if ( mosCountModules(“banner”) ) { ?>
    <div class=”ja-topmodule”>
    <?php mosLoadModules ( “banner”, -1 ); ?>
    </div>
    <?php } ?>
    </div>
    </div>
    </div>
    <!– END: HEADER –>

    Try with this, if not working give me a PM

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 3 voices, and was last updated by  Menalto 17 years, 2 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum