Hallo.
Ich bau grad meine private Seite mit WB um und bekomme folgende Meldungen, wenn ich bei ner News einen Kommentar verfassen möchte (News-Modul):
email address: Leave this field email blank:
Homepage: Leave this field homepage blank:
URL: Leave this field url blank:URL: Leave this field url blank:
Comment: Leave this field comment blank:
Unter diesen Zeilen kann ich dann den Kommentar-Titel und -Text eingeben.
So sieht die frontend.css von meinem News-Modul aus:
.post_title, .post_date {
border-bottom: 1px solid #DDDDDD;
}
.post_title {
font-weight: bold;
font-size: 12px;
color: #000000;
}
.post_date {
text-align: right;
font-weight: bold;
}
.post_short {
text-align: justify;
padding-bottom: 5px;
}
.comment_title {
font-weight: bold;
}
.comment_text {
font-weight: bold;
background-color: #FDFDFD;
border-bottom: 1px solid #DDDDDD;
padding-bottom: 15px;
}
.comment_title, .comment_text {
border-left: 1px solid #DDDDDD;
}
.comment_info {
text-align: right;
border-right: 1px solid #DDDDDD;
}
.comment_title, .comment_info {
border-top: 1px solid #DDDDDD;
background-color: #EEEEEE;
}
.selected_group_title {
font-size: 14px;
text-align: center;
}
/*** Don't remove the class nixhier, this is required for ASP ***/
.nixhier {
display:none;
}
So meine backend.css:
.setting_name {
vertical-align: top;
}
/*
The definitions below provide the style for the edit CSS button
Required CSS class name: input.mod_moduledirectory_edit_css
*/
input.mod_news_edit_css {
color: #000;
background-color: #F0F0F0;
border: 1px solid gray;
padding: 2px;
margin: 0;
margin-left: 625px;
margin-top: -20px;
margin-bottom: 5px;
width: 110px;
}
Hier ist eine Beispielseite:
http://www.sky-divezone.de/pages/posts/freefly-bei-herrlichem-sonnenschein3.phpWarum erscheinen dort diese Meldungen?
Danke für eure Hilfe
