$$return question

I have the following code in the $$return.

Thanks := “

” + “Thank you” + " “+CurrentUser+ " - " + " Please pick up the instructions, and hand them over”+ “

”;

OkMsg := Thanks

OKMsg

This works great but the message appears at the top of the page. How can I get this down to the middle of the page. Thanks in advance.

Subject: $$RETURN QUESTION

Well, the quick and dirty would be to use a bunch of


Subject: $$RETURN QUESTION

Another quick and diry way is to use the following:

Thanks := “

” + “Thank you” + " “+CurrentUser+ " - " + " Please pick up the instructions, and hand them over”+ “

”;