I am building an admin page to update the settings on my web page, filling the form from my current database settings and submitting changes.
When i use the "<input type=text>" form object with the value set with the corresponding data on the database, any data containing spaces is only displayed up to the spaces, it works ok using "textarea" but i do not want the scroll bars associated with that.
Any help would be greatly appreciated.