Horizontal Scroller runs left along 2 different patterns: ========================================================= a)SINGLES When smaller pause at left edge or centered based upon CSS, text-align:left or text-align:center chosen in style that is. When longer pause at left edge - a 20px wide space is set after. b)MORE As many as they fit in scrolling area. After each, 20px wide space is inserted and they scroll equidistant each pausing at left edge. First Message may start at right edge or right in pausing position. Horizontal Scroller Implementation - one needs to cut&paste and set: ==================================================================== 1). CSS, Pattern:Singles(0) or More(1), Size, Pause, Background, Speed and other options available. Do not include "px" when setting width and height, this unit "px" will automatically be added in the process. 2). Feeding n Messages: [0] through [n-1]: Every message MUST be set as a continuous string within ' ... '; You may split it by using '+ at ends and then ' at continuations; Inside any message you may use " " (quotation marks). You MUST use \' in lieu of ' inside any message if Apostrophe needed. 3). Calling Parameters and Messages between HEAD Tags with this line: <*script language="javascript" type="text/javascript" src="..."><*/script> a)- remove those 2 asterisks after < b)- make sure the path of file between "" of src="..." is set right, a proper URL of that file must be filled in, that is. c)- if your page has other javascript code before this, make sure to have it already closed - <*/script> d)- if you have any javascript code after, make sure to have it start with: <*script language="javascript"> ===================================================================== OnLoad the main Horizontal Scroller function within the BODY tag. Place proper "js" file where Horizontal Scroller is to show up & run.