Contact Us
General
About using help
Help index
Common questions and problems
User Guides
How to insert our tools into your web site
Making the web pages match your site
color scheme
template
ForumBoard Builder
Registration System Illustrated Example Usage
Registration System User Guide
Image Store User Guide
Password Protector
Survey Builder
Registration Payment Service FAQ
What is a CSS stylesheet?
Tips and Tricks
Increasing security
Getting rid of the www.poppydog.com url
How to post a voting poll in your forum
Providing a template which is different for each tool
Specifying colors for your Visitor Tracker
URL Encoder tool
We provide two tools which enable you to protect your web pages, which one should you use?
Finding the invoice number for a PayPal transaction
Help for beginners
Inserting lines into the Head section
Viewing HTML source Code
Creating a link in your web page

PoppyDog Help Center

How to style the Visitor Tracker

The Visitor Tracker does not specifies any styles/colors when displaying the details of who is viewing your site. Therefore the colors used are the ones that you have specified for the rest of the web page. However it is really easy to specify particular colors for the Visitor Tracker by using CSS style sheet.

  1. First enclose the visitor tracker HTML code paste that we give you inside a <div></div> tag. Give the div an id attribute of value: visitortracker i.e.

    <div id="visitortracker"> Insert the URL/Code Paste code we give you here </div>

  2. Now you can specify css styling which applies only to the visitor tracker. You accomplish this by including the following two elements in your style sheet (obviously you must change the colors etc to the ones that you want) :

    #visitortracker {color:#red; font-weight:bold} #visitortracker .A {color:#black; font-weight:bold; text-decoration:none}