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

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
Coolepeter
New Member
New Member
Posts: 6
Joined: Wed Sep 07, 2011 5:14 pm

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

Post 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
User avatar
pixelita
Power Poster
Power Poster
Posts: 388
Joined: Sun Sep 16, 2007 3:07 am

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

Post 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.
Submit your site to the We Love CMSMS showcase
Post Reply

Return to “Layout and Design (CSS & HTML)”