Forum Moderators: martinibuster
if in the AdSense search code you change the value of "BGC" you can have transparent background.
If you have a #F5F5DC background you have
<input type=hidden name=cof value='GALT:#000080;GL:1;DIV:#CE3000;VLC:000069;AH:center;BGC:F5F5DC; .......
if you change to
<input type=hidden name=cof value='GALT:#000080;GL:1;DIV:#CE3000;VLC:000069;AH:center;BGC:;.....
with nothing beetwen "BGC:" and ";" you obtain a transparent background!