Most Read
Print screen without any additional CSS

Structure with classes and id's
Module class suffix= _meest".
div.moduletable_meest
h3 Meest gelezen
ul.mostread_meest
li.mostread_meest a.mostread_meest Pagina artikel9
li.mostread_meest a.mostread_meest Voorpagina artikel 1
li.mostread_meest a.mostread_meest Voorpagina artikel 4
li.mostread_meest Etc.
CSS
For the example website we loaded the module into the content.
div.moduletable_meest {
border: 1px #660000 dotted;
padding-top: 38px;
margin-bottom: 15px;
background-image: url(../images/meest_gelezen.png);
background-position: center 5px;
background-repeat:no-repeat;
}
ul.mostread_meest {
list-style: none;
text-align: center;
}
li.mostread_meest {
display: inline;
margin-right: 10px;
}
a.mostread_meest { }
Print screen after applying CSS


