Hallo Ashura,
Der erforderliche Selektor ist:
p#nachricht-text
Dieser Selektor ist in der Datei leider nicht vorhanden.
Ich habe jetzt die forum3.css geändert und als meine Datei eingebunden.
vorher:
/*dl,dd,dt {*/
ol li,ul li,ul,ol,li {
margin-top:0px;
margin-bottom:0px;
white-space:nowrap;
list-style-type:none;
}
naschher:
/*dl,dd,dt {*/
ol ul ul,ol {
margin-top:0px;
margin-bottom:0px;
white-space:nowrap;
list-style-type:none;
}
li {
margin-top:0px;
margin-bottom:0px;
white-space:normal;
list-style-type:none;
}
Ich hoffe ich habe das richtig gemacht, auf jeden Fall funktioniert es jetzt erst mal.
Gruß von Aybee