19.12.2004, 15:48
habe mir die zwei Dateien nochmal angeschaut.
Bei der Datei footertemplate.html steht nur <%%$copy%%> und
bei der Datei headertemplate.html steht folgendes:
<title><%%$gbtitel%%></title>
<style type="text/css">
<!--
/* Seitenhintergrund und Schriftfarbe im GB */
body {
font-family: Verdana, Arial;
background-color: #f5f5f5;
}
/* Links im GB */
.nl {
font-size: 11px;
text-decoration: none;
color:#456589;
}
.nl:hover {
font-size: 11px;
text-decoration: underline;
color: #131c22;
}
.nl:active {
font-size: 11px;
text-decoration: none;
color: #660033;
}
/* Layouttabellen */
.gbtab {
background-color: #ffffff;
width: 500px;
margin: 5px;
}
.topleft {
background-color: #9fb0bf;
width: 20px;
height: 20px;
font-size: 11px;
color: #000000;
padding: 2px;
}
.topright {
background-color: #c8d2d9;
width: 480px;
font-size: 11px;
color: #000000;
padding: 2px;
}
.contentleft {
background-color: #beccd8;
width: 20px;
height: 20px;
font-size: 11px;
color: #000000;
padding: 2px;
}
.content {
background-color: #e4ebed;
width: 480px;
font-size: 11px;
color: #000000;
padding: 2px;
}
.bottomleft {
background-color: #9fb0bf;
font-size: 11px;
color: #000000;
padding: 2px;
width: 20px;
height: 20px;
}
.bottomright {
background-color: #c8d2d9;
width: 480px;
font-size: 11px;
color: #000000;
padding: 2px;
}
/* CSS Abgaben fuer Formularelemente */
form { display: inline; }
.area {
background-color: #f2f2f2;
border: 1px solid #000000;
font-size: 11px;
font-family: Verdana, Arial;
padding: 2px;
}
.button {
background-color: #b6c7d3;
border: 1px solid #537691;
font-size: 10px;
font-family: Verdana, Arial;
font-weight: bold;
color: #00000;
}
fieldset {
border: 1px solid #c8d2d9;
margin: 5px;
padding: 5px;
}
-->
</style>
</head>
<body><div align="center">
<A NAME="GBTOP"></A>
</DIV>
...ganz schön viel Information :oops:
Bei der Datei footertemplate.html steht nur <%%$copy%%> und
bei der Datei headertemplate.html steht folgendes:
<title><%%$gbtitel%%></title>
<style type="text/css">
<!--
/* Seitenhintergrund und Schriftfarbe im GB */
body {
font-family: Verdana, Arial;
background-color: #f5f5f5;
}
/* Links im GB */
.nl {
font-size: 11px;
text-decoration: none;
color:#456589;
}
.nl:hover {
font-size: 11px;
text-decoration: underline;
color: #131c22;
}
.nl:active {
font-size: 11px;
text-decoration: none;
color: #660033;
}
/* Layouttabellen */
.gbtab {
background-color: #ffffff;
width: 500px;
margin: 5px;
}
.topleft {
background-color: #9fb0bf;
width: 20px;
height: 20px;
font-size: 11px;
color: #000000;
padding: 2px;
}
.topright {
background-color: #c8d2d9;
width: 480px;
font-size: 11px;
color: #000000;
padding: 2px;
}
.contentleft {
background-color: #beccd8;
width: 20px;
height: 20px;
font-size: 11px;
color: #000000;
padding: 2px;
}
.content {
background-color: #e4ebed;
width: 480px;
font-size: 11px;
color: #000000;
padding: 2px;
}
.bottomleft {
background-color: #9fb0bf;
font-size: 11px;
color: #000000;
padding: 2px;
width: 20px;
height: 20px;
}
.bottomright {
background-color: #c8d2d9;
width: 480px;
font-size: 11px;
color: #000000;
padding: 2px;
}
/* CSS Abgaben fuer Formularelemente */
form { display: inline; }
.area {
background-color: #f2f2f2;
border: 1px solid #000000;
font-size: 11px;
font-family: Verdana, Arial;
padding: 2px;
}
.button {
background-color: #b6c7d3;
border: 1px solid #537691;
font-size: 10px;
font-family: Verdana, Arial;
font-weight: bold;
color: #00000;
}
fieldset {
border: 1px solid #c8d2d9;
margin: 5px;
padding: 5px;
}
-->
</style>
</head>
<body><div align="center">
<A NAME="GBTOP"></A>
</DIV>
...ganz schön viel Information :oops: