Page 1 of 1

[SOLVED] news module on its own div?

Posted: Mon May 28, 2012 2:07 pm
by toma
Hi!

Is it possible to put news module on its own div?

I don't want to put it in same div with content-block...

Structure I would like to have is:

| leftdiv | main content | news |


I got something like this:
<div class="leftdiv">
</div><!-- leftdiv-->

<div class="rightdiv">
<div class="txtbox3">
{content}
<div class="news">
{news pagelimit="3"}
</div><!-- news -->
</div><!-- txtbox3 -->
</div><!-- rightdiv -->

Any ideas?

Thanks!

Re: news module on its own div?

Posted: Wed May 30, 2012 4:45 pm
by Dr.CSS
Yes that is how you do it...

Re: news module on its own div?

Posted: Thu May 31, 2012 11:33 am
by toma
There was some problem with other divs, wich blocked links from news... :-[