Default Ads Border Suggestion

k12onos

New Member
Messages
134
Reaction score
0
Points
0
Hello guys, i just come up with a suggestion about the ads here.

ok here it goes, no offense please.

why not discard the Ads Border ? For Now, we are using a Black Border for the ads. if there are no borders. we can set our self a custom border just by using a back ground for the ads. or even just put it like that without border. Its much more efficient then people asking for the ads color to change right ?

if you worry the ads would be unvisible when not using border, why not Require people to put their own custom border. or you may set a default custom border for them. Its better then make people use the black border.

The ad code should be like this :

HTML:
<center>
              <table style="width: 515px; height: 90px;">
              <tr>
                <td style="background-image: url(images/imagebordername.gif); background-repeat: no-repeat; text-align: center;">
<!-- x10 yahoo's ad code Without Border. -->


                </td>
              </tr>
             </table>
             </center>




what do you think guys ? i think its better than the black border. and people will stop asking for ad colors. and more good is you can sell your custom borders you make for points :D

i think this would be great.

please respond, thank you.
 

__z|x__

New Member
Messages
394
Reaction score
0
Points
0
There is a way to change the ad color autmatically based on the colors used in a CSS file. But I don't think that is possible with Yahoo.
 

k12onos

New Member
Messages
134
Reaction score
0
Points
0
what about discarding the border ? did yahoo support that ?

sorry if i give wrong suggestion, i didnt know much about yahoo ads :)
 
Last edited:

__z|x__

New Member
Messages
394
Reaction score
0
Points
0
i dont think there's a way not to have a border. But they can specify neutral grey.
 

k12onos

New Member
Messages
134
Reaction score
0
Points
0
well, google adsense code is something like :

HTML:
<script type="text/javascript"><!--
google_ad_client = "pub-123456789101112131415";
google_ad_width = 234;
google_ad_height = 60;
google_ad_format = "234x60_as";
google_ad_type = "text_image";
google_ad_channel ="";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "1F80E1";
google_color_text = "000000";
google_color_url = "E35000";
//--></script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>


did yahoo ads code is like that too ?

if yes, what about changing the
HTML:
google_color_bg = "FFFFFF";

To

HTML:
google_color_bg = "";


i think it only works if yahoo ads code is the same (i hope so).
 
Top