列出tcpdf中的样式图像

时间:2014-04-11 09:21:52

标签: php tcpdf

如何将list-style-image属性设置为在tcpdf中列出?以下是我的代码

<style>
  .content{
    color: #111;
    font-size:12px;
    font-weight:normal;
  }
  .title{
    color: #3e3e3e;
    font-size:14px;
    font-weight:bold;
  }
  ol,ul{
    list-style-image: url('images/leaf_icon.jpg');
  }
</style>

title and content divs获取css但不在ol,ul

知道如何实现这个目标吗?

1 个答案:

答案 0 :(得分:1)

我发现这个set list-style-image属性列在tcpdf中:

<style>
    ul{
        list-style-type:img|jpg|1|1|path/to/file/li_puce.jpg;
    }
</style>

型| IMAGE_TYPE | size_x | size_y | path_file

抱歉我的英文