Tabellen - Trennlinie | |||||
Trennlinie Achtung: Zu Demozwecken sind die Tabellencodes stets übersichtlich aufgezeigt! Im Knuddels-Homepageeditor müssen die Codes hintereinanderweg, also ohne Enter bzw. Zeilenumbruch eingefügt werden! Für eine Trennlinie mit 5 verschiedenen Farben, setzen wir jede Tabellendatenzelle auf 20% Breitenausdehnung. Die Hauptausdehnung der Tabelle wird im table-Bereich eingestellt, im Beispiel sind es 500 Pixel. |
|||||
<table width="500" cellpadding="0" cellspacing="0" border="0" align="center"> <tr> <td bgcolor="#800000" width="20%"> </td> <td bgcolor="#A02000" width="20%"> </td> <td bgcolor="#C04000" width="20%"> </td> <td bgcolor="#E06000" width="20%"> </td> <td bgcolor="#FF7F00" width="20%"> </td> </tr> </table> |
|||||
Für eine Übernahme in den Knuddels-HP-Editor: |
|||||
<table width="500" cellpadding="0" cellspacing="0" border="0" align="center"><tr><td bgcolor="#800000" width="20%"> </td><td bgcolor="#A02000" width="20%"> </td><td bgcolor="#C04000" width="20%"> </td><td bgcolor="#E06000" width="20%"> </td><td bgcolor="#FF7F00" width="20%"> </td></tr></table> |