Viewing 1 post (of 1 total)
  • Author
    Posts
  • #26534

    Hi,

    I’m currently working with PD4ML (3.5.1 Pro) for Java.
    Here is my issue:

    I have a class with CSS properties about background:

    .ui-widget-header{<br /> background: url(http://php.dsi.intra.foncia.net/devche/mantis-log/resources/foncia/images/ui-bg_gloss-wave_45_4779c0_500x100.jpg) 50% 50% repeat-x;<br /> }

    When I try to render a HTML content into a PDF file, the background image doesn’t appear.
    With the debug mode, I can see that the file is sucessfully reached:

    image not yet in cache: http://php.dsi.intra.foncia.net/devche/mantis-log/resources/foncia/images/ui-bg_gloss-wave_45_4779c0_500x100.jpg<br /> not yet in cache: http://php.dsi.intra.foncia.net/devche/mantis-log/resources/foncia/images/ui-bg_gloss-wave_45_4779c0_500x100.jpg<br /> image size: 4037

    I’ve tried with the last eval version (3.7.1) but the result is the same.
    Do I have miss something in my process?

    Any help would be appreciate.
    Clemiou

Viewing 1 post (of 1 total)

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