Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

Website Design Forum


You are currently viewing our Website Design Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
How to hide the counter
Old 07-14-2010, 03:44 PM How to hide the counter
Banned

Posts: 2
Name: ChenKo
Trades: 0
So guys! If you are using an external counter, and do not want to show real attendance (for different reasons) the best option is - Hide counter!

This is done simply ...

Paste this in style.css (or are built in the style of page)

Code:
div.stats {
display:inline;
height:0px;
left:-1000px;
margin:0px;
padding:0px;
position:absolute;
top:-1000px;
visibility:hidden;
width:0px }
Well, in html after <body> writing this

HTML Code:
<div class="stats"><!-- SuperLog -->
код счётчика
<!-- /SuperLog --></div>
The same can be applied not to the outside counter, but then have to constantly change the code. (or cut, or insert)
passwd is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 07-14-2010, 04:04 PM Re: How to hide the counter
Plexihost's Avatar
Extreme Talker

Posts: 241
Trades: 0
Or you can use Statcounter.com and have the option of have your counter visible or invisible.
__________________
HostMantis
Please login or register to view this content. Registration is FREE

Shared • Reseller • 24/7/365 Support • Instant Activation
CloudLinux • Softaculous • Fantastico • FFMpeg • PHP 5.3
Plexihost is offline
Reply With Quote
View Public Profile Visit Plexihost's homepage!
 
Old 07-14-2010, 04:09 PM Re: How to hide the counter
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,381
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
that's a lot of useless CSS when all you really need is

Code:
.stats {
    display:none;
}
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Reply     « Reply to How to hide the counter
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.20143 seconds with 12 queries