I can't get anything to work!! I want to produce a list of upcoming birthdays for my clients. I have tried a textarea, span, and div. But there seems to be now way to produce a list like this:
Upcoming Birthdays:
Johnny Jones 10/31/2021
Anita Smith 11/5/2021
I have tried several values for a newLine variable including 'BR', Slash-r and Slash-n, Ampersand 13 and Ampersand 10 but no matter what I try, all I get is the textual value of the newLine variable!
so what you see above would come out as: Upcoming Birthdays:[newLine value] Johnny Jones 10/31/2021[newLine value] Anita Smith 11/5/2021
See the attachment. In it is my actual code as well as the output.
Thanks in advance,
Jerry
Jerry Scannell
Upcoming Birthdays:
Johnny Jones 10/31/2021
Anita Smith 11/5/2021
I have tried several values for a newLine variable including 'BR', Slash-r and Slash-n, Ampersand 13 and Ampersand 10 but no matter what I try, all I get is the textual value of the newLine variable!
so what you see above would come out as: Upcoming Birthdays:[newLine value] Johnny Jones 10/31/2021[newLine value] Anita Smith 11/5/2021
See the attachment. In it is my actual code as well as the output.
Thanks in advance,
Jerry
Jerry Scannell