[Solved] Invoice Style

  • Peter Kuhlmann
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
8 years 3 months ago - 8 years 3 months ago #74881 by Peter Kuhlmann
[Solved] Invoice Style was created by Peter Kuhlmann
Hi there,
I want to have a more professional looking invoice.
How can I change the invoice layout and is it possible to add an external css file for table styling?
Possible to use inline css style with "tcpdf"?
Greetings Peter
Last edit: 8 years 3 months ago by Peter Kuhlmann.

Please Log in or Create an account to join the conversation.

  • Peter Kuhlmann
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
8 years 3 months ago #74930 by Peter Kuhlmann
Replied by Peter Kuhlmann on topic Invoice Style
I have fixed the problem by myself.
For invoice table style you can´t use any external css style you have to use "inline styles" like this below:
Code:
<table style="background-color:#FFFFCC;border:1px solid #FFCC00;color:#000000;width:100%" cellpadding="10" cellspacing="5"> <tr> <td>Table Cell</td> <td>Table Cell</td> </tr>
Anyway thanks.

Please Log in or Create an account to join the conversation.

More
8 years 3 months ago #74941 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Invoice Style
Thanks for sharing the information Peter.

Please Log in or Create an account to join the conversation.