How to setup a HTML Signature in GS Invoice
Part 1 - Create HTML Signatures
I show the best way to create an HTML signature that can be used with GS Invoice.
- Learn a bit about HTML coding
- How to upload your logo in your Gmail™ that can be used in your signature
Part 2 - Create HTML Signatures from an existing signature
How to use your HTML signature in Gmail™ or how to get an existing HTML signature from Gmail™ to use into GS Invoice
- How to use your HTML signature in Gmail™
- How to use your HTML signature from Gmail™
Part 3 - Example of a HTML Signature
To create this html signature I used an online HTML editor.
The HTML code will render the following HTML signature.
GS Invoice
|
<table border="0" cellpadding="0" cellspacing="0"> <tbody> <tr> <td><img src="https://lh3.googleusercontent.com/d/1jHH5nX3hSMuKM3wATQO617RHVC8MeQdy" style="padding:10px" /></td> <td><strong>GS Invoice</strong> <table border="0" cellpadding="0" cellspacing="0"> <tbody> <tr> <td><strong>M:</strong> <a href="tel:5555555555" rel="noopener" target="_blank">5555 555 555</a></td> </tr> <tr> <td><strong>W:</strong> <a href="https://gsinvoice.com/" rel="noopener" target="_blank">gsinvoice.com</a></td> </tr> <tr> <td><strong>30 Example Street, Melbourne, 3000</strong></td> </tr> </tbody> </table> </td> </tr> </tbody> </table>