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

    For following HTML code:
    <dl><br /> <dt>term</dt><br /> <dd>definition</dd><br /> <dl>
    dd element appears in most of the browsers with indent.
    After rendering to PDF the same element is without indent.

    The question is: how to achieve in PDF similar view to HTML for that element.

    I’ve tried add in CSS something like below:
    DD {margin-left:40px;}
    but without success.

    Is the way to add indent in PDF output for DD element ?

    #28376

    The issue is not reproducible with v370

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

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