Problem showing in PDF- Template Module (SuiteCRM 8 Version )

Hi
I have created a template in the PDF module.
Template created successfully, but when I add “footer” for HTML Coding, the 'Update" option get disappears.

Missign header

Missing Footer also

<!DOCTYPE html>
<html>
<head>
<style>
.all-browsers {
  margin: 0;
  padding: 5px;
  background-color: lightgray;
}

.all-browsers > h1, .browser {
  margin: 10px;
  padding: 5px;
}

.browser {
  background: white;
}

.browser > h2, p {
  margin: 4px;
  font-size: 90%;
}

footer {
  text-align: center;
  padding: 3px;
  background-color: DarkSalmon;
  color: white;
}
</style>
</head>
<body>

<footer>
  <p>Author: Hege Refsnes<br>
  <a href="www.store.outrightcrm.com">text@example.com</a></p>
</footer>

</body>
</html>

Please suggest…

Is there any way to directly share the PDF file with another client?