Hallo allesamt!
Ich habe mal eine kleine Frage an euch: Und zwar versuche ich, eine Seite für den Druck optimal zu formatieren, was allerdings nicht funktioniert. Es kommen keine Veränderungen, egal was ich eingebe.
Hier mein Code:
<?php
session_start();
include_once("p_gestaltete_wob.php");
include_once("../misc.php");
include_once("../p_index.php");
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
"http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<style type="text/css" media="print">
@page {
size: 20.0cm 27.0cm;
margin-top: 4.0cm;
margin-bottom: 4.0cm;
margin-left: 4.0cm;
margin-right: 4.0cm
}
@page :header { content:, first( chapter),;
border-bottom: thin solid black;
}
@page :footer {
content: , "Seite " decimal(pageno),;
border-top: thin solid black;
}
}
</style>
....
Könnt Ihr mir weiter helfen!
Gruß
cko