I need to align the table content to match the Arabic contact and for the row to begin on the right side of the page. I managed to align the image to the left side but the company information itself won't be aligned to the right. the text itself is aligned to the right but the whole is at the most left side next to the image.
.companyInfo{ background-color: red;}.companyLogo{ background-color: yellow;}
<body><table dir="rtl"><tr height="100px"><td class="companyInfo">اسمالشركه</td> <td class="companyLogo"><img src="https://internetmarketingteam.com/wp-content/uploads/2017/05/url-web-address-300x300.png" /></td></tr></table></body>
I tried to have each os col-span=4, tried to give them width of 50% each but none of these are working