When creating a template for Outlook, I encountered an issue where the logo appeared on the right and the link text was on the left, which is the opposite of what I wanted. How can this be resolved?
<center>
<table width="600px;" style="margin:auto auto;">
<tr style="left:auto">
<td>
Within this main table's td tag, the following tables are included. I have made sure that all tags are properly closed without missing any.
The code below pertains to the main table for the logo and link...
<table width="150px;" bgcolor="ffffff" cellpadding="0" cellspacing="0" align="left">
This code is for the link:
<td style="text-align:right;">
<a href="http://www.url.com" target="_blank">
<span style="font-family:Myriad Pro; color:#0d5497; font-size:20px; text-align:end; inline-box-align:last; left:auto" data->www.linkurl.com
</span>
</td>
I have tried using text-align, left:auto, right:auto in the <table>, <tr>, <td> levels accordingly but have not achieved the desired output.
Image of the current output in Outlook: