| 
      Return to Recent Questions How can  I mention the Text font style like BOLD, Italic in javascript pop up menu 
 
 Q:
One more doubt, How can  I mention the Text font style like BOLD, Italic..... in javascript pop up menu?
 
 
 A:
You can set your font size in Deluxe Tuner.
 
 //--- Font
 var fontStyle="bold 11px Arial";
 var fontColor=["#000000","#FFFFFF"];
 
 
 
 
 
 Return to Recent Questions
 
 
 |