Hallo ich hab folgendes erstellt:
Eine 2spaltige Tabelle mit Breite 140 und Höhe 26
2anklickbare Bildchen mit Breite 70 und Höhe 26
Wenn ich die beiden Bildern in die Tabelle einfüge sieht es in der Vorschau so aus wie gewünscht :
(https://forum.pragmamx.org/proxy.php?request=http%3A%2F%2Fwww.palpalo.de%2F1.jpg&hash=4be44508c410281d7d11efe9ced18333609afd77)
Aber das Endresultat dann doch so:
(https://forum.pragmamx.org/proxy.php?request=http%3A%2F%2Fwww.palpalo.de%2F2.jpg&hash=8d7a465eb9da28aac181c6c028f04853f4edcd7a)
cellpadding="0" cellspacing="0"
das muss noch zum table tag rein.
<TABLE cellSpacing=0 cellPadding=0 width=140 border=0>
<TBODY>
<TR>
<TD><A href="http://xx/"><IMG height=28 src="/images/iupload/deutsch.jpg" width=70 align=left border=0></A><A href="http://xxx/"><IMG height=28 src="/images/iupload/turkisch.jpg" width=70 align=left border=0></A></TD></TR></TBODY></TABLE>
Also so klappts nicht ???
hi
versuchs mal damit
<table border="0" cellpadding="0" cellspacing="0" width="140">
<tr>
<td width="70"><A href="http://xx/"><IMG height=28 src="/images/iupload/deutsch.jpg" width=70 border=0></A></td>
<td width="70"><A href="http://xxx/"><IMG height=28 src="/images/iupload/turkisch.jpg" width=70 border=0></A></td>
</tr>
</table>
;) ;)