Pazman 32 Posted March 2, 2013 Report Share Posted March 2, 2013 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! Quote Link to post Share on other sites
J Bot 5 Posted March 21, 2013 Report Share Posted March 21, 2013 Looks like you are basically trying to emulate a UI stat monitor? In a UI Html, I beleive you need to do that in a DIV as follows: <div variable="#letter" fillwith="innertext">Status</div><br/>I don't think you can do that in a textarea unless perhaps you used javascript. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.