Page 1 of 1

News Module Summary allign in a row in stead of above each

Posted: Thu Sep 08, 2011 5:51 am
by Coolepeter
Dear people,
I want a scrolling text with headlines using the marquee tag.
But when I select the News Module Summary I want to use, the links are aligning above each other in stead of in a row.
Can someone please give me the code so that the links are aligning in a row?
Thanks in advance.

- Peter

Re: News Module Summary allign in a row in stead of above ea

Posted: Thu Sep 08, 2011 2:27 pm
by pixelita
Now, I haven't tested this, this is just "off the top of my head," but create a new news summary template. strip everything out except the news title and the link to it. Surround it with a division and give it a name such as <div class="news-ticker">.

Then in your CSS, do this:
.news-ticker { display: inline; }

That should do it. Let me know if it doesn't.