ForumübersichtHtml & CSS

Hilfe !! meine Webseite sieht komich aus :-) - Seite 1

Einloggen
Benutzername:
Passwort:

Passwort vergessen?
Kostenlos
Anmelden
Geschlossen
AutorText


War Master



Punkte: 637
PROBLEM IST GELÖST

Also auf der Besagten Seite ( PHP ) kommt es zu eines nicht sehr ansenlichen verschiebung der Tabelle und ich lkann den Fehler nich finden deshalb bitte ich hier mal die User die sich aus kennen mal den Quelltext zu lesen vieleicht fällt euch was auf.

Die Webseite: http://gfire.de/index.php?page=webspace

Index.php ( in diese dient als haupt seite in die der Inhalt per PHP eingefügt wird )

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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Gfire </title>
<link rel="stylesheet" type="text/css" href="style.css"> 
</head>
<body>

<? 
include ("_config.php"); 
include (
"_style.php");
?>
<table width="1000" cellpadding="0" cellspacing="0" align="center">
    <tr valign="top">
        <td colspan="6" height="132" style="background-image:url(Bilder/index_01.png);"></td>
    </tr>
    <tr valign="top">
        <td width="336" height="68" style="background-image:url(Bilder/index_05.png);">&nbsp;</td>
        <td height="68" width="133"><a href="index.php?page=news"><img src="Bilder/index_06.png" alt="" width="133" height="68" border="0"></a></td>
        <td height="68" width="133"><a href="index.php?page=angebote"><img src="Bilder/index_08.png" alt="" width="133" height="68" border="0"></a></td>
        <td height="68" width="133"><a href="index.php?page=produkte"><img src="Bilder/index_09.png" alt="" width="133" height="68" border="0"></a></td>
        <td height="68" width="133"><a href="index.php?page=support"><img src="Bilder/index_03.png" alt="" width="133" height="68" border="0"></a></td>
        <td height="68" width="133"><a href="index.php?page=service"><img src="Bilder/index_04.png" alt="" width="133" height="68" border="0"></a></td>
    </tr>
    <tr valign="top">
        <td colspan="4" rowspan="2" valign="top">
            <? 
                $site 
$_GET['page'] . ".php"
                if(
file_exists($site)) { 
                include(
$site); 
                } else { 
                include(
'news.php'); 
                } 
                if((
$_GET['site'])) 
             
?>
        </td>
        <td colspan="2"><? include ("supnavi.html"); ?><br><? include ("partner.php"); ?></td>
    </tr>
</table>
</body>
</html>


Webspace.php ( Der Inhalt mit der vermutlich fehlerhaften Tabelle )

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
80
81
82
83
<table cellpadding="0" cellspacing="0">
        <tr valign="top">
            <td style="background-image:url(Bilder/index_10.png);" width="736" height="41"><span class="Stil18">&nbsp;WEBSPACE</span></td>
        </tr>
<?
$query
=mysql_query("SELECT * FROM cms_webspace WHERE 1 order by id asc"); 
while(
$eintrag=mysql_fetch_array($query)){
$datum=date("d.m.Y u\m H:i"$eintrag[time]);  
echo
"
            <tr>
                <td style=\"background-image:url(Bilder/index_20.png);\" height=\"20\"><span class=\"Stil17\">&nbsp;
$eintrag[titel]</span></td>
            </tr>
            <tr>
                <td><img scr=\"../Bilder/index_16.png\"></td>
            </tr>
            <tr>
                <td style=\"background-image:url(Bilder/index_18.png);\" width=\"736\">
                    <table align=\"center\">
                        <tr>
                            <td>
                                <table width=\"700\">
                                    <tr>
                                        <td rowspan=\"11\" colspan=\"2\"><img src=\"
$eintrag[bild]\"></td>
                                    </tr>
                                    <tr>
                                        <td>Speicherplatz:</td>
                                        <td>
$eintrag[speicher]</td>
                                    </tr>
                                    <tr>
                                        <td>POP³ Postfächen:</td>
                                        <td>
$eintrag[mailboxen]</td>
                                    </tr>
                                    <tr>
                                        <td>. de Domain</td>
                                        <td>
$eintrag[domain]</td>
                                    </tr>
                                    <tr>
                                        <td>E-Mail Adressen:</td>
                                        <td>
$eintrag[mailadressen]</td>
                                    </tr>
                                    <tr>
                                        <td>E-Mail Responder:</td>
                                        <td>
$eintrag[mailresponder]</td>
                                    </tr>
                                    <tr>
                                        <td>FTP Benutzer:</td>
                                        <td>
$eintrag[ftpbenutzer]</td>
                                    </tr>
                                    <tr>
                                        <td>Traffic ( Monatlich ):</td>
                                        <td>
$eintrag[traffic]</td>
                                    </tr>
                                    <tr>
                                        <td>Supdomains:</td>
                                        <td>
$eintrag[subdomain]</td>
                                    </tr>
                                    <tr>
                                        <td>MySql Datenbanken:</td>
                                        <td>
$eintrag[datenbank]</td>
                                    </tr>
                                    <tr>
                                        <td>Preis</td>
                                        <td>
$eintrag[preis]</td>
                                    </tr>
                                    <tr>
                                        <td colspan=\"2\"><a href=\"index.php?page=bestellen\><h3><u>Bestellen</u></h3></a></td>
                                    </tr>
                                </table><br><hr width=\"300\"><br>
                            </td>
                        </tr>
                    </table>
                </td>
            </tr>
            <tr>
                <td><img src=\"../Bilder/index_19.png\"></td>
            </tr>
            <tr>
                <td style=\"background-image:url(Bilder/index_20.png);\" height=\"20\">&copy; by Gfire.Ltd</td>
            </tr>
"
;
}
?>
        </table>


<editiert am 22.07.07 um 00:13>

<editiert am 23.07.07 um 08:26>

Geschlossen