I am looking to right justified texts within a table. Can this be done with CSS or Java?
I am looking to right justified texts within a table. Can this be done with CSS or Java?
Are you looking to right justify all text within all tables?
copy/paste this into CSS:
td input {margin:auto; text-align:right; }
If you're just looking to right justify certain cells, try this in the CSS field:
#q91 td input {margin:auto; text-align:right;}
let me know if you have any questions, but that should hopefully work.
This works with the form is being filled out but reverts back to the left when the form has been submitted and is being shown for final review.
How do you make it remain right justified?
Is there a solution for this issue? I'd like to keep the right alignment I have in my fields, but upon saving to the repository (in PDF or TIFF) they revert to left aligned.
Thanks!
I'm having the same issue here. After submission the input defaults back to left alignment. It's pretty strange. Is there any solution to this?
Thank you!