tutorials.de Buch-Aktion 02/2012
ERLEDIGT
JA
ANTWORTEN
14
ZUGRIFFE
4614
EMPFEHLEN
  • An Twitter übertragen
  • An Facebook übertragen
DIESES THEMA IST
GESCHLOSSEN
  1. #1
    tadlos tadlos ist offline Mitglied Silber
    Registriert seit
    Sep 2004
    Beiträge
    81
    Hallo,

    ich bin gerade dabei meine Homepage wieder auf den neusten Stand zu bringen.
    Habe dazu jedoch eine Frage.
    Ist es möglich das Layout über die ganze Browserfläche anzeigen zu lassen?
    Wenn ja, kann ich das den auch so machen, dass das auch bei jeder Auflösung passiert?

    Schöne Grüße Stefan
     

  2. #2
    Avatar von Hroudtwolf
    Hroudtwolf Hroudtwolf ist offline Mitglied Silber
    Registriert seit
    Mar 2007
    Beiträge
    77
    Je nach dem ob du mit Tabellen oder rein mit CSS arbeitest kannst du jeweils für die Hauptbereiche eine Breite von 100% angeben und die Unterbereiche jeweils relativ dazu unter prozentualer Grössenangabe arrangieren.
    Dazu bedarf es keiner Java scripte.
    Geändert von Hroudtwolf (14.03.07 um 19:56 Uhr)
     

  3. #3
    tadlos tadlos ist offline Mitglied Silber
    Registriert seit
    Sep 2004
    Beiträge
    81
    Kann du oder irgendein anderer sagen wie das in Macromedia Dreamweaver geht?
    Ich arbeite mit Tabellen.
     

  4. #4
    musmus musmus ist offline Grünschnabel
    Registriert seit
    Mar 2007
    Beiträge
    4
    einfügen -> tabelle -> tabellenbreite: 100%
     

  5. #5
    tadlos tadlos ist offline Mitglied Silber
    Registriert seit
    Sep 2004
    Beiträge
    81
    Mhh ich bekomme das nicht hin..
    Bei mir sind an dauernt zwischenräume und alles verteilt sich auf mehrere Zeilen.
    Geändert von tadlos (16.03.07 um 20:14 Uhr)
     

  6. #6
    Avatar von Hroudtwolf
    Hroudtwolf Hroudtwolf ist offline Mitglied Silber
    Registriert seit
    Mar 2007
    Beiträge
    77
    Zeig uns doch einfach schnell das Script.
    Das würde uns besser helfen dir helfen zu können anstatt eine Raterunde zu machen.

     

  7. #7
    tadlos tadlos ist offline Mitglied Silber
    Registriert seit
    Sep 2004
    Beiträge
    81
    Hallo,

    ja stimmt.

    Der Code der Index.php:
    Code :
    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
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
    100
    101
    102
    103
    104
    105
    106
    107
    108
    109
    110
    111
    112
    113
    114
    115
    116
    117
    118
    119
    120
    121
    122
    123
    124
    125
    126
    127
    128
    129
    130
    131
    132
    133
    134
    135
    136
    137
    138
    139
    140
    141
    142
    143
    144
    145
    146
    147
    148
    149
    150
    151
    152
    153
    154
    155
    156
    157
    158
    159
    160
    161
    162
    163
    164
    165
    166
    167
    168
    169
    170
    171
    172
    173
    174
    175
    176
    177
    178
    179
    
    <HTML>
     
    <HEAD>
     
    <TITLE>index</TITLE>
     
    <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
     
    </HEAD>
     
    <BODY BGCOLOR=#FFFFFF>
     
    <link href="_stylesheet.css" rel="stylesheet" type="text/css">
     
    <!-- ImageReady Slices (index.psd) -->
     
    <div id="Layer1" style="position:absolute; width:209px; height:130px; z-index:1; top: 0px; left: 1px;">
     
    <TABLE WIDTH=1024 BORDER=0 CELLPADDING=0 CELLSPACING=0>
     
        <TR>
     
            <TD>
     
                <IMG SRC="http://www.tutorials.de/forum/images/Abstandhalter.gif" WIDTH=1 HEIGHT=1></TD>
     
            <TD>
     
                <IMG SRC="http://www.tutorials.de/forum/images/Abstandhalter.gif" WIDTH=246 HEIGHT=1></TD>
     
            <TD>
     
                <IMG SRC="http://www.tutorials.de/forum/images/Abstandhalter.gif" WIDTH=13 HEIGHT=1></TD>
     
            <TD>
     
                <IMG SRC="http://www.tutorials.de/forum/images/Abstandhalter.gif" WIDTH=101 HEIGHT=1></TD>
     
            <TD>
     
                <IMG SRC="http://www.tutorials.de/forum/images/Abstandhalter.gif" WIDTH=101 HEIGHT=1></TD>
     
            <TD>
     
                <IMG SRC="http://www.tutorials.de/forum/images/Abstandhalter.gif" WIDTH=101 HEIGHT=1></TD>
     
            <TD>
     
                <IMG SRC="http://www.tutorials.de/forum/images/Abstandhalter.gif" WIDTH=101 HEIGHT=1></TD>
     
            <TD>
     
                <IMG SRC="http://www.tutorials.de/forum/images/Abstandhalter.gif" WIDTH=101 HEIGHT=1></TD>
     
            <TD>
     
                <IMG SRC="http://www.tutorials.de/forum/images/Abstandhalter.gif" WIDTH=12 HEIGHT=1></TD>
     
            <TD>
     
                <IMG SRC="http://www.tutorials.de/forum/images/Abstandhalter.gif" WIDTH=89 HEIGHT=1></TD>
     
            <TD>
     
                <IMG SRC="http://www.tutorials.de/forum/images/Abstandhalter.gif" WIDTH=100 HEIGHT=1></TD>
     
            <TD>
     
                <IMG SRC="http://www.tutorials.de/forum/images/Abstandhalter.gif" WIDTH=58 HEIGHT=1></TD>
     
        </TR>
     
        <TR>
     
            <TD COLSPAN=12>
     
                <IMG SRC="http://www.tutorials.de/forum/images/index_01.gif" WIDTH=1024 HEIGHT=178></TD>
     
        </TR>
     
        <TR>
     
            <TD COLSPAN=3>
     
                <IMG SRC="http://www.tutorials.de/forum/images/index_02.gif" WIDTH=260 HEIGHT=43></TD>
     
            <TD>
     
                <a href="?content=news"><IMG SRC="http://www.tutorials.de/forum/images/index_03.gif" WIDTH=101 HEIGHT=43 border="0"></a></TD>
     
            <TD>
     
                <a href="?content=me"><IMG SRC="http://www.tutorials.de/forum/images/index_04.gif" WIDTH=101 HEIGHT=43 border="0"></a></TD>
     
            <TD>
     
                <a href="?content=works"><IMG SRC="http://www.tutorials.de/forum/images/index_05.gif" WIDTH=101 HEIGHT=43 border="0"></a></TD>
     
            <TD>
     
                <a href="?content=friends"><IMG SRC="http://www.tutorials.de/forum/images/index_06.gif" WIDTH=101 HEIGHT=43 border="0"></a></TD>
     
            <TD>
     
                <a href="?content=pictures"><IMG SRC="http://www.tutorials.de/forum/images/index_07.gif" WIDTH=101 HEIGHT=43 border="0"></a></TD>
     
            <TD COLSPAN=2>
     
                <a href="?content=guestbook"><IMG SRC="http://www.tutorials.de/forum/images/index_08.gif" WIDTH=101 HEIGHT=43 border="0"></a></TD>
     
            <TD>
     
                <a href="mailto:stefan@tadlos-im.net"><IMG SRC="http://www.tutorials.de/forum/images/index_09.gif" WIDTH=100 HEIGHT=43 border="0"></a></TD>
     
            <TD>
     
                <IMG SRC="http://www.tutorials.de/forum/images/index_10.gif" WIDTH=58 HEIGHT=43></TD>
     
        </TR>
     
        <TR>
     
            <TD COLSPAN=12>
     
                <IMG SRC="http://www.tutorials.de/forum/images/index_11.gif" WIDTH=1024 HEIGHT=101></TD>
     
        </TR>
     
        <TR>
     
            <TD WIDTH=247 HEIGHT=394 COLSPAN=2 align="left" valign="top" background="http://www.tutorials.de/forum/images/index_12.gif"></TD>
     
            <TD WIDTH=530 HEIGHT=394 COLSPAN=7 align="left" valign="top" background="http://www.tutorials.de/forum/images/index_13.gif"><?php
     
            $content = $content;
     
            if(!isset($content))
     
            $content    = "news";
     
            $endung     = ".php";
     
            $file       = $content.$endung;
     
            $error      = "error".$endung;
     
            if(file_exists($file))
     
                include($file);
     
            else
     
                include($error);
     
            ?></TD>
     
            <TD WIDTH=247 HEIGHT=394 COLSPAN=3 align="left" valign="top" background="http://www.tutorials.de/forum/images/index_14.gif">&nbsp;      </TD>
     
        </TR>
     
        <TR>
     
            <TD>
     
                <IMG SRC="http://www.tutorials.de/forum/images/index_15.gif" WIDTH=1 HEIGHT=52></TD>
     
            <TD COLSPAN=11 background="http://www.tutorials.de/forum/images/index_16.gif" WIDTH=1023 HEIGHT=52></TD>
     
        </TR>
     
    </TABLE>
     
    </div>
     
    <!-- End ImageReady Slices -->
     
    </BODY>
     
    </HTML>

    Hoffe ihr könnt mir helfen.


    SG Stefan
     

  8. #8
    Avatar von Hroudtwolf
    Hroudtwolf Hroudtwolf ist offline Mitglied Silber
    Registriert seit
    Mar 2007
    Beiträge
    77
    Fast der komplette HTML-Code ist falsch bzw teilweise total unstrukturiert und Werte stehen ungequotet obwohl sie mehr als reine Zahl sind.
    Das scheint ein Editor-Output zu sein. Leider kein sehr guter.

    Weil ich das nicht alles verbessern möchte kann ich dir nur raten die Tabelle auf 100% Width zu setzen und relativ dazu die Spalten prozentual anzupassen.
     

  9. #9
    Maik Tutorials.de Gastzugang
    Hi,

    mir ist da neben den fixen Breitenangaben eine weitere Unstimmigkeit in deinem Konzept aufgefallen: du zwängst die Tabelle mit einer Breite von 1024px und einer Höhe von 768px in ein DIV, das nur 209x130px messen soll.
     

  10. #10
    tadlos tadlos ist offline Mitglied Silber
    Registriert seit
    Sep 2004
    Beiträge
    81
    Mhh ich denke dann mach ich das nochmal von vorne.

    Also so ist der Code wenn ich die .html Datei von Photoshop in eine .php Datei umgewandelt habe.
    Code :
    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
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
    100
    101
    102
    103
    104
    105
    106
    107
    108
    109
    110
    111
    112
    113
    114
    115
    116
    117
    118
    119
    120
    121
    122
    123
    124
    125
    126
    127
    128
    129
    130
    131
    132
    133
    134
    135
    136
    137
    138
    139
    140
    141
    142
    143
    144
    145
    146
    147
    148
    149
    150
    151
    152
    153
    154
    155
    156
    157
    
    <HTML>
     
    <HEAD>
     
    <TITLE>index</TITLE>
     
    <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
     
    </HEAD>
     
    <BODY BGCOLOR=#FFFFFF>
     
    <link href="_stylesheet.css" rel="stylesheet" type="text/css">
     
    <!-- ImageReady Slices (index.psd) -->
     
    <div id="Layer1" style="position:absolute; width:209px; height:130px; z-index:1; top: 0px; left: 1px;">
     
    <TABLE WIDTH=1024 BORDER=0 CELLPADDING=0 CELLSPACING=0>
     
        <TR>
     
            <TD>
     
                <IMG SRC="http://www.tutorials.de/forum/images/Abstandhalter.gif" WIDTH=1 HEIGHT=1></TD>
     
            <TD>
     
                <IMG SRC="http://www.tutorials.de/forum/images/Abstandhalter.gif" WIDTH=246 HEIGHT=1></TD>
     
            <TD>
     
                <IMG SRC="http://www.tutorials.de/forum/images/Abstandhalter.gif" WIDTH=13 HEIGHT=1></TD>
     
            <TD>
     
                <IMG SRC="http://www.tutorials.de/forum/images/Abstandhalter.gif" WIDTH=101 HEIGHT=1></TD>
     
            <TD>
     
                <IMG SRC="http://www.tutorials.de/forum/images/Abstandhalter.gif" WIDTH=101 HEIGHT=1></TD>
     
            <TD>
     
                <IMG SRC="http://www.tutorials.de/forum/images/Abstandhalter.gif" WIDTH=101 HEIGHT=1></TD>
     
            <TD>
     
                <IMG SRC="http://www.tutorials.de/forum/images/Abstandhalter.gif" WIDTH=101 HEIGHT=1></TD>
     
            <TD>
     
                <IMG SRC="http://www.tutorials.de/forum/images/Abstandhalter.gif" WIDTH=101 HEIGHT=1></TD>
     
            <TD>
     
                <IMG SRC="http://www.tutorials.de/forum/images/Abstandhalter.gif" WIDTH=12 HEIGHT=1></TD>
     
            <TD>
     
                <IMG SRC="http://www.tutorials.de/forum/images/Abstandhalter.gif" WIDTH=89 HEIGHT=1></TD>
     
            <TD>
     
                <IMG SRC="http://www.tutorials.de/forum/images/Abstandhalter.gif" WIDTH=100 HEIGHT=1></TD>
     
            <TD>
     
                <IMG SRC="http://www.tutorials.de/forum/images/Abstandhalter.gif" WIDTH=58 HEIGHT=1></TD>
     
        </TR>
     
        <TR>
     
            <TD COLSPAN=12>
     
                <IMG SRC="http://www.tutorials.de/forum/images/index_01.gif" WIDTH=1024 HEIGHT=178></TD>
     
        </TR>
     
        <TR>
     
            <TD COLSPAN=3>
     
                <IMG SRC="http://www.tutorials.de/forum/images/index_02.gif" WIDTH=260 HEIGHT=43></TD>
     
            <TD>
     
                <a href="?content=news"><IMG SRC="http://www.tutorials.de/forum/images/index_03.gif" WIDTH=101 HEIGHT=43 border="0"></a></TD>
     
            <TD>
     
                <a href="?content=me"><IMG SRC="http://www.tutorials.de/forum/images/index_04.gif" WIDTH=101 HEIGHT=43 border="0"></a></TD>
     
            <TD>
     
                <a href="?content=works"><IMG SRC="http://www.tutorials.de/forum/images/index_05.gif" WIDTH=101 HEIGHT=43 border="0"></a></TD>
     
            <TD>
     
                <a href="?content=friends"><IMG SRC="http://www.tutorials.de/forum/images/index_06.gif" WIDTH=101 HEIGHT=43 border="0"></a></TD>
     
            <TD>
     
                <a href="?content=pictures"><IMG SRC="http://www.tutorials.de/forum/images/index_07.gif" WIDTH=101 HEIGHT=43 border="0"></a></TD>
     
            <TD COLSPAN=2>
     
                <a href="?content=guestbook"><IMG SRC="http://www.tutorials.de/forum/images/index_08.gif" WIDTH=101 HEIGHT=43 border="0"></a></TD>
     
            <TD>
     
                <a href="mailto:stefan@tadlos-im.net"><IMG SRC="http://www.tutorials.de/forum/images/index_09.gif" WIDTH=100 HEIGHT=43 border="0"></a></TD>
     
            <TD>
     
                <IMG SRC="http://www.tutorials.de/forum/images/index_10.gif" WIDTH=58 HEIGHT=43></TD>
     
        </TR>
     
        <TR>
     
            <TD COLSPAN=12>
     
                <IMG SRC="http://www.tutorials.de/forum/images/index_11.gif" WIDTH=1024 HEIGHT=101></TD>
     
        </TR>
     
        <TR>
     
            <TD WIDTH=247 HEIGHT=394 COLSPAN=2 align="left" valign="top" background="http://www.tutorials.de/forum/images/index_12.gif"></TD>
     
            <TD WIDTH=530 HEIGHT=394 COLSPAN=7 align="left" valign="top" background="http://www.tutorials.de/forum/images/index_13.gif">&nbsp;</TD>
     
            <TD WIDTH=247 HEIGHT=394 COLSPAN=3 align="left" valign="top" background="http://www.tutorials.de/forum/images/index_14.gif">&nbsp;      </TD>
     
        </TR>
     
        <TR>
     
            <TD>
     
                <IMG SRC="http://www.tutorials.de/forum/images/index_15.gif" WIDTH=1 HEIGHT=52></TD>
     
            <TD COLSPAN=11 background="http://www.tutorials.de/forum/images/index_16.gif" WIDTH=1023 HEIGHT=52></TD>
     
        </TR>
     
    </TABLE>
     
    </div>
     
    <!-- End ImageReady Slices -->
     
    </BODY>
     
    </HTML>

    Soweit ist doch noch alles richtig oder?


    SG Stefan
     

  11. #11
    Avatar von GiFt-ZwErG
    GiFt-ZwErG GiFt-ZwErG ist offline Mitglied Gold
    Registriert seit
    Feb 2005
    Beiträge
    204
    Nein ist es nicht.
    Du gibts die Größen der Tabellen fest an ( px ) aber wenn du es dynamisch haben möchtest, musst du diese in % angeben... 100% vom Bildschirm bzw vom Browser ist was anderes wie 1024px...
    Bei einer Auflösung von 1024x768 ist beides gleich aber bei 1280x? passt sich das 100% Design an aber das 1024px bleibt einfach 1024px gross...

    MFG
    Sandro
     
    Die Deutsche Rechtschreibung ist Freeware, sprich, du kannst sie kostenlos nutzen.
    Allerdings ist sie nicht Open Source, d.h. du darfst sie nicht verändern oder in veränderter Form veröffentlichen.

  12. #12
    tadlos tadlos ist offline Mitglied Silber
    Registriert seit
    Sep 2004
    Beiträge
    81
    Aber woher weiss ich den welche prozentwerte ich einsetzten soll?

    oder muss ich einfach nur statt:

    <TABLE WIDTH=1024 BORDER=0 CELLPADDING=0 CELLSPACING=0>

    das hier eingeben:

    <TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=0>

    Edit: Hat sich erledigt, habe es gerade ausprobiert
    Geändert von tadlos (18.03.07 um 16:30 Uhr)
     

  13. #13
    Avatar von GiFt-ZwErG
    GiFt-ZwErG GiFt-ZwErG ist offline Mitglied Gold
    Registriert seit
    Feb 2005
    Beiträge
    204
    Die äusserste Tabelle mit 100% und die anderen "inneren" Tabellen in der Größe wie man sie haben möchte.. zb. 60% und daneben eine Spalte mit 40%.. oder eine mit 20% und daneben eine mit 10%...

    Nur nicht mehr wie 100% auf der kompletten Breite..

    MFG
    Sandro
     
    Die Deutsche Rechtschreibung ist Freeware, sprich, du kannst sie kostenlos nutzen.
    Allerdings ist sie nicht Open Source, d.h. du darfst sie nicht verändern oder in veränderter Form veröffentlichen.

  14. #14
    tadlos tadlos ist offline Mitglied Silber
    Registriert seit
    Sep 2004
    Beiträge
    81
    Wäre das so richtig?


    PHP-Code:
    <HTML>

    <HEAD>

    <TITLE>index</TITLE>

    <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">

    </HEAD>

    <BODY BGCOLOR=#FFFFFF>

    <link href="_stylesheet.css" rel="stylesheet" type="text/css">

    <!-- ImageReady Slices (index.psd) -->

    <div id="Layer1" style="position:absolute; width:209px; height:130px; z-index:1; top: 0px; left: 1px;">

    <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0>

        <TR>

            <TD>

                <IMG SRC="images/Abstandhalter.gif" WIDTH=1 HEIGHT=1></TD>

            <TD>

                <IMG SRC="images/Abstandhalter.gif" WIDTH=246 HEIGHT=1></TD>

            <TD>

                <IMG SRC="images/Abstandhalter.gif" WIDTH=13 HEIGHT=1></TD>

            <TD>

                <IMG SRC="images/Abstandhalter.gif" WIDTH=101 HEIGHT=1></TD>

            <TD>

                <IMG SRC="images/Abstandhalter.gif" WIDTH=101 HEIGHT=1></TD>

            <TD>

                <IMG SRC="images/Abstandhalter.gif" WIDTH=101 HEIGHT=1></TD>

            <TD>

                <IMG SRC="images/Abstandhalter.gif" WIDTH=101 HEIGHT=1></TD>

            <TD>

                <IMG SRC="images/Abstandhalter.gif" WIDTH=101 HEIGHT=1></TD>

            <TD>

                <IMG SRC="images/Abstandhalter.gif" WIDTH=12 HEIGHT=1></TD>

            <TD>

                <IMG SRC="images/Abstandhalter.gif" WIDTH=89 HEIGHT=1></TD>

            <TD>

                <IMG SRC="images/Abstandhalter.gif" WIDTH=100 HEIGHT=1></TD>

            <TD>

                <IMG SRC="images/Abstandhalter.gif" WIDTH=58 HEIGHT=1></TD>
        </TR>

        <TR>

            <TD COLSPAN=12><img src="images/index_01.gif" width=100% height=178></TD>
        </TR>

        <TR>

            <TD COLSPAN=3><img src="images/index_02.gif" width=100% height=43></TD>

            <TD>

                <a href="?content=news"><IMG SRC="images/index_03.gif" WIDTH=101 HEIGHT=43 border="0"></a></TD>

            <TD>

                <a href="?content=me"><IMG SRC="images/index_04.gif" WIDTH=101 HEIGHT=43 border="0"></a></TD>

            <TD>

                <a href="?content=works"><IMG SRC="images/index_05.gif" WIDTH=101 HEIGHT=43 border="0"></a></TD>

            <TD>

                <a href="?content=friends"><IMG SRC="images/index_06.gif" WIDTH=101 HEIGHT=43 border="0"></a></TD>

            <TD>

                <a href="?content=pictures"><IMG SRC="images/index_07.gif" WIDTH=101 HEIGHT=43 border="0"></a></TD>

            <TD COLSPAN=2>

                <a href="?content=guestbook"><IMG SRC="images/index_08.gif" WIDTH=101 HEIGHT=43 border="0"></a></TD>

            <TD>

                <a href="mailto:stefan@tadlos-im.net"><IMG SRC="images/index_09.gif" WIDTH=100 HEIGHT=43 border="0"></a></TD>

            <TD>

                <IMG SRC="images/index_10.gif" WIDTH=58 HEIGHT=43></TD>
        </TR>

        <TR>

            <TD COLSPAN=12>

                <IMG SRC="images/index_11.gif" WIDTH=100% HEIGHT=101></TD>
        </TR>

        <TR>

            <TD WIDTH=25$ HEIGHT=394 COLSPAN=2 align="left" valign="top" background="images/index_12.gif"></TD>

            <TD WIDTH=50% HEIGHT=394 COLSPAN=7 align="left" valign="top" background="images/index_13.gif"><?php

            $content 
    $content;

            if(!isset(
    $content))

            
    $content    "news";

            
    $endung        ".php";

            
    $file         $content.$endung;

            
    $error        "error".$endung;

            if(
    file_exists($file))

                include(
    $file);

            else

                include(
    $error);

            
    ?></TD>

            <TD WIDTH=25% HEIGHT=394 COLSPAN=3 align="left" valign="top" background="images/index_14.gif">&nbsp;      </TD>
        </TR>

        <TR>

            <TD>

                <IMG SRC="images/index_15.gif" WIDTH=1 HEIGHT=52></TD>

            <TD COLSPAN=11 "images/index_16.gif" WIDTH=100% HEIGHT=52></TD>
        </TR>
    </TABLE>

    </div>

    <!-- End ImageReady Slices -->

    </BODY>

    </HTML>
     

  15. #15
    tadlos tadlos ist offline Mitglied Silber
    Registriert seit
    Sep 2004
    Beiträge
    81
    Hallo,

    ich denke ich bekomme das jetzt hin.
    Habe das noch mal ausprobiert.. So nach und nach sollte das klappen.
    Ich muss nur noch in PS neu slicen glaube ich.

    Danke schonmal.
     

Ähnliche Themen

  1. Auflösung individuell anpassen
    Von voelzi im Forum Microsoft Windows
    Antworten: 0
    Letzter Beitrag: 15.12.07, 17:54
  2. HP der Auflösung anpassen
    Von Fosco im Forum HTML & XHTML
    Antworten: 3
    Letzter Beitrag: 17.11.06, 10:22
  3. Design der Auflösung und dem Browser anpassen
    Von -GS-Master im Forum Javascript & Ajax
    Antworten: 3
    Letzter Beitrag: 03.09.06, 17:12
  4. Background an Auflösung anpassen
    Von Sebabo im Forum HTML & XHTML
    Antworten: 3
    Letzter Beitrag: 26.06.05, 14:49
  5. Seite an die Auflösung anpassen
    Von Avariel im Forum HTML & XHTML
    Antworten: 6
    Letzter Beitrag: 11.02.02, 14:31