here is the website:
www.beyondsportsllc.com/IFL2/
this is what i added and it isnt working for some reason:
layout.css
.news {
position:relative;
width:220px;
top:-35px;
}
this is what i added to the index.php:
<?php if ($showuser1 or $showuser2 ) { ?>
<div class="gallery">
<div class="gallery_pad">
<jdoc:include type="modules" name="user1" style="xhtml" />
<div class="news">
<jdoc:include type="modules" name="news" style="xhtml" />
</div>
<?php if ($showuser2) { ?>
<div class="user2">
<jdoc:include type="modules" name="user2" style="xhtml" />
</div>
<?php } ?>
<div class="clr"></div>
</div>
</div>
<?php } ?>
when i do that it doesn't render to the side; but, stacked on top of the carousel...
let me know please... also can you recommend a tab mod - it looks like ja tabs from joomla art arent compatible with your template... i want to drop 4 mods in the news mod position...
i hope i am making sense
thanks
trey