Page 1 of 1

Summary Templates align in a row

Posted: Wed Sep 07, 2011 5:24 pm
by Coolepeter
Dear people,

I am using News module 2.9 and I can't figure out how to put the links of the news in a row. Now they allign above each other.
This is the code I use now:

{foreach from=$items item=entry}
<div class="NewsSummaryLink">
{$entry->titlelink}
</div>
{/foreach}

Can someone please help me? It's really bugging me...

- Peter

Re: Summary Templates align in a row

Posted: Wed Sep 07, 2011 8:38 pm
by Wishbone
It's just HTML and CSS.. <div>'s by default line up under each other, unless you apply a class to them that contain "float: left".. Or remove the <div> entirely.