Ok, ich denke, dass hilft weiter!?!?
Wenn ich nun die "645" durch 100% ersetzen würde, müsste das ganze doch auf maximaler Breite sein oder???
Die rechte Seite weiß ich schon, wie ich sie raus bekomme...
|
|
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 |
<html>
<head>
$site_metatags
$site_design
<title>$config[site_name] $config[site_title]</title>
<link rel="shortcut icon" href="images/site/phpkit.ico">
</head>
<body background="../internbilder/hondahinter.gif">
<table border="0" cellspacing="0" cellpadding="0" height="100%" align="center">
<tr>
<td width="25" background="images/style/gs_template63/links.jpg" valign="top" height="100%">
<table cellpadding="0" cellspacing="0" width="25" height="100%">
<tr>
<td width="25" height="250" valign="top"><img src="images/style/gs_template63/name.jpg" width="25" height="250" border="0"></td>
</tr>
<tr>
<td width="25" height="100%"> </td>
</tr>
<tr>
<td width="25" height="200" valign="top"><img src="images/style/gs_template63/leftend.jpg" width="25" height="200" border="0"></td>
</tr>
<tr>
</table>
</td>
<td width="160" valign="top" background="images/style/gs_template63/navback.jpg" height="100%">
<table cellpadding="0" cellspacing="0" width="160">
<tr>
<td width="160">$navigation_left</td>
</tr>
</table>
</td>
<td width="645" valign="top" background="images/style/gs_template63/background.jpg" height="100%">
<table cellpadding="0" cellspacing="0" width="645" height="100%">
<tr>
<td valign="top" width="645" align="center">
$site_kopf
</td>
</tr>
<tr>
<td valign="top" width="645" align="center" height="100%">
<div align="center">
</center></div>
$site_content
</td>
</tr>
<tr>
<td valign="top" width="645" align="center">
$site_fuss
</td>
</tr>
</table>
<td width="160" valign="top" background="images/style/gs_template63/navback_re.jpg" height="100%">
<table cellpadding="0" cellspacing="0" width="160">
<tr>
<td width="160">$navigation_right</td>
</tr>
</table>
<td width="10" background="images/style/gs_template63/rechts.jpg" valign="top" height="100%">
<table cellpadding="0" cellspacing="0" width="10" height="100%">
<tr>
<td width="10" height="250" valign="top"><img src="images/style/gs_template63/rechts_top.jpg" width="10" height="250" border="0"></td>
</tr>
<tr>
<td width="10" height="100%"> </td>
</tr>
<tr>
<td width="10" height="200" valign="top"><img src="images/style/gs_template63/rechts_footer.jpg" width="10" height="200" border="0"></td>
</tr>
<tr>
</table>
</td>
</td>
</table>
</body>
</html>
|
Wenn ich nun die "645" durch 100% ersetzen würde, müsste das ganze doch auf maximaler Breite sein oder???
Die rechte Seite weiß ich schon, wie ich sie raus bekomme...
So sollte es gehen.
|
|
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 |
<html>
<head> $site_metatags $site_design
<title> $config[site_name] $config[site_title]
</title>
<link rel="shortcut icon" href="images/site/phpkit.ico">
</head>
<body background="../internbilder/hondahinter.gif">
<table border="0" cellspacing="0" cellpadding="0" height="100%" width="100%" align="center">
<tr>
<td width="25" background="images/style/gs_template63/links.jpg" valign="top" height="100%">
<table cellpadding="0" cellspacing="0" width="25" height="100%">
<tr>
<td width="25" height="250" valign="top">
<img src="images/style/gs_template63/name.jpg" width="25" height="250" border="0"></td>
</tr>
<tr>
<td width="25" height="100%">
</td>
</tr>
<tr>
<td width="25" height="200" valign="top">
<img src="images/style/gs_template63/leftend.jpg" width="25" height="200" border="0"></td>
</tr>
<tr>
</table></td>
<td width="160" valign="top" background="images/style/gs_template63/navback.jpg" height="100%">
<table cellpadding="0" cellspacing="0" width="160">
<tr>
<td width="160">
$navigation_left</td>
</tr>
</table></td>
<td width="100%" valign="top" background="images/style/gs_template63/background.jpg" height="100%">
<table cellpadding="0" cellspacing="0" width="100%" height="100%">
<tr>
<td valign="top" width="100%" align="center">
$site_kopf</td>
</tr>
<tr>
<td valign="top" width="100%" align="center" height="100%">
$site_content</td>
</tr>
<tr>
<td valign="top" width="100%" align="center">
$site_fuss</td>
</tr>
</table>
<td width="10" background="images/style/gs_template63/rechts.jpg" valign="top" height="100%">
<table cellpadding="0" cellspacing="0" width="10" height="100%">
<tr>
<td width="10" height="250" valign="top">
<img src="images/style/gs_template63/rechts_top.jpg" width="10" height="250" border="0"></td>
</tr>
<tr>
<td width="10" height="100%">
</td>
</tr>
<tr>
<td width="10" height="200" valign="top">
<img src="images/style/gs_template63/rechts_footer.jpg" width="10" height="200" border="0"></td>
</tr>
<tr>
</table></td>
</table>
</body>
</html>
|

- 1
- 2

Ähnliche Themen
-
Site Showroom »-
Sims Paradies - Eure neue Sims Homepage
(8. Mai 2008, 21:17)
-
pkSM Support »-
1.6.4 Hack Block
(16. Juni 2008, 09:07)
-
Web | Programmierung »-
IE 7.x PNG Fix erklärung
(2. April 2008, 05:02)
-
alte Versionen [1.6.03|1.6.1|1.6.4] »-
schriftfarbe im Forum ändern
(26. März 2008, 16:51)
-
alte Versionen [1.6.03|1.6.1|1.6.4] »-
Habe Problem mit Spellcheck
(2. Januar 2008, 20:41)



, was möchtest Du geändert haben.