Issue I have is I can use tags, but I would like to style particular words. Adding a class doesnt work, is it because I am within script dom ?
Example:
var config = [
{
"name" : "tour_1",
"bgcolor" : "black",
"color" : "white",
"position" : "BR",
"text" : "Customize your user profile, it's easy. This is your shop window on <strong>here</strong> and <strong>there</strong>",
"time" : 4000
}
Instead of strong, I would like to apply class, like
<p class="orange">
But it wont have it, any suggestions... please