hallo,
ich habe ein problem und zwar habe ich eine website bei bplaced. aber:
wenn ich offline die seite teste werden die buttons normal dargestellt. aber wenn ich es online mache sind da nur links??!!:(
hier mal die quelltexte:
und
danke im vorraus!
lg htmlpro
ich habe ein problem und zwar habe ich eine website bei bplaced. aber:
wenn ich offline die seite teste werden die buttons normal dargestellt. aber wenn ich es online mache sind da nur links??!!:(
hier mal die quelltexte:
Code:
---index.php---<html>
<head>
<title>Nix</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div align="center">
<table border="0" width="95%">
<tr>
<td bgcolor="white" colspan="3">
<br>
<p align="center">
</p>
<br>
</td>
</tr>
<tr>
<td bgcolor="#333333" width="150">
<p align="center">
<div class="menu">
<font face="Arial, Helvetica">
<p align="center">
<a class="menu" href="#">1</a><br>
<a class="menu" href="#">2</a><br>
<a class="menu" href="#">3</a><br>
<a class="menu" href="#">4</a><br>
</font>
</p>
</div>
</td>
<td width="950" bgcolor="orange">
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
</td>
<td bgcolor="#333333" width="150">
<br>
<br>
<br>
</td>
</tr>
<tr>
<td bgcolor="#333333" colspan="3">
<br>
<br>
<p align="center">
<font face="Arial, Helvetica" color="white">
</font>
</p>
<br>
<br>
</td>
</tr>
</table>
</div>
</body>
</html>
und
Code:
---style.css---td { height:200px; }
.oben { vertical-align:top; background-color:#CCCCCC; }
.mittig { vertical-align:middle; }
.unten { vertical-align:bottom; background-color:#EEEEEE; }
danke im vorraus!
lg htmlpro