Larger Version

From DPWiki
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>Hidden Links Example</title>
  <style> /* <![CDATA[ */
.image-center
{
  text-align: center;
  margin: 2em auto;
}

.caption
{
  line-height: 1.5;
}

@media print
{
  .larger-version
  {
    display: none;
  }
}
  /* ]]> */ </style>
</head>

<body>

<div class="image-center">
  <img src="images/cromwell-thumb.jpg" width="265" height="300" alt=""/>
  <div class="caption">
    <big>Oliver Cromwell</big><br/>
    Green Levant—inlays of red and black leather. Decorative tooling in gold.
  </div>
  <div class="larger-version">
    [<a id="cromid" href="images/cromwell.jpg">See larger version</a>]
  </div>
</div>

</body>

</html>

Screenshot

Hiding links


To comment or request edits to this page, please contact jjz or windymilla.

Return to DP Official Documentation Menu