Adding pictures to web checkin pages

The PowerChurch Check In system is an add-on product that works along side PowerChurch Plus to provide you an affordable and easy to use Check In system.

Moderators: Moderators, Tech Support

Post Reply
rtinsky
Posts: 3
Joined: Wed Mar 07, 2012 4:08 pm

Adding pictures to web checkin pages

Post by rtinsky »

How do I add pictures to the check web pages? I have be able to modify the header file to display the text that I want, but when I add pictures in the image file they just show up as a place holder. Anyone else try to add their church logo to the checkin page?

Zorak
Tech Support
Tech Support
Posts: 3006
Joined: Thu May 13, 2004 9:59 am
Location: PowerChurch Software
Contact:

Re: Adding pictures to web checkin pages

Post by Zorak »

You can add the following HTML code somewhere into the header.html file:

Code: Select all

<img src="images/logo.png">
The "src" should be set to the relative path from this file (header.html) to the image file. In this case, we dropped a file called logo.png into Themes\Default\Images\.

Post Reply