[SOLVED] news module on its own div?

The place to talk about things that are related to CMS Made simple, but don't fit anywhere else.
Post Reply
toma
New Member
New Member
Posts: 3
Joined: Fri Dec 16, 2011 8:38 am

[SOLVED] news module on its own div?

Post 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!
Last edited by toma on Thu May 31, 2012 11:34 am, edited 1 time in total.
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: news module on its own div?

Post by Dr.CSS »

Yes that is how you do it...
toma
New Member
New Member
Posts: 3
Joined: Fri Dec 16, 2011 8:38 am

Re: news module on its own div?

Post by toma »

There was some problem with other divs, wich blocked links from news... :-[
Post Reply

Return to “The Lounge”