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
News Module Summary allign in a row in stead of above each
-
- New Member
- Posts: 6
- Joined: Wed Sep 07, 2011 5:14 pm
Re: News Module Summary allign in a row in stead of above ea
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.
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