|
Post by CFP wolf on Sept 24, 2009 14:51:17 GMT -5
There are two types of transparent backgrounds: fully transparent and semi-transparent. For full transparency, use this code:
<style type="text/css"> <!--
table, td { background-color: transparent !important; }
--> </style>
Put this in your Global Header. Whichever type of transparency you use, you unfortunately cannot have borders or cell highlight. The code above takes care of the borders, but you must remove the two cell highlight colors from your skin settings, so the fields should be blank. The semi-transparency doesn't really do anything unless you have a background image, but even if you're using full transparency you should probably have a background image anyway.
|
|