THE CODE... ============= The following code can be cut and pasted into an HTML document. Make sure that the TextButton.jar file is placed within the same directory as the HTML document that contains this code. Make sure that your browser is Java enabled... ---------------------------------------------------------------- CONFIGURATION: ============== Width and Height can be set to desired specification. Parameters include... This sets the color of the outline around the applet. If this parameter is left out then the background color setting is used. This sets the background color, and should be entered as a hexadecimal value. If this parameter is left out then a default color of light-gray will be used. This sets the color of the URL link text when the mouse pointer hovers over a link, and should be entered as a hexadecimal value. If this parameter is left out then the background color setting is used. This sets the color of the URL link text, and should be entered as a hexadecimal value. If this parameter is left out then the background color setting is used. This sets the color of the scrolling text, and should be entered as a hexadecimal value. If this parameter is left out then a default color of black will be used. This sets the color of the URL link text when the mouse pointer hovers over a link, and should be entered as a hexadecimal value. If this parameter is left out then the text color will be used. This sets the color of the URL link text, and should be entered as a hexadecimal value. If this parameter is left out then the text color will be used. This sets the font face to be used. Current available fonts are "TimesRoman", "Courier" and "Arial". If this parameter is left out then a default of arial will be used. This value sets the font to either 'italic' or 'plain'. If this parameter is left out then a default of plain will be used. This specifies if the text is displayed in bold, values accepted are 'on' or 'off'. If this parameter is left out then a default value of off will be used. This sets the size of the font in points. If this parameter is left out then a default of 16 points will be used This sets the text to display on the button. Specifies the location and name of the file to open when the button is clicked. File can be absolute (e.g. "www.pikeus.co.uk/index.html") or relative (e.g. "applets.html"). Specifies which frame to load links into. Values can be: "_self" - loads into current window. "_parent" - loads into full current window if frames are used. "_blank" - loads into a new window. "framename" - loads into the name of the frame you specify. If this parameter is left out then a default of "_self" will be used.