This is the code snippet I am currently working with:
<table>
<tr>
<td> </td>
<td>
<a id="btnAutoSuggest">Suggest Title</a>
<a id="btnOK">OK</a>
<a id="btnCancel">Cancel</a>
</td>
</tr>
</table>
My goal is to align the OK and Cancel buttons to the right. Can anyone provide guidance on how to achieve this? If needed, I have created a plunker to showcase the issue.