Latest News

Print screen without any additional CSS

 

Laatste nieuws ongestijld

 

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

 

Laatste nieuws module gestijld

Comments (0)
Post a commment or ask a question!
Your Contact Details:
Comment:
Security
Please input the anti-spam code that you can read in the image.