13. How Do I Place an Image in the Header?

You can place an image in the header (or any other generated content) by using the CSS function "url()", e.g.:

content: url(http://mydomain/images/headerimage.svg);