Ferdinand Wirth: hilfe mit <table>

hi

ich möchte gerne zwei text felder machen die so auschauen sollen:

texttexttexttext                    texttexttexttext
texttexttext                        texttexttexttexttext
texttexttexttext                    texttexttexttext
texttexttexttext                    texttexttexttext

---------------------------
           In der mitte drunter soll ein
           bild sein
            --------------------------

Das bild bekomme ich aber nicht in die mitte könnt ihr mir helfen?
hier mein quelltext:

<body bgcolor="C8C8C8" vlink="#0000FF" alink="#FF0000"  topmargin="9">

<center>
<table>
<font face="Arial"><span style="font-size:17">
<b>KONTAKT </b><br><br>
<td>
<font face="Arial"><span style="font-size:17">

Friedrich Prinz<br>
Karl Schindlergasse 9A<br>
2381 Laab im Walde<br>
Tel. 02239/5752 ab 18h<br>
Email: <a href="mailto:friedrich.prinz@mbs-austria.com" style="text-decoration:none;">Friedrich.Prinz@MBS-Austria.com</a>                 <br><br>
</span></font></td>

<td>
<font face="Arial"><span style="font-size:17">

DI Christian Binder<br>
Breitenfurter Straße 535/1/3<br>
1230 Wien<br>
Tel. 069911880017<br>
Email: <a href="mailto:christian.binder@mbs-austria.com" style="text-decoration:none;">Christian.Binder@MBS-Austria.com</a><br><br>
</span></font></td>

<tr valign="top">
<td>
<img src="wir.jpg" width=225 height=300>
</td>

  1. Hallo Ferdinand!

    Das bild bekomme ich aber nicht in die mitte könnt ihr mir helfen?

    Bei dem Code kein Wunder ;-)

    Was du suchst, ist in etwa folgendes:

    <table>
    <tr><td>Zelle1</td><td>Zelle2</td></tr>
    <tr><td colspan="2" align="center">Inhalt in der Mitte</td></tr>
    </table>

    Das Ganze kann man auch noch mit CSS entsprechend gestalten.

    mfg

    norbert =:-)

  2. Hi,

    <tr valign="top">
    <td>

    hier muss in das td ein colspan="2" rein, da sich die spalte ja über 2 Spalten ziehen soll.

    <img src="wir.jpg" width=225 height=300>
    </td>

    schliessende Tags nicht vergesssen

    ciao
    romy

    --
    DIE ROMY AUS L. AN DER P. SAGT DANKE UND AUF WIEDERSEHEN
    sh:( fo:| ch:? rl:( br:& va:| zu:) ss:| ls:[
    Die Erklärung zum Selfcode findest du hier: http://emmanuel.dammerer.at/selfcode.html
    Einen Decoder für den Selfcode findest du hier: http://peter.in-berlin.de/projekte/selfcode
  3. AuA! Da bekomm ich ja Augenschmerzen. Nix eingerückt, und paar TAGS hast Du auch vergessen *brlll*

    grundsätzlich:

    <table>
      <tr>
        <td>
         <!-- BLAH BLAH TEXT 1//-->
        </td>
        <td>
         <!-- BLAH BLAH TEXT 2//-->
        </td>
      </tr>
    </table>

    <talbe>
      <tr>
        <td>
         <!-- IMAGE //-->
        </td>
      </tr>
    </table>

    Nicht böse nehmen!.

    ::.Gruss
    ..:Sky.

  4. Hallo Ferdinand

    hier mein quelltext:

    *Schauder* Validier den erstmal http://validator.w3.org/ und versuche es dann nochmal. Ich würde mir an deiner Stelle auch noch einmal die Abschnitte über Tabellen in Selfhtml durchlesen.

    Schöne Grüße

    Johannes

    --
    This posting comes with ABSOLUTELY NO WARRANTY, to the extend permitted by applicable law.
    ss:| zu:) ls:[ fo:) de:] va:) ch:? sh:( n4:& rl:( br:< js:| ie:{ fl:( mo:}
    Selfcode? Was ist denn das? http://emmanuel.dammerer.at/selfcode.html