Suche im Forum:
Suchen


Autor Nachricht
Beitrag13.12.2009 um 13:23 (UTC)    
Titel: Tabellenfrage

Hi,

ich habe drei Tabellen in einer unsichtbaren Tabelle eingefügt (aht Gründe). Allerdings ist linke, sichtbare Tabelle nicht auf gleciher Höhe wie die anderen.
Wie bekomme ich das hin??

Der Code:

Code:
<table cellspacing="0" cellpadding="0" border="0" align="center" width="700">
    <tbody>
        <tr>
            <td>
            <table cellspacing="0" cellpadding="0" border="1" align="center" width="220">
                <caption>
                <div style="text-align: left;"><u><span style="font-size: small;">Fahrgesch&auml;fte mit <i>A:</i></span></u></div>
                </caption>
                <tbody>
                    <tr>
                        <td bgcolor="#8cc0fa" width="200">&nbsp;</td>
                    </tr>
                    <tr>
                        <td width="200">&nbsp;</td>
                    </tr>
                    <tr>
                        <td bgcolor="#8cc0fa" width="200">&nbsp;</td>
                    </tr>
                </tbody>
            </table>
            </td>
            <td>&nbsp;
            <table cellspacing="0" cellpadding="0" border="1" align="center" width="220">
                <caption>
                <div style="text-align: left;"><span style="font-size: small;"><u>Fahrgesch&auml;fte mit <i>B</i>:</u></span></div>
                </caption>
                <tbody>
                    <tr>
                        <td bgcolor="#8cc0fa" width="200">&nbsp;</td>
                    </tr>
                    <tr>
                        <td width="200">&nbsp;</td>
                    </tr>
                    <tr>
                        <td bgcolor="#8cc0fa" width="200">&nbsp;</td>
                    </tr>
                </tbody>
            </table>
            </td>
            <td>&nbsp;
            <table cellspacing="0" cellpadding="0" border="1" align="center" width="220">
                <caption>
                <div style="text-align: left;"><u><span style="font-size: small;">Fahrgesch&auml;fte mit <i>C</i>:</span></u></div>
                </caption>
                <tbody>
                    <tr>
                        <td bgcolor="#8cc0fa" width="200">&nbsp;</td>
                    </tr>
                    <tr>
                        <td width="200">&nbsp;</td>
                    </tr>
                    <tr>
                        <td bgcolor="#8cc0fa" width="200">&nbsp;</td>
                    </tr>
                </tbody>
            </table>
            </td>
        </tr>
    </tbody>
</table>


Und ein Bild zum Verständnis Wink :


______________
[u]Wer kennt die Antwort auf meine Frage??[/u]

-> http://www.homepage-baukasten.de/forum/viewtopic.php?t=109473
-> http://www.homepage-baukasten.de/forum/viewtopic.php?t=109670
Beitrag13.12.2009 um 13:38 (UTC)    
Titel:

so hier: hast bei der ersten tablle also vor der Tabelle das Lehrzeichen vergessen

Code:
<table cellspacing="0" cellpadding="0" border="1" align="center" width="700">
    <tbody>
        <tr>
            <td valign="middle">&nbsp;


            <table cellspacing="0" cellpadding="0" border="1" align="center" width="220">
                <caption>
                <div style="text-align: left;"><span style="font-size: small;"><u>Fahrgesch&auml;fte mit <i>B</i>:</u></span></div>
                </caption>
                <tbody>
                    <tr>
                        <td bgcolor="#8cc0fa" width="200">&nbsp;</td>
                    </tr>
                    <tr>
                        <td width="200">&nbsp;</td>
                    </tr>
                    <tr>
                        <td bgcolor="#8cc0fa" width="200">&nbsp;</td>
                    </tr>
                </tbody>
            </table>




            </td>
            <td valign="middle">&nbsp;


            <table cellspacing="0" cellpadding="0" border="1" align="center" width="220">
                <caption>
                <div style="text-align: left;"><span style="font-size: small;"><u>Fahrgesch&auml;fte mit <i>B</i>:</u></span></div>
                </caption>
                <tbody>
                    <tr>
                        <td bgcolor="#8cc0fa" width="200">&nbsp;</td>
                    </tr>
                    <tr>
                        <td width="200">&nbsp;</td>
                    </tr>
                    <tr>
                        <td bgcolor="#8cc0fa" width="200">&nbsp;</td>
                    </tr>
                </tbody>
            </table>


            </td>
            <td valign="middle">&nbsp;


            <table cellspacing="0" cellpadding="0" border="1" align="center" width="220">
                <caption>
                <div style="text-align: left;"><span style="font-size: small;"><u>Fahrgesch&auml;fte mit <i>B</i>:</u></span></div>
                </caption>
                <tbody>
                    <tr>
                        <td bgcolor="#8cc0fa" width="200">&nbsp;</td>
                    </tr>
                    <tr>
                        <td width="200">&nbsp;</td>
                    </tr>
                    <tr>
                        <td bgcolor="#8cc0fa" width="200">&nbsp;</td>
                    </tr>
                </tbody>
            </table>



            </td>
        </tr>
    </tbody>
</table>

______________
Günstiges Webhosting.
1 Domain + 3Gb Webspace + unlimited Traffic schon ab 2,90 Euro

http://Luckyhost.de
Beiträge der letzten Zeit anzeigen:   


Powered by phpBB © 2001, 2005 phpBB Group
Deutsche Übersetzung von phpBB.de