formatting strings

Is there a way to format a string with basic html rendering (e.g., bold, italic, underline, colors)? I have a bunch of text that I will be pulling from an sqlite db and I’d like certain words bolded, underlined, highlighted, etc. within each block (but not the whole block). What would be the best way to do this? [import]uid: 19999 topic_id: 19013 reply_id: 319013[/import]

put it in a native.webPopUp and us HTML? [import]uid: 19626 topic_id: 19013 reply_id: 73251[/import]

Sheesh! Such an easy answer. Thanks, Rob. I’ve been testing it and I’m able to get it to show up. Because I am pulling the rendered text from an sqlite3 file, I’ll have to somehow write that file to my html template first (in the body portion, so as not to overwrite the info that already exists).

One quick question, do you know how to check if a webpopup already exists in the display list? I set the webPopup initially created inside a variable, but when I check for that, I never get the condition to evaluate to true. Is there a way to check if the webpopup is in the current displaylist? [import]uid: 19999 topic_id: 19013 reply_id: 73340[/import]