How to Make the Border Equal 0 in a Gmail Signature
Gmail is a free, Web-based email service provided by Google. Gmail allows you to send email messages with personalized signatures, or short notes at the end of an email. Each email you send will contain the signature, but you have the ability to edit or delete the text of the signature when you send individual emails. Although Gmail adds a border around signatures by default, you can use HTML Web programming code to setting the border to zero.
Instructions
-
-
1
Log in to your Gmail account. Click the gear icon in the top right corner of the screen and click "Mail settings" from the menu that appears.
-
2
Scroll down the page until you get to the Signature section.
-
-
3
Enter the following code into the signature text box:
<table border="0">
<tr>
<td>TEXT HERE</td>
</tr>
</table>
Replace "TEXT HERE" with the text you want to appear in your signature. -
4
Click the "Save Changes" button at the bottom of the page. The borderless signature will appear on all subsequent emails you send.
-
1