blind: Zeilenumbruch und Überschrift

Beitrag lesen

Hi,
was meintest Du mit TR??

habe das so in die CSS geschrieben, nur bringen tut es nichts.

<style type="text/css">

@media print {

@page { size:landscape; }
page-break-before:always

body         { font-family: Arial; color: #000099; font-size: 10pt; background-color: #FFFFFF;
               margin-left: 10px; margin-top: 5px}
a:link       { color: #008000; text-decoration: none }
a:visited    { color: #008000; text-decoration: none }
a:active     { color: #008000; text-decoration: none }
a:hover      { color: #008000; text-decoration: none }
td           { border:1px solid #000099; font-size: 5.5pt; color: #000099; font-family: Arial; vertical-align:top}
th           { border:1px solid #000099; font-family: Arial; font-size: 5.5pt; color: #000099; background-color: #EEEEEE; vertical-align:bottom }
}

Gruss, blind