How to add banner?
Put the image in /usr/share/koha/opac/htdocs , apply following command in a terminal.
mv header.jpg /user/share/koha/opac/htdocs
Get the link of the image.
Open Koha and go to System Preferences > OPAC > opacheader
Apply the HTML code to display header image,
<img src="http://domainname/header.jpg"/>
Put the image in /usr/share/koha/opac/htdocs , apply following command in a terminal.
mv header.jpg /user/share/koha/opac/htdocs
Get the link of the image.
Open Koha and go to System Preferences > OPAC > opacheader
Apply the HTML code to display header image,
<img src="http://domainname/header.jpg"/>
No comments:
Post a Comment