csscode:
- Code: Alles auswählen
<style type="text/css">
<!--
body {
font-family: "verdana";
color: #FFFFFF;
font-size: 10pt;
text-decoration: none;
text-align: left;
background-color: #FF0000;
scrollbar-3dlight-color:#F6A727;
scrollbar-arrow-color:#F6A727;
scrollbar-face-color:#000000;
scrollbar-track-color:#F6A727;
scrollbar-darkshadow-color:#000000;
scrollbar-highlight-color:#F6A727;
scrollbar-shadow-color:#F6A727;
}
table {
border: 3px;
bordercolor: #FF0000;
cellspacing: 0;
cellpadding: 0;
}
td {
font-family: "verdana";
color: #FFFFFF;
font-size: 10pt;
text-decoration: none;
text-align: left;
vertical-align: top;
}
.copyright {
font-family: "verdana";
color: #000000;
font-size: 8pt;
text-decoration: none;
text-align: center;
vertical-align: middle;
}
a:link { color:#000000; text-decoration:underline ; }
a:visited { color:#000000; text-decoration:none; }
a:active { color:#000000; text-decoration:none; }
a:hover { color:#000000; text-decoration: overline; }
//-->
</style>
QTcode:
- Code: Alles auswählen
<link rel="stylesheet" type="text/css" href="style/cssstyle/style.css">
<link rel="shortcut icon" href="style/browserico/browser.ico">
</head>
<body>
<table>
<tr>
<td colspan="3" width="1000"> </td>
</tr>
<tr>
<td colspan="3" width="1000"> </td>
</tr>
<tr>
<td width="200"> </td>
<td width="800"> </td>
<td width="200"> </td>
</tr>
<tr>
<td width="200"> </td>
<td width="800"> </td>
<td width="200"> </td>
</tr>
<tr>
<td width="200" align="left"> </td>
<td class="copyright" width="800">© Copyright by <a href="mailto:extreme-zone@gmx.de" title="M@il an Raph">Raph</a></td>
<td width="200" align="right"> </td>
</tr>
</table>