Rank: Newbie Groups: Member
Joined: 2/24/2013 Posts: 2
|
Hello,
I'm using HTMLtoPDF and thins are going pretty well. The problem is that the stylesheet I'm using doesn't seem to be applied to the footer/header HTML?
I've tried putting a link to it right in the footer HTML but this doesn't seem to be doing the trick?
Is there something I'm missing, can stylesheets be used with Headers/Footers?
Cheers
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi,
The header and footer is not a part of the main document so it does not share the main document style sheet. As such you will have to use inline CSS for them. For example, you can set header html to "<div style='color:red'>header</div>" instead of just "header" to render the header text as read.
Thanks!
|