Hello everybody, I am trying to make a textbox look "nicely formatted". I ask the user for their name, and their Date of birth (separated by "tab"). I am separating the inputs by a newline. What's happening is if somebody's name is much longer than somebody else's, the tabbing becomes different between the two inputs, thus making the textbox look unorganized. Any ideas of how I can assign coordinate positions for each variable, or any other ideas ? Thanks for your help in advance!