<$MTEntryBody$>これに
nl2br="xhtml"を加える。
<$MTEntryBody nl2br="xhtml"$> こうするとカスタムフィールドの文章に<br>が自動的に加わり改行される。
<$MTEntryBody$>これに
nl2br="xhtml"を加える。
<$MTEntryBody nl2br="xhtml"$> こうするとカスタムフィールドの文章に<br>が自動的に加わり改行される。
<table cellspacing="0" cellpadding="0"> <tr> <th>見出し</th> <td>コンテンツ</td> </tr> <tr> <th>見出し</th> <td>コンテンツ</td> </tr> </table>
<では無くて。。。CSSでやると ▼>
<style type="text/css">
table {
border-collapse: collapse;
}
</style>
<table>
<tr>
<th>見出し</th>
<td>コンテンツ</td>
</tr>
<tr>
<th>見出し</th>
<td>コンテンツ</td>
</tr>
</table>