I am inserting a dataframe into an HTML MIME email that I am sending out. Some columns need to be left aligned, and others need to be right aligned. I have gone through various posts, and it seems the only option is to use CSS. Before I commit to this method, can anyone tell me if there is an easier, more practical method of aligning the various columns?
So far the best answer I've found that uses CSS is https://stackoverflow.com/a/50939211/9414465