Hi there,
I'm a copier and paster of javascript and can't seem to figure out how to add some text that will be displayed along with the code.
For example, if javascript consists of this:
Code:
document.write ('<ilayer id=tickernsmain visibility=hide width='+scroller_width+' height='+scroller_height+' bgColor='+bgcolor+'><layer id=tickernssub width='+scroller_width+' height='+scroller_height+' left=0 top=0>'+scrollercontent[0]+'</layer></ilayer>')
}
How to simply have it write "What's New?" and then immediately write the associated text (in this case a scrolling list) on the SAME line.
I've played with putting ("What's New?" '<ilayer id=........') but must be doing something wrong.
Thanks in advance.