PDA

View Full Version : Adding A counter to a page ???


Seanix
07-Apr-2006, 06:43 AM
Hey guys, Hows thinngs ????

Just wondering if you know how I can add a counter to my page ???


Thanks !!!

Duncan Rounding
07-Apr-2006, 06:59 AM
Not many people think this is a good idea - your web logs will give you much more info but see this thread for a few views and links to counters:
http://community.actinic.com/showthread.php?t=18771

jont
07-Apr-2006, 09:28 AM
If you use FireFox with the Developer extension and you just want the counter for your own personal information (for quick and easy stats) you could install a counter into a <div> with the display set to hidden - using the FF developer extension you can change the CSS in real time and delete out the display:hidden and it will temporarily show on your screen only. As the counter is still occupying HTML flow best to place somewhere remote on the page

HTH