Hallo erstmal ich bin neu hier =)
Sicher ein doofer Einstieg mit einem Problem anzufangen aber ich bin am verzweifeln...
Also folgendes Problem ich habe mein Design mit Photoshop gesliced, ich weiss auch wie ich ein Bild als Hintergrund definiere um dort den Content reinzuschreiben.
Allerdings wird dieser immer Mittig-Links angezeigt. Ich will aber dass er ganz normal oben links angezeigt wird. Wie löse ich nun das Problem.
Wenn ich den Content in ein I-Frame mache ist das kein Problem. Das ich will aber vermeiden.
Hier mal der komplette Code:
Ich kanns aber auch hochladen falls es auch so nicht hilft.
Wäre nett wenn mir einer helfen könnte... ;)
Sicher ein doofer Einstieg mit einem Problem anzufangen aber ich bin am verzweifeln...
Also folgendes Problem ich habe mein Design mit Photoshop gesliced, ich weiss auch wie ich ein Bild als Hintergrund definiere um dort den Content reinzuschreiben.
Allerdings wird dieser immer Mittig-Links angezeigt. Ich will aber dass er ganz normal oben links angezeigt wird. Wie löse ich nun das Problem.
Wenn ich den Content in ein I-Frame mache ist das kein Problem. Das ich will aber vermeiden.
Hier mal der komplette Code:
Code:
<html>
<head>
<title>page</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body text="#FF8000" bgcolor="#000000" link="#FF8000" alink="#FF8000" vlink="#FF8000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<!-- ImageReady Slices (page.psd) -->
<div align="center"><table id="Tabelle_01" width="951" height="1001" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="6">
<img src="Bilder/banner.png" width="950" height="153" alt=""></td>
<td>
<img src="Bilder/Abstandhalter.gif" width="1" height="153" alt=""></td>
</tr>
<tr>
<td colspan="6">
<img src="Bilder/index_02.png" width="950" height="9" alt=""></td>
<td>
<img src="Bilder/Abstandhalter.gif" width="1" height="9" alt=""></td>
</tr>
<tr>
<td colspan="4">
<img src="Bilder/index_03.png" width="678" height="42" alt=""></td>
<td rowspan="3" background="Bilder/login.png" width="243" height="101" alt="">
LOGIN
</td>
<td rowspan="6">
<img src="Bilder/index_05.png" width="29" height="838" alt=""></td>
<td>
<img src="Bilder/Abstandhalter.gif" width="1" height="42" alt=""></td>
</tr>
<tr>
<td rowspan="5">
<img src="Bilder/index_06.png" width="154" height="796" alt=""></td>
<td colspan="2" background="Bilder/navi.png" width="492" height="42" alt="">
NAVI
</td>
<td rowspan="3">
<img src="Bilder/index_08.png" width="32" height="75" alt=""></td>
<td>
<img src="Bilder/Abstandhalter.gif" width="1" height="42" alt=""></td>
</tr>
<tr>
<td colspan="2" rowspan="2">
<img src="Bilder/index_09.png" width="492" height="33" alt=""></td>
<td>
<img src="Bilder/Abstandhalter.gif" width="1" height="17" alt=""></td>
</tr>
<tr>
<td>
<img src="Bilder/index_10.png" width="243" height="16" alt=""></td>
<td>
<img src="Bilder/Abstandhalter.gif" width="1" height="16" alt=""></td>
</tr>
<tr>
<td rowspan="2">
<img src="Bilder/index_11.png" width="1" height="721" alt=""></td>
<td colspan="3" background="Bilder/content.png" width="766" height="693" alt="">
CONTENT
</td>
<td>
<img src="Bilder/Abstandhalter.gif" width="1" height="693" alt=""></td>
</tr>
<tr>
<td colspan="3">
<img src="Bilder/index_13.png" width="766" height="28" alt=""></td>
<td>
<img src="Bilder/Abstandhalter.gif" width="1" height="28" alt=""></td>
</tr>
<tr>
<td>
<img src="Bilder/Abstandhalter.gif" width="154" height="1" alt=""></td>
<td>
<img src="Bilder/Abstandhalter.gif" width="1" height="1" alt=""></td>
<td>
<img src="Bilder/Abstandhalter.gif" width="491" height="1" alt=""></td>
<td>
<img src="Bilder/Abstandhalter.gif" width="32" height="1" alt=""></td>
<td>
<img src="Bilder/Abstandhalter.gif" width="243" height="1" alt=""></td>
<td>
<img src="Bilder/Abstandhalter.gif" width="29" height="1" alt=""></td>
<td></td>
</tr>
</table></div>
<!-- End ImageReady Slices -->
</body>
</html>
Wäre nett wenn mir einer helfen könnte... ;)