Page 1 of 1

Print StyleSheet for PDF Generation

Posted: Thu Nov 12, 2009 11:19 pm
by lunarpig
Hi. I'm running CMS Made Simple 1.6.6 "Bonde". I'm using PHP 5.2.9, and MySQL 5.0.81. This is all working with Apache 1.3.41 running on Linux 2.6.18-164.2.1.el5PAE.

For PDF generation under the "Printing" extension, the "Override print stylesheet" does not seem to be picking up the styles that are added (using standard CSS syntax). Other than custom formatting, the PDF is getting generated without error.

For example:

Code: Select all

.productTable th {
	background-color: #c6cdd7;
	font-weight: bold;
	text-align: left;
	padding: 5px;
	}
Is this a known issue?