Page 1 of 1

Adding pictures to web checkin pages

Posted: Sat Jul 10, 2021 11:14 am
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?

Re: Adding pictures to web checkin pages

Posted: Mon Jul 12, 2021 8:59 am
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\.