私は tcpdf を使用しており、円を表示する必要があり、テキストは pdf の 1 つにある必要があります。以下のコードを試しましたborder-radius
が、動作しません
出力を下回っています
これは私が使用しているコードです
$html='<table width="100%" border="0" cellpadding="20px">
<tr>
<td><p><div style="width:15px;height:15px;background-color:#58d68d;border-radius:50px;margin-right:05px;"></div> Demo1</p></td>
<td><p><div style="width:15px;height:15px;background-color:#f5b041;border-radius:50px;margin-right:05px"></div> Demo2</p></td>
<td><p><div style="width:15px;height:15px;background-color:#e74c3c;border-radius:50px;margin-right:05px"></div> Demo3</p></td>
</tr>
</table>';