Thread Zeile beginnt tiefer nur bei Opera, no css-Probl (25 answers)
Opened by gregor at 2006-04-01 17:09

GwenDragon
 2006-04-01 17:47
#64314 #64314
User since
2005-01-17
14748 Artikel
Admin1
[Homepage]
user image
Mit CSS.
Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
12
#use CGI qw(:standard );
use CGI qw ( :all -noxhtml );

print header, start_html(
-bottomMargin => 0,
-leftMargin => 0,
-topMargin => 0,
-rightMargin => 0,
-marginheight => 0,
-marginwidth => 0,
-style => { code => '* { margin: 0 0 0 0; padding: 0 0 0 0; }' },
);


Die ganzen Ränder im Body anzugeben, das erzeugt kein gültiges HTML, das weißt du, oder?\n\n

<!--EDIT|GwenDragon|1143899627-->

View full thread Zeile beginnt tiefer nur bei Opera, no css-Probl