Access Counter: Change the Style of Number
Style of number
How to specify
E.g., dd=B
- To change the style, add the specification dd=.
- Style is determined by A/B/C/D/E after the dd= (it always should be uppercase).
- You can choose a style out of the five styles.
- If there is no specification, dd=A will be used.
- Specification should be separated by using &.
How it is shown
dd=A
dd=B
dd=C
dd=D
dd=E
Examples of how to write an access counter tag (dd=B)
Subscribed website service | Access counter tag |
---|---|
Personal Homepage Service |
|
FreeAddress |
|
MMJP Web Hosting |
|
Color of number
How to specify
E.g., prgb=0;0;255
- To change the style, add the specification prgb=.
- Specification after the prgb= determines the color.
- Only styles dd=A and dd=D are subject to color change.
- Specifications are separated by &.
Specify a color
Color is specified by the combination of RGB values. There are two ways to specify.
- Separate decimal digits with semicolon(s): Use a semicolon to separate each RGB value (0 to 255).
- Write in hexadecimal number: Write each value of RGB in hexadecimal number (00 to ff)
Refer to books, websites, etc. related to graphic design for more details of color specification.
How it is shown
prgb=255;0;0
prgb=0;0;255
prgb=ffff00
prgb=008000
Example of how to write an access counter tag (prgb=0;0;255)
Subscribed website service | Access counter tag |
---|---|
Personal Homepage Service |
|
FreeAddress |
|
MMJP Web Hosting |
|
Invert colors
How to specify
E.g., negate=Y
- To invert colors, add the specification negate=Y (Y should be uppercase).
- If you invert colors, the color of number cannot be changed.
- Specifications are separated by &.
How it is shown (negate=Y&dd=)
dd=A
dd=B
dd=C
dd=D
dd=E
Example of how to write an access counter tag (negate=Y)
Subscribed website service | Access counter tag |
---|---|
Personal Homepage Service |
|
FreeAddress |
|
MMJP Web Hosting |
|
Use of transparency
How to specify
E.g., tr=Y
- To make the access counter image transparent, add the specification tr=Y.
- The transparent part of the image will become the same color with the background color of the webpage.
- Specifications are separated by &.
How it is shown (without a frame, when the background color is gray <body bgcolor="#CCCCCC">
)
dd=A
dd=B
dd=C
dd=D
dd=E
Example of how to write an access counter tag (tr=Y)
Subscribed website service | Access counter tag |
---|---|
Personal Homepage Service |
|
FreeAddress |
|
MMJP Web Hosting |
|