Home > HTML Tags

HTML Tags

  • Last Modified: 2009.03.09 Mon 18:07

写真

■写真(3:2、自分のサーバ、リンク付き)
<a href="<$MTBlogURL$>photo/m.jpg" target="_blank"><img alt="" src="<$MTBlogURL$>photo/thumbnail/s.jpg" width="240" height="180" /></a>

■写真(3:2、自分のサーバ)
<img alt="" src="<$MTBlogURL$>photo/" width="240" height="180" />

■写真(Xacti4M 2288*1712→572*428、自分のサーバ、リンク付き)
<a href="<$MTBlogURL$>photo/m.jpg" target="_blank"><img alt="" src="<$MTBlogURL$>photo/thumbnail/s.jpg" width="286" height="214" /></a>

■写真(Xacti4M 2288*1712→572*428、自分のサーバ)
<img alt="" src="<$MTBlogURL$>photo/" width="286" height="214" />

■写真(リンク付き)
<a href="" target="_blank"><img alt="" src="" width="" height="" /></a>


修飾

■太字
<b></b>
<strong></strong>

■訂正
<s></s>

■強調
<div class="box">
<br />
<br />
</div>

■コード(<br />は不要、タグはそのまま解釈される、<>を使いたいときは&lt;、&gt;を使う)
<pre><code>ここから書き始める
&lt;
&gt;
</code></pre>

■引用(写真、記事付き)
<img alt="" src="" width="" height="" />

<blockquote cite="" title="">


<cite><a href="" target="_blank"></a></cite>

</blockquote>

■エントリー内表題
<h4></h4>

■エントリー内更新日時表示
<$MTEntryModifiedDate format="%Y/%m/%d %H:%M"$> 更新


リスト

■番号なしリスト(リストの羅列)
<ul class="ul">
<li><strong></strong></li>
<li></li>
</ul>

<ol class="ol">
<li><strong></strong></li>
<li></li>
</ol>

■番号なしリスト(リスト項目に注記あり)
<ul class="uldl">
<li><dl>
<dt></dt>
<dd></dd>
</dl></li>
<li><dl>
<dt></dt>
<dd><br />
<br /><br /></dd>
</dl></li>
<li><dl>
<dt></dt>
<dd><br />
</dd>
</dl></li>
</ul>


■表
<table>
<col />
<col />
<col />
<col />
<col />
<tr>
<th colspan=2></th>
<th></th>
<th></th>
<th></th>
</tr>
<tr>
<td colspan=2></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td rowspan=2></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
</table>

■表(CSS無視のスタイル付き)
<table border="1" cellspacing="1" align="center">
<tr>
<td nowrap align="center" bgcolor="#C0C0C0"><b></b></td>
<td nowrap align="center" bgcolor="#C0C0C0"><b></b></td>
<td nowrap align="center" bgcolor="#C0C0C0"><b></b></td>
<td nowrap align="center" bgcolor="#C0C0C0"><b></b></td>
</tr>
<tr>
<td nowrap bgcolor="#C0C0C0"><b></b></td>
<td nowrap ></b></td>
<td nowrap align="right"></td>
<td nowrap align="right"></td>
</tr>
</table>


Movable Type

■テンプレート
メインインデックス index_main
アーカイブインデックス index_archive
ブログ記事 individual_entry
ブログ記事リスト - カテゴリーアーカイブ index_archive_category
ブログ記事リスト - 日別アーカイブ index_archive_datebased
コメントプレビュー system_comment_preview
コメント完了 system_comment_complete
検索結果 system_search

<MTIf name="tempName" eq="index_main"></MTIf>
<MTIf name="tempName" eq="index_archive"></MTIf>
<MTIf name="tempName" eq="individual_entry"></MTIf>
<MTIf name="tempName" eq="index_archive_category"></MTIf>
<MTIf name="tempName" eq="index_archive_datebased"></MTIf>


Links

■数値文字参照変換スクリプト
http://www.phezzan.net/nelii/blog/num.html

Information