The <gifwrap> tag

<gifwrap> performs old school Letterror gifwrap action. It converts a piece of text to a series of images, which it can find in a directory.

For each letter in the text, it renders an <img src="" />. Each character is first converted to its ASCII value. The font directory will contain a list of numbered GIF (or other) images.

Attributes

Example

To render a text in the "Railroad Gothic 57" font:

<gifwrap text="CORBON" font="fonts/RRG_57" />

The output will look as follows: