Hallo,
Ich will dass eine Tabelle 1cm von oben und 1cm von Links dargestellt werden.
zB:
...
@page
body
{
left : 0cm;
top: 0cm;
position : absolute;
}
table.seite
{
left : 2cm;
top: 2cm;
position : absolute;
border-style: dotted;
border-width: 1mm;
}
...
und in der HTML-datei:
...
<body>
<table class="seite">
...
Beim drucken ist der Abstand aber groesser, hat da jemand eine erklaerung?
Viele Gruesse,
minh-huy