Last active
November 23, 2017 17:52
-
-
Save cossssmin/8ee24e6df1492c3a1385a28c12faf625 to your computer and use it in GitHub Desktop.
Pine Alert With Background Colour
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<table align="center" cellpadding="0" cellspacing="0" role="presentation" width="100%"> | |
<tr> | |
<td bgcolor="#0099E5" style="color: #FFFFFF; padding: 15px 30px;"> | |
This is an alert with background colour | |
</td> | |
</tr> | |
</table> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment