Tuesday, July 1, 2008

How to hide the Site Meter button?

Most web authors use hit counters / site statistics services to watch their site traffic. Most of the free services add a button or a banner to the pages they have been attached on. You may be using such a service and need to remove the image because of design considerations.

For Site Meter (www.sitemeter.com) you can wrap the given html code as follows :
<div style=“visibility:hidden;”>
-your sitemeter code-
</div>
And just bookmark the entrance page to easily jump there.

Anyway I recommend you give them some credits in your design to better support them, or perhaps keep it as is if it's not really needed.

0 comments: