Horizontally Centre a Custom Liquid Button in a Container using Custom CSS or alter HTML code
I have the following custom liquid button: <table> <tbody> <tr> <td colspan="2" align="center"><input type="image" src="https://my.payfast.io/images/buttons/Subscribe/Dark-Large-Subscribe.png" alt="Subscribe" title="Subscribe with Payfast" /></td> </tr> </tbody> </table> I have been trying for days to read previous posts on how to horizontally center this button…