Ja. zB über css. google -> table border css
Beispiel:
border-left-color: #142D5
oder als externer style sheet:
table.menu
{ border-left-width: 2px; border-left-style: solid; border-left-color: #142D58;
border-right-width: 2px; border-right-style: solid; border-right-color: #142D58;
border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #142D58;
background: #3A578E; }
|