Short: Generates caps in HTML (src inc.)
Author: misha@femina.com.pl (Michal Durys)
Uploader: misha femina com pl (Michal Durys)
Type: text/hyper
Version: 1.0 (4.04.99)
Architecture: m68k-amigaos
Keywords: hsc html sucks completly misha polska poland
.---------------------------.
-------------( DESCRIPTION )
`---------------------------'
This little tool generates nice looking caps in HTML. Suppose you feed it
with the following input:
HSCCaps "Example" 5 4
And it will produce:
EXAMPLE
I can assure you that it will look nice in a HTML browser.
It is most convienient to use HSCCaps with conjunction with HSC by Thomas
Aglassinger. If you have never heard of HSC then download it immediately
from Aminet. Use the macro presented below:
<$macro CAPS /CLOSE BIG:num=5 SMALL:num=4>
<$exec command=('HSCCapitals "' + Hsc.Content + '" ' + BIG + ' ' + SMALL) include>
$macro>
Have a good fun.
.---------------------------.
-------------( DISTRIBUTION )
`---------------------------'
This package is public domain. Do whatever you like with it and feel free to
modify it. Source code is included. All improvements are welcome.