Sunday, November 20, 2016

instructions

At certain junctures, I want to put instructions on the screen ... so ... how do I do that?

It's going to be a card, with a certain amount of text on it (including some links), and I want it to mostly fill the screen, and I want the text to mostly fill the card, and, also, I want it to mostly fill the screen, and the text to mostly fill it, no matter what size and shape the screen is.

So, getting it to mostly fill the screen is pretty easy, I guess, but getting the text to mostly fill the card seems to be a bit more tricky. I thought I had an idea about how to approach it, but when I tried it, it didn't seem to work.

function showcard(text) {

createthecard()

sizethetext()}

This is why I want my DE so bad. But, I know, I'm kidding myself.