Print StyleSheet for PDF Generation

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
User avatar
lunarpig
Forum Members
Forum Members
Posts: 11
Joined: Thu Nov 12, 2009 10:56 pm

Print StyleSheet for PDF Generation

Post 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?
Last edited by lunarpig on Fri Nov 13, 2009 12:47 am, edited 1 time in total.
Post Reply

Return to “Layout and Design (CSS & HTML)”