Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • skeeter Friend
    #118627

    Hello,

    Is there a way to create a hyperlink for the color module boxes (user 8, 9 & top)? I would like the website users to be able to just click on a box. I know I could create a hyperlink using text inside the box but I would prefer to make the whole box clickable.

    kallan Friend
    #214312

    Hi,

    I would also love to know if this is possble.

    ha le-viet Developer
    #214316

    Hi mates,

    Try to change
    <?php if( mosCountModules('user8') ) {?>
    <div id="ja-box1" class="ja-box<?php echo $user8divstyle; ?>" style="width: <?php echo $divtopwidth; ?>;">
    <?php mosLoadModules('user8', -3); ?>
    </div>
    <?php } ?>

    to
    <?php if( mosCountModules('user8') ) {?>
    <a href="your link" border="0">
    <div id="ja-box1" class="ja-box<?php echo $user8divstyle; ?>" style="width: <?php echo $divtopwidth; ?>;">
    <?php mosLoadModules('user8', -3); ?>
    </div>
    </a>
    <?php } ?>

    As the module are styled with rounded corner (4 divs needed) we can not have the hover effect. Just a link you can click to.

    Regards,
    Ha Le-Viet.

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

This topic contains 3 replies, has 3 voices, and was last updated by  ha le-viet 17 years, 9 months ago.

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