Slopestyle-1
Commander
- Registriert
- Aug. 2008
- Beiträge
- 2.950
Hallo brauche mal eure Hilfe!
Dabei brauche ich die Hilfe:
Ich möchte das der Inhalt in den Tabellen Zentriert ist (Und möglichst das der Eintrag nur einmal vor kommen muss nicht bei jeder Zeile) sowie das sich die Tabelle von der breite her sich individuell an passt auch an dem Inhalt der enthalten ist (wenn das möglich ist ohne weiteres).
Hoffe jemand kann mir denn Code Vervollständigungen.
Code:
Dabei brauche ich die Hilfe:
Ich möchte das der Inhalt in den Tabellen Zentriert ist (Und möglichst das der Eintrag nur einmal vor kommen muss nicht bei jeder Zeile) sowie das sich die Tabelle von der breite her sich individuell an passt auch an dem Inhalt der enthalten ist (wenn das möglich ist ohne weiteres).
Hoffe jemand kann mir denn Code Vervollständigungen.
Code:
HTML:
<BODY BGCOLOR=#0079F2 BACKGROUND=xxx.jpg link=#00660 vlink=#660000 alink=#660000>
<br /><br /><br />
<center>
<P ALIGN=center>
<table border cols=3" bordercolorlight=00ff00 bordercolordark=00ff00>
<tr>
<td> <font size=6><font face=sixties><b><a href=http://www.>1</a></td>
<td> <font size=6><font face=sixties><b><a href=http://www.>1</a></td>
<td> <font size=6><font face=sixties><b><a href=http://www.>1</a></td>
<td> <font size=6><font face=sixties><b><a href=http://www.>1</a></td>
<td> <font size=6><font face=sixties><b><a href=http://www.>1</a></td>
</tr>
<tr>
<td> <font size=6><font face=sixties><b><a href=http://www.>1</a></td>
<td> <font size=6><font face=sixties><b><a href=http://www.>1</a></td>
<td> <font size=6><font face=sixties><b><a href=http://www.>1</a></td>
<td> <font size=6><font face=sixties><b><a href=http://www.>1</a></td>
<td> <font size=6><font face=sixties><b><a href=http://www.>1</a></td>
</tr>
<tr>
<td> <font size=6><font face=sixties><b><a href=http://www.>1</a></td>
<td> <font size=6><font face=sixties><b><a href=http://www.>1</a></td>
<td> <font size=6><font face=sixties><b><a href=http://www.>1</a></td>
<td> <font size=6><font face=sixties><b><a href=http://www.>1</a></td>
<td> <font size=6><font face=sixties><b><a href=http://www.>1</a></td>
</tr>
<tr>
</table>
Zuletzt bearbeitet von einem Moderator:
(HTML-Tag)