Page 1 of 1

More options inside answer window

Posted: Fri Sep 18, 2015 12:25 pm
by samjith
Hi,

Is there any option to set font color, font size, etc inside an answer/ask window.

eg: If I want to show "Are you sure?" in color red and text size 20 inside answer window


thanks
Sam

Re: More options inside answer window

Posted: Fri Sep 18, 2015 1:43 pm
by dunbarx
You might read this thread:

http://forums.livecode.com/viewtopic.ph ... og#p129936

Craig Newman

Re: More options inside answer window

Posted: Fri Sep 18, 2015 2:25 pm
by shaosean
You can style the question using HTML.. Paste the following code in to the message box to see..

Code: Select all

answer "<p><font size='20' color='#FF0000'>Are you sure?</font></p>"

Re: More options inside answer window

Posted: Tue Sep 22, 2015 5:06 am
by samjith
Works fine. Thanks :D