Can someone help me with an issue I'm facing? It seems simple, but I can't seem to figure it out.
I am looking for a way to maintain consistent spacing between words on multiple lines without using tables. Essentially, I want something like invisible tables.
For example:
01.01.1999 Text
02.01.1999 Text gdfgf
03.01.99 Text gfghdh
Any ideas on how to achieve this?
Note: The solution needs to work for each row separately as the data is delivered row by row via serverside scripts.