I am trying to use
objCofig.Footer.SetHtmlContent("urltothmlfooter");
this works fine except that my html footer contains a large image that is being cut off because the footer is too small to accommodate.
EDIT: I've also just noticed that although the header appears to be working with a large image, it is actually overlapping the main body. There doesn't seem to be a way to set the content area to accommodate large headers/footers.
Is there any way to change the footer height?
I am trying to use objCofig.Footer.SetHtmlContent("urltothmlfooter");
this works fine except that my html footer contains a large image that is being cut off because the footer is too small to accommodate.
EDIT: I've also just noticed that although the header appears to be working with a large image, it is actually overlapping the main body. There doesn't seem to be a way to set the content area to accommodate large headers/footers.