i would like to use the font color here. but seems don't know where to put the code for :
<html>
<tr>
<td style="padding-left: 5px;"> 11.15 - 12.00 </td>
<td style="padding-left: 5px; padding-bottom:3px;"> <b> TEST </b><br/></td>
</tr>
</html>
To set the font colour, just set the color attribute in the style:
<table>
<tr>
<td style="padding-left: 5px;
padding-bottom:3px;
color:#FF0000;
font-weight:bold">TEST</td>
</tr>
</table>
This will render the word TEST in red.
<html>
<tr>
<td style="padding-left: 5px; color: blue;"> 11.15 - 12.00 </td>
<td style="padding-left: 5px; padding-bottom:3px; color: green;"> <b> TEST </b><br/></td>
</tr>
</html>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With