-4
我要插入一個HTML表格中的電子郵件模板是這樣的:HTML表格在Outlook模板
___________________________________________
| | | |
| | | |
|___________| |_______________|
| | | |
| | | |
|___________|_____________|_______________|
我不能弄明白......
<h2>Cell that spans two columns:</h2>
<table style="width:100%">
<tr>
<th>Name</th>
<th colspan="2">Telephone</th>
</tr>
<tr>
<td>Bill Gates</td>
<td>55577854</td>
<td>55577855</td>
</tr>
</table>
哪裏是你的代碼? –
可以給你製作該表的代碼,但是,它會希望看到你先試過的東西。 – Xariez
https://www.w3schools.com/html/html_tables.asp –