Looking to create a web page with a full-page image overlap? I've been struggling with my current code as the image is not displaying properly.
If anyone has any tips or advice, it would be greatly appreciated!
HTML Code
<html>
<head>
<link rel="stylesheet" href="/media/themes/txt/css/record_keeper/training_report.css" />
</head>
<body style="position:relative;">
<div class="content">
<p>Content here</p>
</div>
<img src="/media/images/record_keeper/lines.jpg" style="z-index:10; position:relative;">
</body>
</html>