Hi,
ich mache mir gerade eine Homepage.
(Die Site ist also noch längst nicht fertig!)
Jetzt hab ich ein Problem.
Wenn man in der Navigation auf Kontakt geht,
ist die Navigation nach links etwas verschoben.
Ich weiß nicht voran es liegen kann.
Vom Code stimmt meiner Meinung nach auch alles. =(
Schaut's euch bitte einmal an:
http://www.marcpisch.de/
... und geht dann auf Kontakt.
Hier mal der Code von der kontak.html:
Ich hoffe jemand kann mir sagen,
wo der (sicherlich simple) Fehler liegt! =)
Greetz
ich mache mir gerade eine Homepage.
(Die Site ist also noch längst nicht fertig!)
Jetzt hab ich ein Problem.
Wenn man in der Navigation auf Kontakt geht,
ist die Navigation nach links etwas verschoben.
Ich weiß nicht voran es liegen kann.
Vom Code stimmt meiner Meinung nach auch alles. =(
Schaut's euch bitte einmal an:
http://www.marcpisch.de/
... und geht dann auf Kontakt.
Hier mal der Code von der kontak.html:
HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>The Magic of Marc Pisch</title>
<style type="text/css">
<!--
body {
background-color: #02021e;
}
-->
</style>
<link href="marc_pisch.css" rel="stylesheet" type="text/css" />
<style type="text/css">
<!--
.Stil1 {
color: #99CCFF;
background-color: #02021e;
}
.Stil2 {font-size: 18px}
-->
</style>
</head>
<body>
<div align="center">
<table width="800" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="400" rowspan="2"><a href="index.html"><img src="images/index_pic.jpg" width="400" height="140" border="0" /></a></td>
<td width="400" height="70" class="bold"><p class="bold">The Magic of ... </p> </td>
</tr>
<tr>
<td align="center" valign="top" class="bold Stil2">Marc Pisch </td>
</tr>
</table>
<table width="800" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="" alt="" name="Rote_Linie" width="800" height="32" id="Rote_Linie" /></td>
</tr>
</table>
<table width="800" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="200" valign="top"><p> <a href="news.html" class="navigation">News </a><a href="videos.html" class="navigation">Videos</a> <a href="uebermich.html" class="navigation">Über mich</a> <a href="kontakt.html" class="navigation">Kontakt</a> <a href="links.html" class="navigation">Links</a> </p></td>
<td width="600" valign="top"><p class="bold">Kontakt</p>
<p class="Stil1">Füllen Sie bitte die leeren Felder aus um mich zu kontaktieren.</p>
<p class="Stil1"><strong>Marc Pisch <br />
07021 / 73 87 16
<br />
<a href="mailto:[email protected]">[email protected]</a><br />
Kirchheim unter Teck</strong></p>
<p class="Stil6"> </p>
<table width="600" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="75" class="Stil1"> Ihr Name: </td>
<td width="525" height="30" align="left"><input name="textfield" type="text" p class="Stil1" /></td>
</tr>
<tr>
<td width="75" class="Stil1">Wohnort:</td>
<td width="525" height="30" align="left"><input name="textfield2" type="text" p class="Stil1" /></td>
</tr>
<tr>
<td width="75" class="Stil1">eMail:</td>
<td width="525" height="30" align="left"><input name="textfield3" type="text" p class="Stil1" /></td>
</tr>
<tr>
<td width="75" class="Stil1">Text:</td>
<td width="525" height="80" align="left"><textarea name="textarea" cols="50" rows="10" class="Stil1"></textarea></td>
</tr>
</table>
<p class="Stil1"> </p></td>
</tr>
</table>
</div>
</body>
</html>
wo der (sicherlich simple) Fehler liegt! =)
Greetz