| LIST OF FADING NEWS PARAMETERS |
| NAME |
DESCRIPTION |
| copyright |
Author and copyright information. This parameter must be always present and its value cannot be changed. |
| regcode |
You can use the applet freely to enhance your web pages (commerical or non-commerical). However, I placed a status bar message that will appear when the applet is online on a site and regcode parameter isn't correct. |
| bgcolor |
The color of the applet background, in hexadecimal RGB format. |
| title_color |
The color of the title text, in hexadecimal RGB format. |
| text_color |
The color of the text, in hexadecimal RGB format. |
| align |
Default text alignment for the paragraphs. Can take one of these three values: "left", "center" ,or "right". |
| valign |
Default text vertical alignment for the paragraphs. Can take one of these three values: "top", "center" ,or "bottom". |
| title_font_type |
Name of the title font. Valid values are: "Helvetica", "TimesRoman", "Courier" or "Dialog". |
| title_font_size |
Size of the title font. |
| title_font_style |
Style of the title font ("0"=plain, "1"=bold, "2"=italic, "3"=1+2=bold+italic).. Example: <param name="title_font_style" value="1"> |
| text_font_type |
Name of the text font. Valid values are: "Helvetica", "TimesRoman", "Courier" or "Dialog".. |
| text_font_size |
Size of the text font.. |
| text_font_style |
Style of the text font ("0"=plain, "1"=bold, "2"=italic, "3"=1+2=bold+italic).. Example: <param name="title_font_style" value="1">. |
| border_thickness |
Width of the applet border, in pixels. |
| border_color |
Color of the applet border, in hexadecimal RGB format. |
| title_underline |
"yes" or "no". |
| text_underline |
"yes" or "no". |
| left_margin |
Margin at the left of the applet, in pixels. |
| top_margin |
Margin at the top of the applet, in pixels. |
| right_margin |
Margin at the right of the applet, in pixels. |
| line_space_fortitle |
Space between lines of title texts, in pixels. |
| line_space_fortext |
Space between lines of text, in pixels. |
| titleN |
Title of the text message. (N =1,2,3...,number of message). You must start at 1 and increase by 1 at each time. The text message to show. Use "#" for jumping next line. Use " " for extra space. |
| textN |
Message body. (N =1,2,3...,number of message). You must start at 1 and increase by 1 at each time. The text message to show. Use "#" for jumping next line. Use " " for extra space. |
| linkN |
The absolute and/or relative URLs. (N =1,2,3...) |
| target_frameN |
Target frame. Sometimes you want the URL to be opened in a particular frame or in a completly different window. Use this parameter to specify the destination of the URL to open. (N =1,2,3...) |