Email 2.0 mktoList with Commas IN the variable
I'm trying to code a font-family in a variable list, but I'm running into some syntax errors...
utilizing the variable:
<meta class="mktoList" id="defaultfontGeorgia" mktoName="Font" default="Georgia" values="TrebuchetMS,Georgia,Arial,ProximaNova">
Now, technically the font-family for Georgia is: "Georgia,Times,Times New Roman,serif"
But I can't seem to nest a comma-separated list within the value options, which is already a value-separated list. Is there an escape character I can use?
Anyone know?