ein kleines Problem mit meinem stylesheet, aber ich komme nicht weiter: Ich nutze eigentlich das Standard print-stylesheet von cmsms, das enthält:
Code: Select all
body {
color: #000 !important; /* we want everything in black */
background-color:#fff !important; /* on white background */
font-family:arial; /* arial is nice to read ;) */
border:0 !important; /* no borders thanks */
}
Danke für die Hilfe im Voraus!