KLGA
|
  |
| Joined: 19 Apr 2014 |
| Total Posts: 2571 |
|
|
| 05 Sep 2014 10:52 PM |
Sorry that this isn't about RBLX Lua, but I really don't know any other places on the internet to look.
So basically I have these two textboxes that should be lined up, but the text before them is different lengths so they do not line up evenly. One is slightly to the left of the other. How can I make these two boxes line up? |
|
|
| Report Abuse |
|
|
| |
|
lordrambo
|
  |
| Joined: 16 Jun 2009 |
| Total Posts: 20628 |
|
|
| 05 Sep 2014 10:53 PM |
| I would be glad to help you if I knew, but I don't, and I don't think you wil be able to find help here. |
|
|
| Report Abuse |
|
|
Tynezz
|
  |
| Joined: 28 Apr 2014 |
| Total Posts: 4945 |
|
|
| 05 Sep 2014 11:44 PM |
hmm try:
display:inline; and or:
padding-left:valuepx; padding-right:valuepx; padding-top:valuepx; padding-bottom:valuepx; |
|
|
| Report Abuse |
|
|
|
| 06 Sep 2014 12:00 AM |
You make no sense. Show code so we can understand better. Typically, these should just be wrapped in a DIV with text-align center. Input boxes are default display:inline-block; and are affected via text-align.
|
|
|
| Report Abuse |
|
|
KLGA
|
  |
| Joined: 19 Apr 2014 |
| Total Posts: 2571 |
|
|
| 06 Sep 2014 02:10 PM |
| @Dr I can't show the code, something in it is blocked by ROBLOX and I can't figure out what it is. |
|
|
| Report Abuse |
|
|
anaIyze
|
  |
| Joined: 29 May 2014 |
| Total Posts: 2048 |
|
| |
|
KLGA
|
  |
| Joined: 19 Apr 2014 |
| Total Posts: 2571 |
|
| |
|
anaIyze
|
  |
| Joined: 29 May 2014 |
| Total Posts: 2048 |
|
|
| 06 Sep 2014 02:54 PM |
| why don't you just get the length and multiplay that to duplicate it in listed order |
|
|
| Report Abuse |
|
|
L0cky2013
|
  |
| Joined: 30 Jul 2012 |
| Total Posts: 1446 |
|
|
| 06 Sep 2014 03:06 PM |
| That is the ugliest js I've seen in a while. |
|
|
| Report Abuse |
|
|
anaIyze
|
  |
| Joined: 29 May 2014 |
| Total Posts: 2048 |
|
| |
|
|
| 08 Sep 2014 11:09 PM |
Use this as your HTML. You need to wrap your elements to get control of them.
/4QBLbAcs |
|
|
| Report Abuse |
|
|
|
| 08 Sep 2014 11:14 PM |
Agentfirefox made a gui to html plug in
View it in my plugins |
|
|
| Report Abuse |
|
|