Latest News
Print screen without any additional CSS

Structure with classes and id's
The module class suffix is "_laatst".
div.moduletable_laatst
h3 Laatste nieuws
ul.latestnews_laatst
li.latestnews_laatst a.latestnews_laatst Voorpagina artikel 9
li.latestnews_laatst a.latestnews_laatst Voorpagina artikel 8
li.latestnews_laatst a.latestnews_laatst Voorpagina artikel 7
li.latestnews_laatst Etc.
CSS
We have placed the module on a contentpage.
div.moduletable_laatst {
border: 1px #660000 dotted;
padding-top: 38px;
margin-bottom: 15px;
background-image: url(../images/laatste_nieuws.png);
background-position: center 5px;
background-repeat:no-repeat;
}
ul.latestnews_laatst {
list-style: none;
text-align: center;
padding: 0;
}
li.latestnews_laatst {
display: inline;
margin-right: 10px;
}
a.latestnews_laatst { }
Print screen after applying CSS


