• Das Erstellen neuer Accounts wurde ausgesetzt. Bei berechtigtem Interesse bitte Kontaktaufnahme über die üblichen Wege. Beste Grüße der Admin

Wie druckt der Netscape !!???

dmo

New member
Der IE druckt o.k.
Bei Netscape wird der Textblock in eine Spalte geschrieben und gedruckt.
Ca. so:


Dies ist
ein so
schöner
Tag um an
einem solchen
Problem
zu sitzen.



Habe folgendes kl. externes Stylesheet:

body {
font-size:10pt;
font-family: verdana,arial;
line-height:120%;
color:#003366;
background-color : #cccccc;
};
td {font-size:10pt; line-heigt:10pt; font-family: verdana,arial; color:#003366;};
h2 { font-weight:bold; font-size:11pt; text-decoration:underline;};
.klein {font-size:8pt; font-family:verdana,arial; color:#003366;};
.gross {font-size: 14px; font-weight:bold;};
.gross2 { font-weight:bold};
hr {color:#003366;};

Eine Datei sieht ca. so aus:

<html>
<head>
<title>xyz</title>
<link rel="STYLESHEET" type="text/css" href="../../microfab.css">
</head>
<body>
<div id="Layer1" style="position:absolute; width:750px; height:130px; z-index:1; left: 0; top: 0">
<img src="xyz.jpg" width="400" height="120" alt="" border="0" align="right">
</div>
<div id="Layer2" style="position:absolute; width:750px; height:450px; z-index:2; left: 50px; top: 131">
<br>
<h2>Titel</h2>
<p>Textblock - Dies ist ein so schöner Tag um.....</p>
<p>Textblock 2</p>
<p align="center"><img src="zyx.jpeg" width="264" height="204"></p>
</div>
</body>
</html>

Wer kann helfen!
 
Zurück
Oben