Hallo,
ich versuche im BE den RTE zu konfigurieren. Das ist mein Schnipsel zum einfügen der CSS-Datei:
Typoscript-Code:
1: 2: 3: 4: 5: 6:
| RTE.default { proc.dontConvBRtoParagraph = 1 contentCSS = fileadmin/templates/css/rte.css ignoreMainStyleOverride = 1 showButtons = * } |
Und das ist ein Auszug aus dem CSS:
Code:
p {
font: 14px Arial, sans-serif;
margin-bottom: 1em;
}
ul, ol {
font: 14px Arial, sans-serif;
margin-left: 2em;
}
ul {
list-style: disc;
}
a, a.internal-link,
a:visited, a.internal-link:visited,
a:active, a.interval-link:active,
a:focus, a.interval-link:focus {
text-decoration: none;
color: #339999;
font-weight: bold;
}
h1 {
font: 14px Arial, sans-serif;
margin: 0 0 0.75em 0;
padding: 0;
color: #336;
font-size: 1.1em;
} Das Stylesheet wird bentuzt, das sehe ich daran, dass die Schriftart und die Farbe richtig ist. Das Problem ist "nur" die Formatierung der Links, diese bleiben wie gehabt blau und unterstrichen, werden aber fett gemacht. Es greift als nur die fehlende Unterstreichung und die Farbe nicht.
Hab auch schon Google und Suche gefragt, die wissen es beide nicht.
Danke im Voraus für eure Hilfe