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

    Hi,

    I want to add listings to pdf documents. Html provides

      /

        for that.

        But also a user can add sub or subsub listing and so on. So I add HTML CSS code:
        [language=CSS:22jmz9g8]ol.list_iNQvgxANSh {
        counter-reset:list_iNQvgxANSh;
        list-style-type:none;
        }
        ol.list_iNQvgxANSh li:before {
        content: counter(list_iNQvgxANSh,decimal) “)”;
        counter-increment:list_iNQvgxANSh;
        }[/language:22jmz9g8]

        But the result ist a listing without ANY sign. Is :before and :after supported?

    #29872

    Unfortunately the current version of PD4ML supports almost nothing, from the CSS sample you sent.

    See http://pd4ml.com/css.htm

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

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