Contact Us
Help index
Video Tutorials
Inserting the Registration System into a web site
User Guides
ForumBoard Builder
Registration System Illustrated Example Usage
Registration System User Guide
Image Store User Guide
Password Protector
Registration Payment Service FAQ
Email Form Service - using it to email a pre-existing form.
Tips and Tricks
Embedding code into Office Live
Password Protecting a Blogger or Blogpot Blog
Increasing security
Switching off CAPTCHA (form image verification)
Hiding the toolbar
How to post a voting poll in your forum
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
yola specific help
How to get the url of a web page created in yola

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}