hilfe mit <table>
Ferdinand Wirth
- sonstiges
0 norbert =:-)0 romy0 Sky.Connect0 Johannes Zeller
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>
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 =:-)
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
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.
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