Hi folks.
How can I transform a javascript array:
Array("line 1", "line two", "line three (3)", "line 4 (four)");
into a bulleted list in HTML?
..and to make things just a little more complicated, I'm trying to put the list inside a TEXTAREA of a FORM.
That's actually what I was using, but didn't know if there was a simple way to implement LI. I'll just see if I can find a symbol to use as a bullet.