format html disclaimer
-
Hi,
i´m using the html disclaimer and would like to add at least a custom image, but also some custom css code.
Neither the image nor the css code will be loaded.Here is the code
<head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0"/> <title></title> <link rel="stylesheet" href="css/signatur.css" /> </head> <body> <p>-------------------------------------------</p> <img src="img/logo.png"> <p><h4>Title</h4></p> <p>Address line</p> <p>Address line 2</p> <p>20457 City</p> <p><br></p> <p>Mail: <a href="mailto:mail@example.com">mail@example.com</a> </p> <p>Tel: <a href="tel:123456789" title="123456789">123456789</a> </p> <p>Web: <a href="somelink ">www.example.com </a> </p> <p><a href="https://www.example.com/" target="_blank">Wir freuen uns auf Ihr Feedback!</a></p> </body> </html>
The image is located in a folder named “img” within the /etc/kopano/disclaimers folder and the css file in the same path but “css” folder.
All the textual parts of the disclaimer are working.
Hope that anybody can help me out.
Thanks!