Search the Community
Showing results for tags 'spinning'.
-
So I'm trying to to spin text with 3 different variables using $spin ex: {My {#variable1} | Your {#variable2} | His {#variable3}} It seems like having curly braces within curly braces is breaking the variable so it shows as text ex: your #variable or His #variable would appreciate any help, thanks
-
Anyone know how to spin a variable within UI HTML? Can't seem to get the code right. Here is the code I'm working with: <center><font style="font-family: Georgia; font-size: 18; color: #000000;"></font><br><textarea variable="#letter" placeholder="Please hold while we retrieve your letters" style=" background: #FFFFFF; width: 650px; height: 500px; border: 2px outset #000000;"></textarea></center> Thanks!