<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>FAQ &#187; 投稿者</title>
	<atom:link href="http://tenman.info/labo/manual/category/%e6%a8%a9%e9%99%90/%e6%8a%95%e7%a8%bf%e8%80%85/feed/" rel="self" type="application/rss+xml" />
	<link>http://tenman.info/labo/manual</link>
	<description>Just another 仙台入門new weblog</description>
	<lastBuildDate>Fri, 20 Aug 2010 09:14:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>htmlソースを記述する　記法</title>
		<link>http://tenman.info/labo/manual/2009/06/05/html%e3%82%bd%e3%83%bc%e3%82%b9%e3%82%92%e8%a8%98%e8%bf%b0%e3%81%99%e3%82%8b%e3%80%80%e8%a8%98%e6%b3%95/</link>
		<comments>http://tenman.info/labo/manual/2009/06/05/html%e3%82%bd%e3%83%bc%e3%82%b9%e3%82%92%e8%a8%98%e8%bf%b0%e3%81%99%e3%82%8b%e3%80%80%e8%a8%98%e6%b3%95/#comments</comments>
		<pubDate>Fri, 05 Jun 2009 01:10:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[寄稿者]]></category>
		<category><![CDATA[投稿者]]></category>
		<category><![CDATA[管理者]]></category>
		<category><![CDATA[編集者]]></category>
		<category><![CDATA[編集作業]]></category>
		<category><![CDATA[記法]]></category>

		<guid isPermaLink="false">http://tenman.info/labo/manual/?p=876</guid>
		<description><![CDATA[html ソースそのものを記述するときは、行頭にcode:と記述します。 &#60;html&#62; aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa [...]]]></description>
			<content:encoded><![CDATA[

<p>html ソースそのものを記述するときは、行頭にcode:と記述します。</p>

<pre id="presouce-post-8761">

<code title="line1">&lt;html&gt;</code>
<code title="line2">aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa</code>
<code>aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa</code>
<code>aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa</code>
</pre>

<p>この記法で記述するソースは、自動的に折りかえされます。<br />
ラップ幅の変更は、text2html　プラグイン定数　TEXTTOHTML_CODE_WRAP_WIDTH を確認してください。</p>

]]></content:encoded>
			<wfw:commentRss>http://tenman.info/labo/manual/2009/06/05/html%e3%82%bd%e3%83%bc%e3%82%b9%e3%82%92%e8%a8%98%e8%bf%b0%e3%81%99%e3%82%8b%e3%80%80%e8%a8%98%e6%b3%95/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>文字や画像を右に寄せる　記法</title>
		<link>http://tenman.info/labo/manual/2009/06/05/%e6%96%87%e5%ad%97%e3%82%84%e7%94%bb%e5%83%8f%e3%82%92%e5%8f%b3%e3%81%ab%e5%af%84%e3%81%9b%e3%82%8b%e3%80%80%e8%a8%98%e6%b3%95/</link>
		<comments>http://tenman.info/labo/manual/2009/06/05/%e6%96%87%e5%ad%97%e3%82%84%e7%94%bb%e5%83%8f%e3%82%92%e5%8f%b3%e3%81%ab%e5%af%84%e3%81%9b%e3%82%8b%e3%80%80%e8%a8%98%e6%b3%95/#comments</comments>
		<pubDate>Fri, 05 Jun 2009 00:41:15 +0000</pubDate>
		<dc:creator>php</dc:creator>
				<category><![CDATA[寄稿者]]></category>
		<category><![CDATA[投稿者]]></category>
		<category><![CDATA[管理者]]></category>
		<category><![CDATA[編集者]]></category>
		<category><![CDATA[編集作業]]></category>
		<category><![CDATA[記法]]></category>

		<guid isPermaLink="false">http://tenman.info/labo/manual/?p=874</guid>
		<description><![CDATA[右に配置 画像ファイルへのURIだけを記述した場合は、原寸で画像表示します。 右:]]></description>
			<content:encoded><![CDATA[

<div id="divright-post-8741">

<p style="text-align:right;">右に配置</p>

</div>

<p>画像ファイルへのURIだけを記述した場合は、原寸で画像表示します。</p>

<pre id="presouce-post-8741">

<code title="line1">右:<img src="http://tenman.info/images/pen.jpg" width="160" height="120" class="picture" alt="" /></code>
</pre>

<div id="divright-post-8742">

<p style="text-align:right;"><img src="http://tenman.info/images/pen.jpg" width="160" height="120" class="picture" alt="" /></p>

</div>

]]></content:encoded>
			<wfw:commentRss>http://tenman.info/labo/manual/2009/06/05/%e6%96%87%e5%ad%97%e3%82%84%e7%94%bb%e5%83%8f%e3%82%92%e5%8f%b3%e3%81%ab%e5%af%84%e3%81%9b%e3%82%8b%e3%80%80%e8%a8%98%e6%b3%95/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>文字や画像を中央に配置　記法</title>
		<link>http://tenman.info/labo/manual/2009/06/05/%e6%96%87%e5%ad%97%e3%82%84%e7%94%bb%e5%83%8f%e3%82%92%e4%b8%ad%e5%a4%ae%e3%81%ab%e9%85%8d%e7%bd%ae%e3%80%80%e8%a8%98%e6%b3%95/</link>
		<comments>http://tenman.info/labo/manual/2009/06/05/%e6%96%87%e5%ad%97%e3%82%84%e7%94%bb%e5%83%8f%e3%82%92%e4%b8%ad%e5%a4%ae%e3%81%ab%e9%85%8d%e7%bd%ae%e3%80%80%e8%a8%98%e6%b3%95/#comments</comments>
		<pubDate>Thu, 04 Jun 2009 23:20:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[寄稿者]]></category>
		<category><![CDATA[投稿者]]></category>
		<category><![CDATA[管理者]]></category>
		<category><![CDATA[編集者]]></category>
		<category><![CDATA[スタイル]]></category>
		<category><![CDATA[編集作業]]></category>
		<category><![CDATA[記法]]></category>

		<guid isPermaLink="false">http://tenman.info/labo/manual/?p=864</guid>
		<description><![CDATA[真ん中に配置 画像ファイルへのURIだけを記述した場合は、標準画像幅[0]で画像表示します。 中央:http://f.hatena.ne.jp/images/fotolife/t/tenman/20090506/2009 [...]]]></description>
			<content:encoded><![CDATA[

<div id="divcenter-post-8641">

<p style="text-align:center;">真ん中に配置</p>

</div>

画像ファイルへのURIだけを記述した場合は、標準画像幅<a class="foot-note" href="#foot-note-0" name="anchor-foot-note-0" id="anchor-foot-note-0" title="脚注へ移動">[0]</a>で画像表示します。

<pre id="presouce-post-8641">

<code title="line1">中央:http://f.hatena.ne.jp/images/fotolife/t/tenman/20090506/20090506114932.png</code>
</pre>

<div id="divcenter-post-8642">

<p style="text-align:center;">http://f.hatena.ne.jp/images/fotolife/t/tenman/20090506/20090506114932.png</p>

</div>

<ul class="foot-note-post-864"><li>

<div>

<a href="#anchor-foot-note-0" name="foot-note-0" id="foot-note-0">[0]</a>標準画像幅は、定数TEXTTOHTML_DEFAULT_IMAGE_WIDTH

</div>

</li></ul>

]]></content:encoded>
			<wfw:commentRss>http://tenman.info/labo/manual/2009/06/05/%e6%96%87%e5%ad%97%e3%82%84%e7%94%bb%e5%83%8f%e3%82%92%e4%b8%ad%e5%a4%ae%e3%81%ab%e9%85%8d%e7%bd%ae%e3%80%80%e8%a8%98%e6%b3%95/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>画像を好きなサイズに指定する記法</title>
		<link>http://tenman.info/labo/manual/2009/06/05/%e7%94%bb%e5%83%8f%e3%82%92%e5%a5%bd%e3%81%8d%e3%81%aa%e3%82%b5%e3%82%a4%e3%82%ba%e3%81%ab%e6%8c%87%e5%ae%9a%e3%81%99%e3%82%8b%e8%a8%98%e6%b3%95/</link>
		<comments>http://tenman.info/labo/manual/2009/06/05/%e7%94%bb%e5%83%8f%e3%82%92%e5%a5%bd%e3%81%8d%e3%81%aa%e3%82%b5%e3%82%a4%e3%82%ba%e3%81%ab%e6%8c%87%e5%ae%9a%e3%81%99%e3%82%8b%e8%a8%98%e6%b3%95/#comments</comments>
		<pubDate>Thu, 04 Jun 2009 23:17:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[寄稿者]]></category>
		<category><![CDATA[投稿者]]></category>
		<category><![CDATA[管理者]]></category>
		<category><![CDATA[編集者]]></category>
		<category><![CDATA[スタイル]]></category>
		<category><![CDATA[編集作業]]></category>
		<category><![CDATA[記法]]></category>

		<guid isPermaLink="false">http://tenman.info/labo/manual/?p=859</guid>
		<description><![CDATA[画像のURIの直後に?w=数字h=数字alt=簡単な説明(区切りはスペース) http://f.hatena.ne.jp/images/fotolife/t/tenman/20090506/20090506114932. [...]]]></description>
			<content:encoded><![CDATA[

<p>画像のURIの直後に?w=数字h=数字alt=簡単な説明(区切りはスペース)</p>

<pre id="presouce-post-8591">

<code title="line1">http://f.hatena.ne.jp/images/fotolife/t/tenman/20090506/20090506114932.png?</code>
<code>w=200h=200alt=ゆがんだサイズ</code>
</pre>

<img src="http://f.hatena.ne.jp/images/fotolife/t/tenman/20090506/20090506114932.png" width="200" height="200" class="picture" alt="ゆがんだサイズ" />

]]></content:encoded>
			<wfw:commentRss>http://tenman.info/labo/manual/2009/06/05/%e7%94%bb%e5%83%8f%e3%82%92%e5%a5%bd%e3%81%8d%e3%81%aa%e3%82%b5%e3%82%a4%e3%82%ba%e3%81%ab%e6%8c%87%e5%ae%9a%e3%81%99%e3%82%8b%e8%a8%98%e6%b3%95/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>画像を表示する一番簡単な方法</title>
		<link>http://tenman.info/labo/manual/2009/06/04/%e7%94%bb%e5%83%8f%e3%82%92%e8%a1%a8%e7%a4%ba%e3%81%99%e3%82%8b%e4%b8%80%e7%95%aa%e7%b0%a1%e5%8d%98%e3%81%aa%e6%96%b9%e6%b3%95/</link>
		<comments>http://tenman.info/labo/manual/2009/06/04/%e7%94%bb%e5%83%8f%e3%82%92%e8%a1%a8%e7%a4%ba%e3%81%99%e3%82%8b%e4%b8%80%e7%95%aa%e7%b0%a1%e5%8d%98%e3%81%aa%e6%96%b9%e6%b3%95/#comments</comments>
		<pubDate>Thu, 04 Jun 2009 10:23:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[寄稿者]]></category>
		<category><![CDATA[投稿者]]></category>
		<category><![CDATA[管理者]]></category>
		<category><![CDATA[編集者]]></category>
		<category><![CDATA[スタイル]]></category>
		<category><![CDATA[編集作業]]></category>
		<category><![CDATA[記法]]></category>

		<guid isPermaLink="false">http://tenman.info/labo/manual/?p=856</guid>
		<description><![CDATA[画像のURLだけを記述した場合 http://f.hatena.ne.jp/images/fotolife/t/tenman/20090506/20090506114932.png http://f.hatena.ne. [...]]]></description>
			<content:encoded><![CDATA[

<h3 id="h3-post-8561">画像のURLだけを記述した場合</h3>

<pre id="presouce-post-8561">

<code title="line1">http://f.hatena.ne.jp/images/fotolife/t/tenman/20090506/20090506114932.png</code>
</pre>

<p>http://f.hatena.ne.jp/images/fotolife/t/tenman/20090506/20090506114932.png</p>

<p>画像の実際の寸法でリンクします。</p>

<p>この記述は、画像のサイズにかかわらず常に一定のサイズで表示されます。</p>

<p>このサイズの調整は、text2htmlプラグイン定数TEXTTOHTML_DEFAULT_IMAGE_WIDTHをご確認ください</p>

]]></content:encoded>
			<wfw:commentRss>http://tenman.info/labo/manual/2009/06/04/%e7%94%bb%e5%83%8f%e3%82%92%e8%a1%a8%e7%a4%ba%e3%81%99%e3%82%8b%e4%b8%80%e7%95%aa%e7%b0%a1%e5%8d%98%e3%81%aa%e6%96%b9%e6%b3%95/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>リンク画像のサムネール自動作成</title>
		<link>http://tenman.info/labo/manual/2009/06/04/%e3%83%aa%e3%83%b3%e3%82%af%e7%94%bb%e5%83%8f%e3%81%ae%e3%82%b5%e3%83%a0%e3%83%8d%e3%83%bc%e3%83%ab%e8%87%aa%e5%8b%95%e4%bd%9c%e6%88%90/</link>
		<comments>http://tenman.info/labo/manual/2009/06/04/%e3%83%aa%e3%83%b3%e3%82%af%e7%94%bb%e5%83%8f%e3%81%ae%e3%82%b5%e3%83%a0%e3%83%8d%e3%83%bc%e3%83%ab%e8%87%aa%e5%8b%95%e4%bd%9c%e6%88%90/#comments</comments>
		<pubDate>Thu, 04 Jun 2009 10:21:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[寄稿者]]></category>
		<category><![CDATA[投稿者]]></category>
		<category><![CDATA[管理者]]></category>
		<category><![CDATA[編集者]]></category>
		<category><![CDATA[メディア]]></category>
		<category><![CDATA[編集作業]]></category>

		<guid isPermaLink="false">http://tenman.info/labo/manual/?p=852</guid>
		<description><![CDATA[自動サムネール画像リンク copy&#62;(http://f.hatena.ne.jp/images/fotolife/t/tenman/20090506/20090506114932.png) 字サイト内に、リンク先画 [...]]]></description>
			<content:encoded><![CDATA[

<h3 id="h3-post-8521">自動サムネール画像リンク</h3>

<pre id="presouce-post-8521">

<code title="line1">copy&gt;(http://f.hatena.ne.jp/images/fotolife/t/tenman/20090506/20090506114932.png)</code>
</pre>

<!--from:"http://f.hatena.ne.jp/images/fotolife/t/tenman/20090506/20090506114932.png"--><a href="http://f.hatena.ne.jp/images/fotolife/t/tenman/20090506/20090506114932.png" class="quoted"><img src="http://www.tenman.info/labo/wp-content/plugins/text2html/images/20090506114932.png" width="100" height="60" alt="copyed image" /></a>

<p>字サイト内に、リンク先画像のサムネールを作ったうえで、相手先画像へのリンクつきでサムネールを表示します。</p>

<p>リンク先のタイプによって、実行できないことがあります。</p>

]]></content:encoded>
			<wfw:commentRss>http://tenman.info/labo/manual/2009/06/04/%e3%83%aa%e3%83%b3%e3%82%af%e7%94%bb%e5%83%8f%e3%81%ae%e3%82%b5%e3%83%a0%e3%83%8d%e3%83%bc%e3%83%ab%e8%87%aa%e5%8b%95%e4%bd%9c%e6%88%90/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>youtubeの動画</title>
		<link>http://tenman.info/labo/manual/2009/06/04/youtube%e3%81%ae%e5%8b%95%e7%94%bb/</link>
		<comments>http://tenman.info/labo/manual/2009/06/04/youtube%e3%81%ae%e5%8b%95%e7%94%bb/#comments</comments>
		<pubDate>Thu, 04 Jun 2009 10:17:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[寄稿者]]></category>
		<category><![CDATA[投稿者]]></category>
		<category><![CDATA[管理者]]></category>
		<category><![CDATA[編集者]]></category>
		<category><![CDATA[メディア]]></category>
		<category><![CDATA[編集作業]]></category>

		<guid isPermaLink="false">http://tenman.info/labo/manual/?p=849</guid>
		<description><![CDATA[youtube&#62;(http://www.youtube.com/watch?v=oUiHQ7fimv8) 動画リンクは、閲覧する場合に、表示までに時間がかかりますので、その点に配慮して静止画リンクを行っています。]]></description>
			<content:encoded><![CDATA[

<pre id="presouce-post-8491">

<code title="line1">youtube&gt;(http://www.youtube.com/watch?v=oUiHQ7fimv8)</code>
</pre>
<a href="http://www.youtube.com/watch?v=oUiHQ7fimv8" target="blank"><img src="http://img.youtube.com/vi/oUiHQ7fimv8/default.jpg" width="130" height="97" alt="YouTube" /></a>

<p>動画リンクは、閲覧する場合に、表示までに時間がかかりますので、その点に配慮して静止画リンクを行っています。</p>

]]></content:encoded>
			<wfw:commentRss>http://tenman.info/labo/manual/2009/06/04/youtube%e3%81%ae%e5%8b%95%e7%94%bb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>リンクの作成</title>
		<link>http://tenman.info/labo/manual/2009/06/04/%e3%83%aa%e3%83%b3%e3%82%af%e3%81%ae%e4%bd%9c%e6%88%90/</link>
		<comments>http://tenman.info/labo/manual/2009/06/04/%e3%83%aa%e3%83%b3%e3%82%af%e3%81%ae%e4%bd%9c%e6%88%90/#comments</comments>
		<pubDate>Thu, 04 Jun 2009 08:38:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[寄稿者]]></category>
		<category><![CDATA[投稿者]]></category>
		<category><![CDATA[未分類]]></category>
		<category><![CDATA[管理者]]></category>
		<category><![CDATA[編集者]]></category>
		<category><![CDATA[スタイル]]></category>
		<category><![CDATA[編集作業]]></category>
		<category><![CDATA[記法]]></category>

		<guid isPermaLink="false">http://tenman.info/labo/manual/?p=818</guid>
		<description><![CDATA[エディタの昨日でもリンクを作ることができますが、もっと簡単にリンクを張る方法もありますので、リンク記法をご紹介します。 好きなタイトル 好きなタイトル リンク先のタイトルを取得 www.tenman.info www.t [...]]]></description>
			<content:encoded><![CDATA[

<p>エディタの昨日でもリンクを作ることができますが、もっと簡単にリンクを張る方法もありますので、リンク記法をご紹介します。</p>

<pre id="presouce-post-8181">

<code title="line1"><a href="http://www.tenman.info/" onclick="this.target='_self';" onkeypress="this.target='_self';">好きなタイトル</a></code>
</pre>

<p><a href="http://www.tenman.info/" onclick="this.target='_self';" onkeypress="this.target='_self';">好きなタイトル</a></p>

<p>リンク先のタイトルを取得</p>

<pre id="presouce-post-8182">

<code title="line1"><a href="http://www.tenman.info/" onclick="this.target='_self';" onkeypress="this.target='_self';">www.tenman.info</a></code>
</pre>

<p><a href="http://www.tenman.info/" onclick="this.target='_self';" onkeypress="this.target='_self';">www.tenman.info</a></p>

<p>リンク先のページを新しいページで開く</p>

<pre id="presouce-post-8183">

<code title="line1"><a href="http://www.tenman.info/" onclick="this.target='_blank';" onkeypress="this.target='_blank';">www.tenman.info</a></code>
</pre>

<p><a href="http://www.tenman.info/" onclick="this.target='_blank';" onkeypress="this.target='_blank';">www.tenman.info</a></p>

<p>画像リンクを作る</p>

<pre id="presouce-post-8184">

<code title="line1"><a href="http://www.tenman.info" onclick="this.target='_self';" onkeypress="this.target='_self';">&lt;img src=&quot;http://www.tenman.info/images/logo.gif&quot; /&gt;</a></code>
</pre>

<p><a href="http://www.tenman.info" onclick="this.target='_self';" onkeypress="this.target='_self';"><img src="http://www.tenman.info/images/logo.gif" /></a></p>

<p>bookmark　link 機能</p>

<p>wordPressには、リンク機能が用意されていますので、ブラウザのブックマークツールバーなどから、Press This機能と同じ感覚で、簡単に閲覧ページへのリンクを作成することもできます。</p>

]]></content:encoded>
			<wfw:commentRss>http://tenman.info/labo/manual/2009/06/04/%e3%83%aa%e3%83%b3%e3%82%af%e3%81%ae%e4%bd%9c%e6%88%90/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>手書き入力</title>
		<link>http://tenman.info/labo/manual/2009/06/04/%e6%89%8b%e6%9b%b8%e3%81%8d%e5%85%a5%e5%8a%9b/</link>
		<comments>http://tenman.info/labo/manual/2009/06/04/%e6%89%8b%e6%9b%b8%e3%81%8d%e5%85%a5%e5%8a%9b/#comments</comments>
		<pubDate>Thu, 04 Jun 2009 08:18:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[寄稿者]]></category>
		<category><![CDATA[投稿者]]></category>
		<category><![CDATA[管理者]]></category>
		<category><![CDATA[編集者]]></category>
		<category><![CDATA[編集作業]]></category>

		<guid isPermaLink="false">http://tenman.info/labo/manual/?p=806</guid>
		<description><![CDATA[タイトル用途などで、手書き入力が使えます。 手書き風や、高級感のあるフォントを使う事で、雰囲気を伝えることができます。 手書き文字の入力 必要な、フォントファイル(ttf)を用意すれば、フォントを指定して文字列の画像化が [...]]]></description>
			<content:encoded><![CDATA[

<p>タイトル用途などで、手書き入力が使えます。<br />
手書き風や、高級感のあるフォントを使う事で、雰囲気を伝えることができます。</p>

<p class="text2image" style="height:26px;width:175px;background:url(http://www.tenman.info/labo/wp-content/plugins/text2html/images/13-48b3d91223071682e1c47eb160eb6d3f.png);background-repeat:no-repeat;">
	<span style="display:none;font-size:13px;">手書き文字の入力</span></p>

<p>必要な、フォントファイル(ttf)を用意すれば、フォントを指定して文字列の画像化ができます。</p>

<h3 class="text2image" style="height:60px;width:357px;background:url(http://www.tenman.info/labo/wp-content/plugins/text2html/images/30-024b044522ab0460feabaf8fe256f99c.png);background-repeat:no-repeat;">
	<span style="display:none;font-size:30px;">手書き文字の入力</span></h3>

<h3 class="text2image" style="height:62px;width:365px;background:url(http://www.tenman.info/labo/wp-content/plugins/text2html/images/31-4abf0dea732c604d73f1cba69f067456.png);background-repeat:no-repeat;">
	<span style="display:none;font-size:31px;">手書き文字の入力</span></h3>

<p>画像は、背景として挿入され、文字列は、非表示のスタイル設定になっていますから、検索エンジン、スタイルをはずして閲覧するユーザーであっても、入力文字列は、かけることなく表示されます。</p>

]]></content:encoded>
			<wfw:commentRss>http://tenman.info/labo/manual/2009/06/04/%e6%89%8b%e6%9b%b8%e3%81%8d%e5%85%a5%e5%8a%9b/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>表の作成　excelの貼り付け</title>
		<link>http://tenman.info/labo/manual/2009/06/04/excel/</link>
		<comments>http://tenman.info/labo/manual/2009/06/04/excel/#comments</comments>
		<pubDate>Thu, 04 Jun 2009 07:50:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[寄稿者]]></category>
		<category><![CDATA[投稿者]]></category>
		<category><![CDATA[未分類]]></category>
		<category><![CDATA[管理者]]></category>
		<category><![CDATA[編集者]]></category>
		<category><![CDATA[編集作業]]></category>
		<category><![CDATA[記法]]></category>

		<guid isPermaLink="false">http://tenman.info/labo/manual/?p=793</guid>
		<description><![CDATA[excelの表を貼り付ける場合は、一番左の列を一行追加して、表：というセルを貼り付ける行数分追加してください。 　セル内改行がある場合は正常に貼りつきません &#160;月和名英語名（略称）日数 &#160;1月睦月（む [...]]]></description>
			<content:encoded><![CDATA[

<p>excelの表を貼り付ける場合は、一番左の列を一行追加して、表：というセルを貼り付ける行数分追加してください。<br /></p>

　セル内改行がある場合は正常に貼りつきません

<a href="http://tenman.info/labo/manual/files/excel.gif"><img src="http://tenman.info/labo/manual/files/excel-300x109.gif" alt="excel" title="excel" width="300" height="109" class="alignleft size-medium wp-image-795" /></a>
<br style="clear:both;" />

<table class='tablesorter' id="table-9-excel-post-793-1"><thead>

<tr>

<th class="col1 row1" id="table-91th1-1">&nbsp;</th><th class="col2 row1" id="table-91th1-2">月</th><th class="col3 row1" id="table-91th1-3">和名</th><th class="col4 row1" id="table-91th1-4">英語名（略称）</th><th class="col5 row1" id="table-91th1-5">日数</th>

</tr>

</thead><tbody>

<tr>

<td class="col1 row2" id="table-912-1">&nbsp;</td><td class="col2 row2" id="table-912-2">1月</td><td class="col3 row2" id="table-912-3">睦月（むつき）</td><td class="col4 row2" id="table-912-4">January (Jan.)</td><td class="col5 row2" id="table-912-5">31日間</td>

</tr>

<tr>

<td class="col1 row3" id="table-913-1">&nbsp;</td><td class="col2 row3" id="table-913-2">2月</td><td class="col3 row3" id="table-913-3">如月（きさらぎ）</td><td class="col4 row3" id="table-913-4">February (Feb.)</td><td class="col5 row3" id="table-913-5">28日間又は29日間（閏年）</td>

</tr>

<tr>

<td class="col1 row4" id="table-914-1">&nbsp;</td><td class="col2 row4" id="table-914-2">3月</td><td class="col3 row4" id="table-914-3">弥生（やよい）</td><td class="col4 row4" id="table-914-4">March (Mar.)</td><td class="col5 row4" id="table-914-5">31日間</td>

</tr>

<tr>

<td class="col1 row5" id="table-915-1">&nbsp;</td><td class="col2 row5" id="table-915-2">4月</td><td class="col3 row5" id="table-915-3">卯月（うづき）</td><td class="col4 row5" id="table-915-4">April (Apr.)</td><td class="col5 row5" id="table-915-5">30日間</td>

</tr>

<tr>

<td class="col1 row6" id="table-916-1">&nbsp;</td><td class="col2 row6" id="table-916-2">5月</td><td class="col3 row6" id="table-916-3">皐月（さつき）</td><td class="col4 row6" id="table-916-4">May</td><td class="col5 row6" id="table-916-5">31日間</td>

</tr>

<tr>

<td class="col1 row7" id="table-917-1">&nbsp;</td><td class="col2 row7" id="table-917-2">6月</td><td class="col3 row7" id="table-917-3">水無月（みなづき）</td><td class="col4 row7" id="table-917-4">June (Jun.)</td><td class="col5 row7" id="table-917-5">30日間</td>

</tr>

<tr>

<td class="col1 row8" id="table-918-1">&nbsp;</td><td class="col2 row8" id="table-918-2">7月</td><td class="col3 row8" id="table-918-3">文月（ふみづき、ふづき）</td><td class="col4 row8" id="table-918-4">July (Jul.)</td><td class="col5 row8" id="table-918-5">31日間</td>

</tr>

<tr>

<td class="col1 row9" id="table-919-1">&nbsp;</td><td class="col2 row9" id="table-919-2">8月</td><td class="col3 row9" id="table-919-3">葉月（はづき）</td><td class="col4 row9" id="table-919-4">August (Aug.)</td><td class="col5 row9" id="table-919-5">31日間</td>

</tr>

<tr>

<td class="col1 row10" id="table-9110-1">&nbsp;</td><td class="col2 row10" id="table-9110-2">9月</td><td class="col3 row10" id="table-9110-3">長月（ながつき）</td><td class="col4 row10" id="table-9110-4">September (Sep.)</td><td class="col5 row10" id="table-9110-5">30日間</td>

</tr>

<tr>

<td class="col1 row11" id="table-9111-1">&nbsp;</td><td class="col2 row11" id="table-9111-2">10月</td><td class="col3 row11" id="table-9111-3">神無月（かんなづき）</td><td class="col4 row11" id="table-9111-4">October (Oct.)</td><td class="col5 row11" id="table-9111-5">31日間</td>

</tr>

<tr>

<td class="col1 row12" id="table-9112-1">&nbsp;</td><td class="col2 row12" id="table-9112-2">11月</td><td class="col3 row12" id="table-9112-3">霜月（しもつき）</td><td class="col4 row12" id="table-9112-4">November (Nov.)</td><td class="col5 row12" id="table-9112-5">30日間</td>

</tr>

<tr>

<td class="col1 row13" id="table-9113-1">&nbsp;</td><td class="col2 row13" id="table-9113-2">12月</td><td class="col3 row13" id="table-9113-3">師走（しわす）</td><td class="col4 row13" id="table-9113-4">December (Dec.)</td><td class="col5 row13" id="table-9113-5">31日間</td>

</tr>

</tbody>

</table>

<h2 id="h2-post-7931">手書きで表を作る</h2>

<p>行頭にtr:区切りに |を使っても表を作成できます。</p>

<pre id="presouce-post-7931">

<code title="line1">tr:月 |和名 |英語名（略称） |日数</code>
<code title="line2">tr:1月 |睦月（むつき） |January (Jan.) |31日間</code>
<code title="line3">tr:2月 |如月（きさらぎ） |February (Feb.) |28日間又は29日間（閏年）</code>
</pre>

<table id="table-6-table-post-793-1"><thead>

<tr>

<th class="col1 row1" id="table-61th1-1">月</th><th class="col2 row1" id="table-61th1-2">和名</th><th class="col3 row1" id="table-61th1-3">英語名（略称）</th><th class="col4 row1" id="table-61th1-4">日数</th>

</tr>

</thead><tbody>

<tr>

<td class="col1 row2" id="table-612-1">1月</td><td class="col2 row2" id="table-612-2">睦月（むつき）</td><td class="col3 row2" id="table-612-3">January (Jan.)</td><td class="col4 row2" id="table-612-4">31日間</td>

</tr>

<tr>

<td class="col1 row3" id="table-613-1">2月</td><td class="col2 row3" id="table-613-2">如月（きさらぎ）</td><td class="col3 row3" id="table-613-3">February (Feb.)</td><td class="col4 row3" id="table-613-4">28日間又は29日間（閏年）</td>

</tr>

<tr>

<td class="col1 row4" id="table-614-1">3月</td><td class="col2 row4" id="table-614-2">弥生（やよい）</td><td class="col3 row4" id="table-614-3">March (Mar.)</td><td class="col4 row4" id="table-614-4">31日間</td>

</tr>

<tr>

<td class="col1 row5" id="table-615-1">4月</td><td class="col2 row5" id="table-615-2">卯月（うづき）</td><td class="col3 row5" id="table-615-3">April (Apr.)</td><td class="col4 row5" id="table-615-4">30日間</td>

</tr>

<tr>

<td class="col1 row6" id="table-616-1">5月</td><td class="col2 row6" id="table-616-2">皐月（さつき）</td><td class="col3 row6" id="table-616-3">May</td><td class="col4 row6" id="table-616-4">31日間</td>

</tr>

<tr>

<td class="col1 row7" id="table-617-1">6月</td><td class="col2 row7" id="table-617-2">水無月（みなづき）</td><td class="col3 row7" id="table-617-3">June (Jun.)</td><td class="col4 row7" id="table-617-4">30日間</td>

</tr>

<tr>

<td class="col1 row8" id="table-618-1">7月</td><td class="col2 row8" id="table-618-2">文月（ふみづき、ふづき）</td><td class="col3 row8" id="table-618-3">July (Jul.)</td><td class="col4 row8" id="table-618-4">31日間</td>

</tr>

<tr>

<td class="col1 row9" id="table-619-1">8月</td><td class="col2 row9" id="table-619-2">葉月（はづき）</td><td class="col3 row9" id="table-619-3">August (Aug.)</td><td class="col4 row9" id="table-619-4">31日間</td>

</tr>

<tr>

<td class="col1 row10" id="table-6110-1">9月</td><td class="col2 row10" id="table-6110-2">長月（ながつき）</td><td class="col3 row10" id="table-6110-3">September (Sep.)</td><td class="col4 row10" id="table-6110-4">30日間</td>

</tr>

<tr>

<td class="col1 row11" id="table-6111-1">10月</td><td class="col2 row11" id="table-6111-2">神無月（かんなづき）</td><td class="col3 row11" id="table-6111-3">October (Oct.)</td><td class="col4 row11" id="table-6111-4">31日間</td>

</tr>

<tr>

<td class="col1 row12" id="table-6112-1">11月</td><td class="col2 row12" id="table-6112-2">霜月（しもつき）</td><td class="col3 row12" id="table-6112-3">November (Nov.)</td><td class="col4 row12" id="table-6112-4">30日間</td>

</tr>

<tr>

<td class="col1 row13" id="table-6113-1">12月</td><td class="col2 row13" id="table-6113-2">師走（しわす）</td><td class="col3 row13" id="table-6113-3">December (Dec.)</td><td class="col4 row13" id="table-6113-4">31日間</td>

</tr>

</tbody>

</table>

<p>スタイルやクラスを指定することもできます。</p>

<pre id="presouce-post-7932">

<code title="line1">tr:attr:style=&quot;background:#eef;&quot; summary=&quot;test&quot; class=&quot;test&quot;</code>
<code title="line2">tr:月 |和名 |英語名（略称） |日数</code>
<code title="line3">tr:1月 |睦月（むつき） |January (Jan.) |31日間</code>
</pre>

<table style="background:#eef;" summary="test" class="test" id="table-7-table-post-793-2"><thead>

<tr>

<th class="col1 row1" id="table-72th1-1">月</th><th class="col2 row1" id="table-72th1-2">和名</th><th class="col3 row1" id="table-72th1-3">英語名（略称）</th><th class="col4 row1" id="table-72th1-4">日数</th>

</tr>

</thead><tbody>

<tr>

<td class="col1 row2" id="table-722-1">1月</td><td class="col2 row2" id="table-722-2">睦月（むつき）</td><td class="col3 row2" id="table-722-3">January (Jan.)</td><td class="col4 row2" id="table-722-4">31日間</td>

</tr>

</tbody>

</table>

<p>先頭のtr:表:などはカスタマイズ可能です。正規表現も使えます。</p>

]]></content:encoded>
			<wfw:commentRss>http://tenman.info/labo/manual/2009/06/04/excel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

