Counters demonstration

Features

The demonstration

This page has been visited 768 times.

768 hits

W2ML sources

<!-- ©2007 Marc Mongenet. You are free to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of this W2ML example. -->

<!-- Pure text counter. -->
<p>This page has been visited <w2:counter/> times.</p>

<!-- Counter with a bitmapped font.
CSS properties are used to set background, space between words, and alignement.
CSS color property is only used for alternative text if a bitmap is not displayed.
Characters are PNG bitmaps in the "/fonts/glowhot/" directory. -->
<p style="background:#000; color:#F90; word-spacing:12px; text-align:center"
   w2:timg="/fonts/glowhot/" w2:timg2=".png">
 <w2:counter/> hits
</p>

→ See counter element in the W2ML specification.
→ See timg attribute in the W2ML specification.
→ See /fonts/glowhot/ directory.