Quote:
Originally Posted by induslady
1. How do I change the dotted lines around Google ads box into normal black line?
|
This would be one possibility:
Code:
<table class="tborder" align="center" border="0" cellpadding="6" cellspacing="1" width="100%">
<tbody>
<tr>
<td class="thead" align="center"> </td>
</tr>
<tr>
<td class="alt1" colspan="2"> <span class="smallfont">
<center>
Google Adsense here
</center>
</td>
</tr>
</tbody>
</table>
Quote:
Originally Posted by induslady
2. How do I change the background color, surrounding color of the ads to merge with the color of my style?
|
You can go into your Adsense and create your own adsense banner (468x60px) with your own colors, channel, etc. and replace the one I put there.
or replace the color part with this:
Code:
google_color_border = "705C99";
google_color_bg = "F5F5FD";
google_color_link = "0C108B";
google_color_text = "2F251C";
google_color_url = "2F251C";
Or change the RGB Codes (#2F251C is one, for google adsense without the #) to your liking.
StarBuG