Im Moment baue ich einepersönliche Homepage, die ich mit Adobe Photoshop entworfen habe, mit Splines zerschnippelt. Das ganze sieht man hier: http://luphus.clanboards.de/saga.html . Der Inhalt soll in die mitte der Schriftrolle stehen, also hab ich gedacht, dass ich das mit einem Ifram realisieren könnte, sobald ich aber einen Iframe einfüge, fällt unten die Navigation weg, welches so aussieht: http://luphus.clanboards.de/index2.htm
Wer meinen Code will:
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF">
<table width=500 border=0 cellpadding=0 cellspacing=0>
<tr>
<td colspan=5> <img src="images/saga_01.gif" width=500 height=71 alt=""></td>
</tr>
<tr>
<td colspan=5><iframe src="get.htm" width="500" height="378" name="frame" noscrollbars>
</td>
</tr>
<tr>
<td rowspan=2> <img src="images/saga_03.gif" width=86 height=108 alt=""></td>
<td colspan=4> <img src="images/saga_04.gif" width=414 height=52 alt=""></td>
</tr>
<tr>
<td colspan=2> <img src="images/saga_05.gif" width=180 height=56 alt=""></td>
<td colspan=2> <img src="images/saga_06.gif" width=234 height=56 alt=""></td>
</tr>
<tr>
<td colspan=2> <img src="images/saga_07.gif" width=162 height=43 alt=""></td>
<td colspan=2> <img src="images/saga_08.gif" width=144 height=43 alt=""></td>
<td> <img src="images/saga_09.gif" width=194 height=43 alt=""></td>
</tr>
<tr>
<td> <img src="images/spacer.gif" width=86 height=1 alt=""></td>
<td> <img src="images/spacer.gif" width=76 height=1 alt=""></td>
<td> <img src="images/spacer.gif" width=104 height=1 alt=""></td>
<td> <img src="images/spacer.gif" width=40 height=1 alt=""></td>
<td> <img src="images/spacer.gif" width=194 height=1 alt=""></td>
</tr>
</table>
</body>
</html>