Yes, we did some clean up and this page is no longer valid.
To do this you would have to use some CSS customization.
See: http://help.wildapricot.com/display/DOC/CSS+Customization
First you will need to identify the page ids of the pages for which you want to have different headers
See: http://help.wildapricot.com/display/DOC/Identifying+page+id
and then use CSS similar to this:
#PAGEID_328994 #idHeaderContainer .d4 {
background: url(/resources/pictures/signup.jpg);
height: 455px;
}
#PAGEID_408013 #idHeaderContainer .d4 {
background: url(/resources/pictures/contact.jpg);
height: 455px;
}
#PAGEID_508070 #idHeaderContainer .d4 {
background: url(/resources/pictures/press.jpg);
height: 455px;
}
You would also need to create /pictures folder and put all the images there.
You can do this in file manager: http://help.wildapricot.com/display/DOC/File+Management
Denys Zlobin
Helpful Apricot
http://www.wildapricot.com