Hi, ich habe das Problem, dass nicht die Befehle nicht komplett ausgeführt werden wie ich sie gebe. Eigentlich sollte Float ja nicht vererblich sein, doch auf https://kluser.ch/timkluser sieht das anderst aus...
Hier der Code:
Ich hoffe Ihr könnt mir helfen, ich habe keine Ahnung was ich noch machen könnte. Vielen Dank im vorraus!
mfg Tim
Hier der Code:
PHP:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="https://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Tim Kluser</title>
<style type="text/css">
<!--
@charset "utf-8";
.header {
float: left;
}
.login {
font-family: Arial, Helvetica, sans-serif;
float: right;
font-size: 12px;
}
.content {
margin-left:auto; margin-right:auto;
margin-top: 70px;
width: 70%;
}
.menu {
width: 15%;
float: left;
}
.adsense {
width: 15%;
float: right;
}
.copyright {
}
-->
</style>
<body>
<div class="header"><img src="Bilder/logo.jpg" /></div>
<div class="login"><form action="login.php">
<table border="0" cellpadding="0" cellspacing="4">
<tr>
<td align="right">Amin:</td>
<td><input name="admin" type="text" size="30" maxlength="30"></td>
</tr>
<tr>
<td align="right">Passwort:</td>
<td><input name="passwort" type="text" size="30" maxlength="30"></td>
</tr>
</table>
</form></div>
<div class="content">xx</div>
<div class="menu">Link1<br />
Link2<br />
Link3<br />
Link4<br />
Link5<br />
</div>
<div class="adsense">dscsd</div>
</body>
</html>
Ich hoffe Ihr könnt mir helfen, ich habe keine Ahnung was ich noch machen könnte. Vielen Dank im vorraus!
mfg Tim