I would like to display the First name and First letter of Last name, so something like this
Bob B.
John M
Mark H.
But if I simply take two text element and connect them to the first name and last name from the database. the problem is that each person’s name has a different number of characters, so it’s hard to judge where to place the last name text element?
So the result current looks like
Bob B.
John M.
Mark H.
How can i sort this out?