Montag, 19. Februar 2007

Latest News und Popular News

Um auf der Einstiegsseite auf aktuelle und populäre Themen hinzuweisen, sollte man unter Joomla die Mudule "Latest News" und "Popular" aktivieren. Im Editiermodus setzt man die beiden Module auf die Einstiegsseite (Frontpage).
Im Editiermodus legt man auch gleich den Modul Class Suffix fest z.B.:
late für Latest News
pop für Poplar News

Damit kann man im CSS beide unabhängig voneinander editieren.

.latestnewslate {
float: left;
width: 175px;
}

.mostread {
float: right;
width: 175px;
}

table.moduletablelate th, div.moduletable h3 {
text-align: right;
margin: -29px 0 2px 0px;
}

Keine Kommentare: