How do I add a new Array to the below script (linked to html, view source to see script) so that there is more than one character. As you can see, when I use the normal method (var snowletter=new Array("a","b","c") it doesn't show up correctly. What else do I have to do to separate these characters?
http://pages.prodigy.net/bluebutterfly/Snowflakes.htm
2006-08-16
05:22:04
·
4 answers
·
asked by
Kristina
3
in
Computers & Internet
➔ Programming & Design
Please click on the link I provided above. You will see "a,b,c" floating around. What I want to do is to be able to have all those characters only separated, not right next to each other on the same line, and without the commas.
a
b
c
2006-08-16
05:34:00 ·
update #1