Haxor
Lieutenant
- Registriert
- Sep. 2008
- Beiträge
- 830
Hallo Community,
wie der Titel es schon sagt hab ich ein Problem mit meinem Html Code, zur verdeutlichung des Problems hier mal ein Bild und den Code:
Hier das Problem:
Diese rießen Lücke zum Rand die stört mich. Jetzt die Frage, kann man das Problem beheben oder den Code extrem verkürzen das die Lücke erst garnicht entsteht ?
Lösung: Alles im Editor hintereinander setzen.
wie der Titel es schon sagt hab ich ein Problem mit meinem Html Code, zur verdeutlichung des Problems hier mal ein Bild und den Code:
HTML:
<table>
<thead>
<tr>
<th> <font color=gray> Text </font> </th>
<th> <font color=gray> Text </font> </th>
<th> <font color=gray> Text </font> </th>
<th> <font color=gray> Text </font> </th>
</tr>
</thead>
<tfoot>
<tr>
<td> <center> [IMG] Bild [/IMG] </center></td>
<td> <center> [IMG] Bild [/IMG] </center> </td>
<td> <center> [IMG] Bild [/IMG] </center> </td>
<td> <center> [IMG] Bild [/IMG] </center></td>
</tr>
</tfoot>
<tbody>
<tr>
<td> <center> <font color=gray> Text </font> </center> </td>
<td> <center> <font color=gray> Text </font> </center> </td>
<td> <center> <font color=gray> Text </font> </center> </td>
<td> <center> <font color=gray> Text </font> </center> </td>
</tr>
<tr>
<td> <font color=gray> <center> [url=Link] PN [/url] </center> </font> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
</tbody>
</table>
Hier das Problem:
Diese rießen Lücke zum Rand die stört mich. Jetzt die Frage, kann man das Problem beheben oder den Code extrem verkürzen das die Lücke erst garnicht entsteht ?
Lösung: Alles im Editor hintereinander setzen.
Zuletzt bearbeitet: