Page 1 of 1
News-module questions
Posted: Fri Feb 11, 2005 11:59 am
by mrbs
I am using the standard news-module comming with cmsms. I know that it is "controlled" by css, and the layout is fitting my design.
But one thing i can't figure out how to solve:
I would like a
or tag between the posts. As it is now, the last part of a post, and the title of the next is in the same line...
What did I forget?
You can see what I am working on here (it's danish)...
http://www.mrbs.dk/cms
News-module questions
Posted: Fri Feb 11, 2005 12:22 pm
by Ted
Add
to your cms-module-news class. Should fix it right up.
Great looking site!
News-module questions
Posted: Fri Feb 11, 2005 12:55 pm
by mrbs
Just perfect!
Thank you very much!
help me out
Posted: Sat Feb 12, 2005 4:31 pm
by TNTH
wishy wrote:Add
to your cms-module-news class. Should fix it right up.
Great looking site!
Ok, please help me out, I just can't find the file to put that in

overwrote it
Posted: Sat Feb 12, 2005 4:47 pm
by TNTH
Guess I overwrote that css. Could someone please post it here?
Thanks
Posted: Sat Feb 12, 2005 6:16 pm
by TNTH
Merci
Got that part working now almost like I want it. Just got one more question:
How do I change the looks of the titel/date/category. Now it is the same as the newsarticle, but I'd like it to be fat and to have another color.
News-module questions
Posted: Sun Feb 13, 2005 1:41 am
by Greg
Here is the CSS I use:
Code: Select all
.cms-module-news {
display: block;
margin-bottom: 10px;
padding: 10px;
border: 1px solid #777;
}
.cms-news-date {
color: #DD0000;
font-weight: bold;
}
.cms-news-title {
color: #006400;
font-weight: bold;
}
.cms-news-content {
color: #000;
font-size: 1.1em;
display: block;
margin-top: 6px;
}
News-module questions
Posted: Sun Feb 13, 2005 12:30 pm
by TNTH
Nice
Thanks for posting.
News-module questions
Posted: Sat Feb 19, 2005 1:46 am
by blind
sorry to ask but which file exactly do i put this code in? Thanks.
News-module questions
Posted: Sat Feb 19, 2005 1:50 am
by blind
nevermind figured it out.

Re: News-module questions
Posted: Tue Aug 02, 2005 4:17 pm
by TNTH
Greg wrote:
Here is the CSS I use:
Code: Select all
.cms-module-news {
display: block;
margin-bottom: 10px;
padding: 10px;
border: 1px solid #777;
}
.cms-news-date {
color: #DD0000;
font-weight: bold;
}
.cms-news-title {
color: #006400;
font-weight: bold;
}
.cms-news-content {
color: #000;
font-size: 1.1em;
display: block;
margin-top: 6px;
}
It seems this css-code doesn't work anymore with cmsversion 0.10 and newsversion 2.0.
What's the correct way of changing the look of the news right now?