I need to write Javascript for the following:
I need to seperate successive lines of input.
Instead of using document.write( '<BR><BR><BR>' ) I need to create a leaveGap function. eg leaveGap(2)
The function needs to be able to leave different line spaces throughout the programme eg 2 lines at one point in the programme and 1 line at another.
Any Ideas?
I need to seperate successive lines of input.
Instead of using document.write( '<BR><BR><BR>' ) I need to create a leaveGap function. eg leaveGap(2)
The function needs to be able to leave different line spaces throughout the programme eg 2 lines at one point in the programme and 1 line at another.
Any Ideas?
Comment