Displayed Cover
Jump to navigation
Jump to search
DP Official Documentation - Post-Processing and Post-Processing Verification
Code
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="UTF-8" /> <title>Displayed Cover Image Example</title> <link rel="icon" href="images/cover.jpg" type="image/x-cover" /> <style> /* <![CDATA[ */ .image-center { text-align: center; margin: 2em auto; } #coverpage { border: 1px solid black; } /* ]]> */ </style> </head> <body> <div class="image-center"> <img id="coverpage" src="images/cover.jpg" alt="Book cover"/> </div> </body> </html>
Screenshot
To comment or request edits to this page, please contact jjz or windymilla.