Access Counter: Change the Frame Style

Frame thickness

How to specify

E.g., ft=10

  • To change the frame thickness, add the specification ft=.
  • The value after the ft= determines the frame thickness.
  • The frame gets thicker as the the number (value) gets bigger.
  • Specifications are separated by &.

How it is shown

ft=0 (Without a frame)

ft=5

ft=10

ft=15

Example of how to write an access counter tag (ft=10)

Subscribed website service Access counter tag
Personal Homepage Service

<IMG SRC="https://cgi.asahi-net.or.jp/cgi-bin/Count.cgi?df=index.dat&ft=10" ALT="">

FreeAddress

<IMG SRC="https://cgi.www.ne.jp/cgi-bin/Count.cgi?df=index.dat&ft=10" ALT="">

MMJP Web Hosting

<IMG SRC="https://counter.mmjp.or.jp/cgibin/Count.cgi?df=index.dat&ft=10" ALT="">

Frame color

How to specify

E.g., frgb=0;0;255

  • To change the frame color, add the specification frgb=.
  • The value after the frgb= determines the frame thickness.
  • Specifications are separated by &.

Specify colors

Colors are 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

frgb=255;0;0

frgb=0;0;255

frgb=ffff00

frgb=008000

Example of how to write an access counter tag (frgb=0;0;255)

Subscribed website service Access counter tag
Personal Homepage Service

<IMG SRC="https://cgi.asahi-net.or.jp/cgi-bin/Count.cgi?df=index.dat&frgb=0;0;255" ALT="">

FreeAddress

<IMG SRC="https://cgi.www.ne.jp/cgi-bin/Count.cgi?df=index.dat&frgb=0;0;255" ALT="">

MMJP Web Hosting

<IMG SRC="https://counter.mmjp.or.jp/cgibin/Count.cgi?df=index.dat&frgb=0;0;255" ALT="">

Changing the angle

How to specify

E.g., degrees=90

  • To change the angle, add the specification degrees=.
  • The value after the degrees= determines the angle.
  • You can choose to specify one of the following angles: 90 degrees, 180 degrees, or 270 degrees.
  • Specifications are separated by &.

How it is shown

degrees=90

degrees=180

degrees=270

Example of how to write an access counter tag (degrees=90)

Subscribed website service Access counter tag
Personal Homepage Service

<IMG SRC="https://cgi.asahi-net.or.jp/cgi-bin/Count.cgi?df=index.dat&degrees=90" ALT="">

FreeAddress

<IMG SRC="https://cgi.www.ne.jp/cgi-bin/Count.cgi?df=index.dat&degrees=90" ALT="">

MMJP Web Hosting

<IMG SRC="https://counter.mmjp.or.jp/cgibin/Count.cgi?df=index.dat&degrees=90" ALT="">

Back to top of the page