Kann es sein, dass Du Tabellen verwendest? Dann solltst Du zusätzlich zum body die Angaben auch für td u. th machen:
body {
margin: 0;
background-color: #94ADBD;
}
body, td, th {
font-family: Arial,Helvetica,Sans-serif;
font-size: 1em;
}
Kann es sein, dass Du Tabellen verwendest? Dann solltst Du zusätzlich zum body die Angaben auch für td u. th machen:
body {
margin: 0;
background-color: #94ADBD;
}
body, td, th {
font-family: Arial,Helvetica,Sans-serif;
font-size: 1em;
}