Forum Moderators: martinibuster
<script type="text/javascript"><!--
google_ad_client = "Not that dumb that I would leave this here";
google_ad_width = 250;
google_ad_height = 250;
google_ad_format = "250x250_as";
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
Becomes:
<script type="text/javascript"><!--
google_ad_client = "Not that dumb that I would leave this here";google_ad_width = 250;google_ad_height = 250;google_ad_format = "250x250_as";
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
Just to make the code smaller. Cause with two unit and loads of additions like color / alternate url etc etc it becomes high. And say if I have two of these and an adlink and placed at the top it makes the content code go real low.
Any ideas?
Regards,
R
Any AdSense ad code or search box code must be pasted directly into Web pages without modification. AdSense participants are not allowed to alter any portion of the ad code or change the layout, behaviour, or delivery of ads for any reason.
I am not sure if taking away the lines is considered altering. You probably won't run into any trouble, but I suggest you contact Adsense Support just to be sure.
What do you think?
Regards,
R
At bandwith costs at $1 per GB,
thats about 1 cent.
There are much more at other parts of the html
Use a CMS removing all CR, each line instead of CR/LF only LF
Most " are unnecessary in HTML
In Tables are </tr> </td> unnecessary
All this can reduce a large HTML page by several KB.