Jump to content
UBot Underground

Variable Spinning Within a UI HTML Window - Is this even possible?


Recommended Posts

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!

Link to post
Share on other sites
  • 3 weeks later...

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.

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...