"Tables Background Image/Color"

- Mit den folgenden Codes fügen wir ein 'Hintergrund-Bild', oder
  'Hintergrund-Farbe' und auch Rahmen für alle Tabellen ein:

- With the following codes we add 'Background Image', or
  'Background Color' and also Borders for all tables on the profile:


║║║  ║║  ║  ║║  ║║║


°"Hintergrund-Bild und Rahmen für die Tabellen"°
°"Tables Background Image and Border"°

°code°
<style type="text/css">
.K {Tables Background Image}
table, tr, td { background-color:transparent; border:0px;}
table table table {
background-image:url(Your Image URL);
background-position:center center;
background-repeat:repeat;
border-width:4px;
border-color:Your Color;
border-style:solid; }
table table table table {border:0px; background-image:none;}
</style>


║║║  ║║  ║  ║║  ║║║


║║║  ║║  ║  ║║  ║║║

°"Tabellen Hintergrund-Farbe und Rahmen"°
°"Tables Background Color and Border"°

°code°
<style type="text/css">
.K {Tables Background Color}
table, tr, td { background-color:transparent; border:0px;}
table table table {
background-color:Your Color;
border-color:Your Color;
border-style:solid;
border-width:4px; }
table table table table {border:0px; background-color:transparent;}
</style>


║║║  ║║  ║  ║║  ║║║

°Colors / Border Styles°


║║║  ║║  ║  ║║  ║║║


║║║  ║║  ║  ║║  ║║║