Forum Moderators: skibum
I read in their TOS that you can't modify the javascript. The rest of their script uses & for ampersands but their main script that calls the ads uses just a & causing the usual xhtml error. I modified it and was wondering if they will care or even notice. For that matter I modified quite a bit of the code but can't imagine why they would care. For example,
I modified this,
<!-- Begin: AdBrite -->
<style type="text/css">
.adHeadline {font: bold 10pt Arial; text-decoration: underline; color: blue;}
.adText {font: normal 10pt Arial; text-decoration: none; color: black;}
</style>
<script type="text/javascript"
src="http://example.com/page.php?sid=num&br=num"></script>
<p />
<div><a class="adHeadline" target="_top"
href="http://example.com/page.php?opid=number&afsid=num">
Your Ad Here</a></div>
<!-- End: AdBrite -->
to this,
* I moved the css into my stylesheet and removed the target="_top"
<script type="text/javascript"
src="http://example.com/page.php?sid=num&br=num"></script>
<a class="t10 tcol" href="http://example.com/page.php?opid=num&afsid=num">
Add your website to the above list</a>
I'd almost rather not email them since they would probably never notice anyway unless I emailed them pointing it out. Anybody have any experience with this? The only posts I can find on WW about Adbrite seem to be "can I have adbright and adsense together" which doesn't help me much.