Anfänger Problem Html Tabelle

Begonnen von scaleo, 15 April 2006, 13:53:18

⏪ vorheriges - nächstes ⏩

0 Mitglieder und 1 Gast betrachten dieses Thema.

scaleo

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 :




Aber das Endresultat dann doch so:


CMS-Version: pragmaMx 0.1.8, 1.20.4.5/2006-03-10
PHP-Version: 4.4.2
MySQL-Version: 4.0.24_Debian-4.dotdeb.0-log
Server-Version: Apache/1.3.31 (Unix  FrontPage/5.0.2.2635 PHP/4.4.2

Musicman75

cellpadding="0" cellspacing="0"

das muss noch zum table tag rein.
Unaufgeforderte Support PMs & Emails werden ignoriert

Immer erst die Boardsuche verwenden und gegebenenfalls einen neuen Threat eröffnen, wenn das Problem noch nicht behandelt wurde!

scaleo

<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  ???
CMS-Version: pragmaMx 0.1.8, 1.20.4.5/2006-03-10
PHP-Version: 4.4.2
MySQL-Version: 4.0.24_Debian-4.dotdeb.0-log
Server-Version: Apache/1.3.31 (Unix  FrontPage/5.0.2.2635 PHP/4.4.2

jogi24

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>

;) ;)