|
||||||
|
Man nehme eine Tabelle mit 2 Zeilen und 1 Spalte. In die obere Zeile kommt
der Inhalt in einer weiteren Tabelle (1/1) mit entsprechender Zellauffüllung
(cellpadding). In die untere Zeile die Grafiken für den Schatten Unten ist der Code für diese Mustertabelle. |
|
|||||
| <table width="400" border="0"
cellspacing="0" cellpadding="0" align="center" bgcolor="#CFE7E6"
height="164"> <tr> <td> <table border="0" cellspacing="0" cellpadding="10"> <tr> <td>TExt -TextTExt -TextTExt -TextTExt -TextTExt -TextTExt TextTExt -TextTExt -TextTExt -TextTExt -TextTExt- TExt-TextTExt -TextTExt -TextTExt -TextTExt -TextTExt -TextTExt <b><font size="5">-Tabelle mit Schatten</font></b>-tExt -TextTExt -TextTExt -TextTExt -TextTExt -TextTExt -Text-TextTExt -TextTExt -TextTExt -TextTExt -TextTExt -TextTExt -TextTExt -TextTExt -TextTExt </td> </tr> </table> </td> </tr> <tr> <td height="2"><img src="schatten-li.gif" width="10" height="6"><img src="schatten-mi.gif" width="380" height="6"><img src="schatten-re.gif" width="10" height="6"></td> </tr> </table> |
||||||
| Und dann noch eine Variante mit Schatten rechts und unten. | ||||||
|
||||||
|
Dazu braucht man eine Tabelle mit 2 Zeilen und 2 Spalten. In die Zelle links
oben kommt die innere Tabelle mit dem Inhalt, Unten der HTML-Code für diese Tabelle. |
||||||
| <table border="0" cellspacing="0"
cellpadding="0" align="center" bgcolor="#CFE7E6"
width="108"> <tr> <td> <table border="0" cellspacing="0" cellpadding="10"> <tr> <td>TExt -TextTExt -TextTExt -TextTExt -TextTExt -TextTExt TextTExt -TextTExt -TextTExt -TextTExt -TextTExt- TExt-TextTExt -TextTExt -TextTExt -TextTExt -TextTExt -TextTExt <b><font size="5">-Tabelle mit Schatten</font></b>-tExt -TextTExt -TextTExt -TextTExt -TextTExt -TextTExt -Text-TextTExt -TextTExt -TextTExt -TextTExt -TextTExt -TextTExt -TextTExt -TextTExt -TextTExt </td> </tr> </table> </td> <td valign="top"><img src="schatten-re-o.gif" width="6" height="10"><br> <img src="schatten-re-mi.gif" width="6" height="180"></td> </tr> <tr> <td><img src="schatten-li.gif" width="10" height="6"><img src="schatten-mi.gif" width="383" height="6"></td> <td><img src="schatten-u.gif" width="6" height="6"></td> </tr> </table> |
||||||