Okay, question:
When I am templatizing (new word of the day) the prompts, would you prefer to have
one template which contains stuff like
Code:
bold_text = "prompt for bold text";
italic_text = prompt for italic text";
etc...
or to have lots of little templates for each prompt? The only problem I can forsee with having multiple templates is the fact that Javascript will freak if there are linebreaks in there.
I won't be adding the rest of the contents of vbcode.js to templates, as it seems like a huge waste of bandwidth to continually download the same static code for every posting. I'll be leaving that as an external javascript file.