- Posts: 55
- Thank you received: 9
[Solved] Invoice Style
- Peter Kuhlmann
- Topic Author
- Offline
- Senior Member
-
Less
More
9 years 3 months ago - 9 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
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: 9 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
-
Less
More
- Posts: 55
- Thank you received: 9
9 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:
Anyway thanks.
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>
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
9 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.
Support
Documentation
Information
Copyright © 2025 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.