Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #27068

    I have a problem where the background image is not getting rendered in the generated PDF. Sending the HTML and the css

    HTML





    Page #1 test Page #2 Page #3 Page #4

    CSS

    body { font-family: arial; }
    h1 { background-color:#CCC; border: 1px solid; color:#39F; text-align: center; }
    table { background-color: #F60; border: 1px solid #39F; width: 100%; }
    td { border: 0px; text-align: center; }
    p { color:#09F; text-indent: 20px; }
    .iconRequiredRight{
    background-image: url(“asterisk.gif”);
    background-color: #cccccc;
    }

    #29868

    The actual version of PD4ML does not allow to apply background images to tags. Use

    instead (probably with “display: inline-block” style)

Viewing 2 posts - 1 through 2 (of 2 total)

The forum ‘HTML/CSS rendering issues’ is closed to new topics and replies.