Um das mit dem
"ich möchte das meine Tabelle ganz am Rand klebt und nicht noch ein Pixel Hintergrund dazwischen ist"
in den Griff zu kriegen, probier einfach mal im head-Bereich folgendes:
------------------------------
<style type="text/css">
BODY
{
margin-left:0.5cm;
margin-right:0.5cm;
margin-top:0.5cm;
}
</style>
------------------------------
margin-left ist der Abstand von links,
margin-right ist der Abstand von rechts,
margin-top ist der Abstand von top,
Alerdings wirken sich diese Angaben auf das ganze Dokument aus (Der Text steht also auch ganz links)
Bin mir aber nicht sicher, ob der NN4 das auch macht.
Gruss Stefan