I'm already very familiar with that card generator. I was just hoping to copy the code from a text box instead of having to use the generator to manually input each prompt into the right square. That's what I was talking about when I said I could handcode my card, although in rereading my comment I can see that it wasn't clear enough.
In case you're interested, this is the code for making a text box: <textarea> </textarea>
You just have to paste the desired content between the <textarea> and the </textarea> tags. For example, if you write <textarea> This is an an example </textarea>, the result will look like this:
A text box compiling the prompt list for this challenge would then look like this:
(In case you're not interested in any of that, I sincerely apologize. I know all too well that unasked for tips and advice can often come across as patronizing or belittling, and I'm not fond of getting those myself.)
Re: Yay!
In case you're interested, this is the code for making a text box: <textarea> </textarea>
You just have to paste the desired content between the <textarea> and the </textarea> tags. For example, if you write <textarea> This is an an example </textarea>, the result will look like this:
A text box compiling the prompt list for this challenge would then look like this:
(In case you're not interested in any of that, I sincerely apologize. I know all too well that unasked for tips and advice can often come across as patronizing or belittling, and I'm not fond of getting those myself.)