Skip to main content
mohammed2659
Participant
July 25, 2019
Question

Cover Page not displaying properly

  • July 25, 2019
  • 0 replies
  • 193 views

Hi All,

In Adobe Digital Edition 4.5.10, the cover page displaying as broken images in Windows and Cover page image continuous to next page in MAC.

Coding in HTML

<body class="cover">

<a id="cover"></a>

<img class="height" src="../images/xxxx" alt=""/>

</body>

CSS

body.cover {

    margin-top: 0em;

    margin-left: 0em;

    margin-right: 0em;

    margin-bottom: 0em;

    text-align: center;

    background-color: #000000;

}

img.height {

    height: 100%;

}

kindly provide your suggestion on this.

    This topic has been closed for replies.