sperry Posted September 7, 2012 Share Posted September 7, 2012 Using font Trajan that has no lower case, so where do I add: '<smallcap>' "x" '</smallcap>' into this: var formatStyle04 = "$1.$2.$3 x $4"; //10 digit phone with extension to get the "x" for the extension to be small caps? Or somewhere else... or can it be done at all? Link to comment Share on other sites More sharing options...
ThomasLewis Posted September 7, 2012 Share Posted September 7, 2012 var formatStyle04 = "$1.$2.$3" + '<smallcap>' + " x " + '</smallcap>' + "$4"; Incidentally, Trajan Pro has smallcaps built in for the lowercase. Link to comment Share on other sites More sharing options...
sperry Posted September 7, 2012 Author Share Posted September 7, 2012 Thanks Thomas... that did the trick! Unfortunately, the Trajan i'm using doesn't have smallcaps built in, and Trajan Pro has the numbers smaller than the uppercase, which won't work for this design. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.