"Tables Transparency"


- Wenn du eine Hintergrundfarbe/Bild hast und willst die Tabellen
  durchs Entfernen der weißen Mittel-Tabelle durchsichtig machen,
  benutze:

- If you have a background color/image, and want to make your
  main tables by removing the white space transparent, use:

°code°

<style type="text/css">
.K {Remove The White Space}
table, tr, td {
background-color:transparent; border:none;}
</style>




- Um die Orig.-Rahmen zu behalten, benutze stattdessen folgendes:
- To keep the original borders, use this code instead:

°code°

<style type="text/css">
.K {Remove The White Space}
table, tr, td {
background-color:transparent;}
</style>




° Adding A °

° Background Color/Image °




║║║  ║║  ║  ║║  ║║║


║║║  ║║  ║  ║║  ║║║





°"Durchsichtige Tabellen per 'FARBE'"°
°"Tables Transparency via 'COLOR'"°


- Füge die Farbe deiner Wahl zum Code und ändere für weniger/
  mehr Durchsichtigkeit einfach die Zahl 70 einheitlich.
  Erlaubt sind Werte:
  von 0.00 (Totale Transparenz) bis 1.00 (Keine Transparenz).

- Add your prefer color to the code and beside, adjust similarly the
number 70 for more/less transparency.
  The permitted values are :
  from 0.00 (complete transparence) till 1.00 (no transparence).


° Note: °

- der Effekt wird aber auch auf der Inhalt deiner Tabellen, Bilder,
  Kommentare etc. übertragen.

- The code will affect your main content tables such as profile pic,
  comments, etc.

°code°

<style type="text/css">
.K {Transparent Tables}
table, tr, td {
background-color:transparent; border:none;}
table table table {
background-color:YOUR COLOR; filter:alpha(70); -moz-opacity:0.70; opacity:0.70; -khtml-opacity:0.70;}
table table table table {filter:none;}
</style>


°Or Use This Code°

<style type="text/css">
.K {Transparent Tables}
table, tr, td {
background-color:transparent; border:none;}
td td td {
background-color:YOUR COLOR; filter:alpha(70); -moz-opacity:0.70; opacity:0.70; -khtml-opacity:0.70;}
</style>


║║║  ║║  ║  ║║  ║║║


║║║  ║║  ║  ║║  ║║║





°"Durchsichtige Tabellen per 'GRAFIK'"°
°"Tables Transparency via 'GRAPHIC'"°


- Der folgende Code ist die bessere Alternative, weil der Tabellen-
  Inhalt nicht durchsichtig wird:

- The following code is a better solution because the content of
  tables doesn’t get transparency:

°code°

<style type="text/css">
.K {Transparent Tables}
table, tr, td {
background-color:transparent; border:none;}
table table table {
background-image:url(Your Transparent Image URL);
background-repeat: repeat;
background-attachment: fixed;}
table table table table {background-image:none;}
</style>




       " Transparent Images For You "
         'Click' on the below "Links" and
           copy the 'URL' from "Adress Bar"



║║║  ║║  ║  ║║  ║║║


║║║  ║║  ║  ║║  ║║║