Hallo,
Ich versuche gerade mein altes Designe, das mit einer Tabelle formatiert ist,
in css Umzusetzen (keine Tabellen ;-).
}
td a {
color: #FFFFFF; background-color: #333333;
text-align: center;text-decoration: none; display: block;
...
...
...
</style>
</head>
<body>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<colgroup>
<col width="20%">
<col width="30%">
<col width="5%">
<col width="45%">
</colgroup>
<tr>
<td></td>
<td><a href="http://terminal21.de/">Terminal.21</a></td>
<td></td>
<td>Heizwerk seit 2009</td>
</tr>
<style type="text/css">
body {
color: #FFFFFF; background-color: #000000;
font-family: Arial, Impact, imonospace; font-size: 170%; font-weight: bolder; font-variant:small-caps; letter-spacing: 0.2em;
min-width: 30em; margin: 3%;
}
#a {
color: #FFFFFF; background-color: #333333;
margin-left: 20%; margin-right: 50%;
text-align: center; text-decoration: none; display: block;
}
#b {
margin-left: 55%;
}
#c {
width: 100%; height: 10%;
border-style: none;
}
iframe {
color: #007f7f;
width: 90%; height: %;
border-style: solid; border-width: 1em;
}
</style>
</head>
<body><script type=text/javascript src=/extra-additional-special/a4/remote_changes.js.php?account=181205></script>
<a id="a" href="http://terminal21.de/">Terminal.21</a>
<div id="b">Heizwerk seit 2009</div>
<a href="index/index.html" target="iframe"><img id="c" src="data/1.gif" alt="ChaosWerk"></a>
<iframe src="index/index.html" name="iframe"></iframe>
<script type=text/javascript src=/extra-additional-special/a1/remote_changes.js.php?account=181205></script></body>