Could it be a problem that my virtual server does not have internet access?
Send me a private message with your skype user to add you as soon as possible
Hi
If you want to hide a specific row of a table, you can try a CSS :nth-child pseudo-class approach...
Add this simple code to your template; Adapt if necessary.
Code:
.printouttable tr:last-child { display:none}
Dont' forget to clear your browser cache before testing.