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
More options inside answer window
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Re: More options inside answer window
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
Works fine. Thanks 
