Currently, I am in the process of creating a Wordpress website that will feature song lyrics in both English and Arabic side by side.
Here is an example page to give you an idea:
Upon visiting the example page, you will notice that the English lyrics are left-justified while the Arabic lyrics are right-justified. This formatting was manually achieved in the Wordpress CMS by adding the right align HTML tag to each row within the HTML table.
I am now wondering if there is a way to implement site-wide CSS that will automatically right-justify the right-hand column of all tables on the website. My searches online have not yielded any definitive solutions to this issue.
At the moment, the code I am using to right-justify the right column is as follows:
<td style="text-align: right;">