ilch Forum » Allgemein » HTML, PHP, SQL,... » Headerveränderung funktionieert nicht

Geschlossen
  1. #1
    User Pic
    soluto Mitglied
    Registriert seit
    04.01.2010
    Beiträge
    86
    Beitragswertungen
    0 Beitragspunkte
    Hi Leute,

    hab mal wieder en Problem -.-

    Ich wollte den Header der Clanpage so umschreiben, dass der Header nur aus einem Image besteht, leider wird jedesmal die komplette Seite verzerrt wenn ich ihn umschreiben will traurig

    Währe nett, wenn mir das jemand umschreiben könnte zwinker


    So sieht die Aufteilung im Moment aus (JA, es ist mit Paint gemacht ^^)
    gesperrtes Bild

    Und so soll es nachher aussehen (JA, ist auch mit Paint gemacht ^^)
    gesperrtes Bild

    Also ich glaube da müsste ja der Code der ersten Tabelle aus der index.htm reichen, wenn nicht einfach rummaulen weil ich doof bin ^^
    <body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onLoad="MM_preloadImages('include/designs/lod03_blau/Bilder/index_blau_rollover_03.jpg','include/designs/lod03_blau/Bilder/index_blau_rollover_04.jpg','include/designs/lod03_blau/Bilder/index_blau_rollover_05.jpg','include/designs/lod03_blau/Bilder/index_blau_rollover_06.jpg','include/designs/lod03_blau/Bilder/index_blau_rollover_07.jpg','include/designs/lod03_blau/Bilder/index_blau_rollover_08.jpg')">
    <!-- ImageReady Slices (Langeweile_v3.psd) -->
    <table width="980" height="801" border="0" align="center" cellpadding="0" cellspacing="0" id="Tabelle_01">
    	<tr>
    		<td colspan="2" rowspan="2">
    			<img src="include/designs/lod03_blau/Bilder/index_blau_01.jpg" width="381" height="300" alt=""></td>
    		<td colspan="8">
    			<img src="include/designs/lod03_blau/Bilder/index_blau_02.jpg" width="599" height="275" alt=""></td>
    	</tr>
    	<tr>
    		<td><a href="?news" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('News','','include/designs/lod03_blau/Bilder/index_blau_rollover_03.jpg',1)"><img src="include/designs/lod03_blau/Bilder/index_blau_03.jpg" name="News" width="100" height="25" border="0"></a></td>
    		<td><a href="?forum" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Forum','','include/designs/lod03_blau/Bilder/index_blau_rollover_04.jpg',1)"><img src="include/designs/lod03_blau/Bilder/index_blau_04.jpg" name="Forum" width="100" height="25" border="0"></a></td>
    		<td><a href="?teams" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Teams','','include/designs/lod03_blau/Bilder/index_blau_rollover_05.jpg',1)"><img src="include/designs/lod03_blau/Bilder/index_blau_05.jpg" name="Teams" width="100" height="25" border="0"></a></td>
    		<td><a href="?fightus" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Fight Us','','include/designs/lod03_blau/Bilder/index_blau_rollover_06.jpg',1)"><img src="include/designs/lod03_blau/Bilder/index_blau_06.jpg" name="Fight Us" width="100" height="25" border="0"></a></td>
    		<td colspan="2"><a href="?joinus" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Join Us','','include/designs/lod03_blau/Bilder/index_blau_rollover_07.jpg',1)"><img src="include/designs/lod03_blau/Bilder/index_blau_07.jpg" name="Join Us" width="100" height="25" border="0"></a></td>
    		<td><a href="?gbook" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Gbook','','include/designs/lod03_blau/Bilder/index_blau_rollover_08.jpg',1)"><img src="include/designs/lod03_blau/Bilder/index_blau_08.jpg" name="Gbook" width="85" height="25" border="0"></a></td>
    		<td>
    			<img src="include/designs/lod03_blau/Bilder/index_blau_09.jpg" width="14" height="25" alt=""></td>
    	</tr>
    	<tr>
    		<td width="195" align="left" valign="top" background="include/designs/lod03_blau/Bilder/index_blau_10.jpg">{_list_menunr1@	      <table width="180" border="0" cellspacing="0" cellpadding="0">
                <tr>
                  <td width="12">&nbsp;</td>
                  <td width="168" height="25" background="include/designs/lod03_blau/Bilder/Navi_blau_Top_l.jpg"><div align="center"><strong>%1</strong></div></td>
                </tr>
                <tr>
                  <td>&nbsp;</td>
                  <td>%2</td>
                </tr>
              </table>	      }</td>


    MFG soluto

    betroffene Homepage: externer Link


    Zuletzt modifiziert von soluto am 05.05.2010 - 01:02:21
    0 Mitglieder finden den Beitrag gut.
  2. #2
    User Pic
    Mairu Coder
    Registriert seit
    16.06.2006
    Beiträge
    15.334
    Beitragswertungen
    386 Beitragspunkte
    <body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onLoad="MM_preloadImages('include/designs/lod03_blau/Bilder/index_blau_rollover_03.jpg','include/designs/lod03_blau/Bilder/index_blau_rollover_04.jpg','include/designs/lod03_blau/Bilder/index_blau_rollover_05.jpg','include/designs/lod03_blau/Bilder/index_blau_rollover_06.jpg','include/designs/lod03_blau/Bilder/index_blau_rollover_07.jpg','include/designs/lod03_blau/Bilder/index_blau_rollover_08.jpg')">
    <!-- ImageReady Slices (Langeweile_v3.psd) -->
    <table width="980" height="801" border="0" align="center" cellpadding="0" cellspacing="0" id="Tabelle_01">
        <tr>
            <td colspan="10">
                <img src="include/designs/lod03_blau/Bilder/index_blau_02.jpg" width="980" height="275" alt="">
            </td>
        </tr>
        <tr>
            <td colspan="2">
                <img src="include/designs/lod03_blau/Bilder/index_blau_01.jpg" width="381" height="25" alt="">
            </td>
            <td><a href="?news" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('News','','include/designs/lod03_blau/Bilder/index_blau_rollover_03.jpg',1)"><img src="include/designs/lod03_blau/Bilder/index_blau_03.jpg" name="News" width="100" height="25" border="0"></a></td>
            <td><a href="?forum" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Forum','','include/designs/lod03_blau/Bilder/index_blau_rollover_04.jpg',1)"><img src="include/designs/lod03_blau/Bilder/index_blau_04.jpg" name="Forum" width="100" height="25" border="0"></a></td>
            <td><a href="?teams" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Teams','','include/designs/lod03_blau/Bilder/index_blau_rollover_05.jpg',1)"><img src="include/designs/lod03_blau/Bilder/index_blau_05.jpg" name="Teams" width="100" height="25" border="0"></a></td>
            <td><a href="?fightus" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Fight Us','','include/designs/lod03_blau/Bilder/index_blau_rollover_06.jpg',1)"><img src="include/designs/lod03_blau/Bilder/index_blau_06.jpg" name="Fight Us" width="100" height="25" border="0"></a></td>
            <td colspan="2"><a href="?joinus" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Join Us','','include/designs/lod03_blau/Bilder/index_blau_rollover_07.jpg',1)"><img src="include/designs/lod03_blau/Bilder/index_blau_07.jpg" name="Join Us" width="100" height="25" border="0"></a></td>
            <td><a href="?gbook" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Gbook','','include/designs/lod03_blau/Bilder/index_blau_rollover_08.jpg',1)"><img src="include/designs/lod03_blau/Bilder/index_blau_08.jpg" name="Gbook" width="85" height="25" border="0"></a></td>
            <td>
                <img src="include/designs/lod03_blau/Bilder/index_blau_09.jpg" width="14" height="25" alt=""></td>
        </tr>
        <tr>
            <td width="195" align="left" valign="top" background="include/designs/lod03_blau/Bilder/index_blau_10.jpg">{_list_menunr1@        <table width="180" border="0" cellspacing="0" cellpadding="0">
                <tr>
                  <td width="12">&nbsp;</td>
                  <td width="168" height="25" background="include/designs/lod03_blau/Bilder/Navi_blau_Top_l.jpg"><div align="center"><strong>%1</strong></div></td>
                </tr>
                <tr>
                  <td>&nbsp;</td>
                  <td>%2</td>
                </tr>
              </table>        }</td>
    Und auch immer mal ein Blick auf die FAQ werfen. | Mairus Ilchseite
    0 Mitglieder finden den Beitrag gut.
  3. #3
    User Pic
    soluto Mitglied
    Registriert seit
    04.01.2010
    Beiträge
    86
    Beitragswertungen
    0 Beitragspunkte
    danke lachen

    ich kriegs ja ma sowas von überhaupt net gestrahlt warum da <td colspan="10"> hin muss
    da muss ich wohl noch en par bücher welzen ^^

    nochmals danke Mairu

    MFG soluto
    0 Mitglieder finden den Beitrag gut.
  4. #4
    User Pic
    annemarie gelöschter User
    lern lieber gleich CSS und gewöhn dir garnicht erst tabellendesigns an
    0 Mitglieder finden den Beitrag gut.
Geschlossen

Zurück zu HTML, PHP, SQL,...

Optionen: Bei einer Antwort zu diesem Thema eine eMail erhalten