the script looks something like this...
if(topmostSubform.Page1.Section1.FirstTime.rawValue == "yes") {
this rawValue = "1. Text Goes Here... \n" +
"Text Goes Here...Text Goes Here...Text Goes Here... \n" +
"Text Goes Here...Text Goes Here...Text Goes Here...";
So when the user opens the form...that text is displayed in the text of the form. I was wondering how I could maybe get one or two of the words to be bold.