We can’t use CSS codes in new theme customization?
<style> tag is not yet supported. You can use limited CSS within style attribute on HTML elements though. Have a look how existing HTML themes are done.
Hi Again,
Can you tell me how to bring the company details right below the INVOICE text?
here is my code:
<tr> <td colspan="99"> <table style="margin-bottom: 20px"><tr> {% if business.logo != null %}<td style="text-align: left"><img src="{{ business.logo }}" style="max-height: 150px; max-width: 300px"></td>{% endif %} <td style="font-weight: bold; font-size: 32px;text-align:right;text-transform: uppercase;">{{ title }}</td> <td style="padding-left: 20px; width: 200px"> <div style="font-weight: bold">{{ business.name }}</div> <div>{{ business.address | newline_to_br }}</div> <div>{{ business.identifier }}</div> </td> <tr><td colspan="99"> <div style="border-top-width: 1px; border-color: #A9A9A9; font-size: 2px; padding:0.5px; background-color: #A9A9A9; color: #ffffff"> </div> </td></tr>

Thanks tho. I have achieved it .
Hi, just to check. The latest Manager still only support inline CSS ya? tag still not supported? Thanks.
What, specifically, do you mean by “tag still not supported?”