我们有以下代码将图像插入网页。将多个添加到表中,然后替换##ATTACHIMAGE。但图像被分成两页。我怎样才能防止这种图像分裂?
static string _img = @"<tr style=""page-break-inside: avoid;height:800px ; margin-top:150px;"">
<td style="" width: 800px;page-break-inside: avoid!important; "">
<img width=""800"" height=""750"" alt=""image"" src=""##ATTACHIMAGE"">
</br>
</td>
</tr>";