Can someone please help me to change font color, this is customized HTML tax invoice
Here is the code used…
<left>Original for the Recipient</left>
<center><h3><color="blue">TAX INVOICE</h3><center>
<table width=100% height=100% border=1>
<tr>
<td width=30% rowspan=3>
Here is the screen shot
![color](https://discuss.frappe.io/uploads/default/original/3X/6/2/62f88943882f5adde7b90c0a9b6a4ad2b47344df.jpeg)
NCP
2
Please apply it.
<center><h3 style="color:blue;">TAX INVOICE</h3><center>
reload and check it.
Thanks.
@NCP No sir, its not working
NCP
4
again please check. @Santhosh_Aerotek,
Something missing tag in your print format.
because it’s working on my side.
NCP
5
Otherwise apply it.
<h3 style="color:blue; text-align:center;">TAX INVOICE</h3>
Remove <center>
tag.