Displaying the javascript for an ad and then hiding it using CSS is a very bad idea.
a) adds page load time cause the user still has to download and execute the javascript to include the ad before it's hidden.
b) might be considered fraudulent to pull an ad and then hide it.
I highly suggest controlling ad inclusion directly in the tpl file.
Displaying the javascript for an ad and then hiding it using CSS is a very bad idea.
a) adds page load time cause the user still has to download and execute the javascript to include the ad before it's hidden.
b) might be considered fraudulent to pull an ad and then hide it.
I highly suggest controlling ad inclusion directly in the tpl file.