Forum How do I...?

Footers and footer images

CPS1922
Please excuse my lack of knowledge. I am posting this request on behalf of a developer we are working with.

We are currently working on designing a template that would include a footer image on the last page of the print output and page numbering/titling on all the previous pages. From what I understanding, he can't make one work with the other in place.

This is the code form the template. At the moment it only includes the image content.

</div>{!-- /.main-content --}

<footer>

<div class="copyright-block">

<p>{lv_cps_meta_alsoavailable_{user_language}} http://www.cps.ca<br/>
&copy; {lv_cps_meta_orgname_{user_language}} {current_time format="%Y"}</p>

<p>{lv_cps_utilitytext_statementscopyright_{user_language}}</p>

<p>{lv_cps_utilitytext_statementsdisclaimer_{user_language}}</p>

</div>

</footer>

Any help would be appreciated.
mikeday
What CSS are you currently applying to the footer?