Nieuw lid |
|
READ THE FUCKING README !
bitmapsmileys : enable or disable bitmap smileys. Once enabled, bitmaps are
------------- defined via the smiley parameter. By default, bitmap smileys
are disabled.
Example :
<param name="style:bitmapsmileys" value="true">
smileyX : set the Xnth smiley. A smiley is a pair of text->image. Each time
------- the text is found on a line, it will be replaced by the
corresponding image. As for the command parameter, the first smiley
must be smiley1 and there must'nt be any gap. The format of the
parameter is "text image", where image is any URL the applet can
access.
Example :
<param name="style:smiley1" value=":) img/smile.gif">
<param name="style:smiley2" value=":( img/sad.gif">
bitmapsmileys : enable or disable bitmap smileys. Once enabled, bitmaps are ------------- defined via the smiley parameter . By default, bitmap smileys are disabled. Example : <param name="style:bitmapsmileys" value="true"> smileyX : set the Xnth smiley . A smiley is a pair of text ->image. Each time ------- the text is found on a line, it will be replaced by the corresponding image. As for the command parameter, the first smiley must be smiley1 and there must'nt be any gap. The format of the parameter is "text image", where image is any URL the applet can access. Example : <param name="style:smiley1" value=":) img/smile.gif"> <param name="style:smiley2" value=":( img/sad.gif">
|