Possiblity to align the text in a button? - InfoPath Dev Sign in | Join | Help in Controls InfoPath (Entire Site) InfoPath Dev InfoPath Dev is dedicated to bringing you the information and tools you need to be successful in your Microsoft Office InfoPath development projects. Home Blogs Forums Photos Downloads InfoPath Dev » InfoPath » Controls » Possiblity to align the text in a button? Use our Google Custom Search for best site search results. Possiblity to align the text in a button? Last post 11-01-2010 08:32 AM by Potemkine. 3 replies. Page 1 of 1 (4 items) Sort Posts: Oldest to newest Newest to oldest Previous Next 11-01-2010 06:44 AM Gynnad Joined on 10-11-2010 Posts 16 Possiblity to align the text in a button? Reply Contact Hi, Is it possible to align the text in a button? Now it is always center, but I would like to make it to the right (for the tabsection). Thanks in advence! Gynnad 11-01-2010 07:06 AM In reply to Potemkine Joined on 06-21-2010 Posts 451 Re: Possiblity to align the text in a button? Mark as Not AnswerMark as Answer... Reply Contact Hi, I don't check it in details but a simple way to do that is to add some space on the beginning of your label. 11-01-2010 07:25 AM In reply to Gynnad Joined on 10-11-2010 Posts 16 Re: Possiblity to align the text in a button? Mark as Not AnswerMark as Answer... Reply Contact Yeah, that is a possiblity, but I don't think that's a nice possiblity to do it. I would love if there is another way to do this! 11-01-2010 08:32 AM In reply to Potemkine Joined on 06-21-2010 Posts 451 Re: Possiblity to align the text in a button? Mark as Not AnswerMark as Answer... Reply Contact Ok, the good way to do that is a little more complicated, you have to save your file as source file, edit your view.xsl find your button control and add some css to your button like: <input style="text-align: right;" ........> Page 1 of 1 (4 items) Copyright © 2003-2019 Qdabra Software. All rights reserved.View our Terms of Use.
Use our Google Custom Search for best site search results.
Hi,
Is it possible to align the text in a button? Now it is always center, but I would like to make it to the right (for the tabsection).
Thanks in advence!
Gynnad
Hi, I don't check it in details but a simple way to do that is to add some space on the beginning of your label.
Yeah, that is a possiblity, but I don't think that's a nice possiblity to do it. I would love if there is another way to do this!
Ok, the good way to do that is a little more complicated, you have to save your file as source file, edit your view.xsl find your button control and add some css to your button like:
<input style="text-align: right;" ........>