<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>cmsプラス：サポートマニュアル</title>
    <link rel="alternate" type="text/html" href="http://www.cms-plus.info/support/" />
    <link rel="self" type="application/atom+xml" href="http://www.cms-plus.info/support/atom.xml" />
    <id>tag:www.cms-plus.info,2011-01-11:/support//7</id>
    <updated>2011-01-15T16:30:05Z</updated>
    
    <generator uri="http://www.sixapart.com/movabletype/">Movable Type Pro 5.02</generator>

<entry>
    <title>フッタースペースの文字サイズと色を変えたい</title>
    <link rel="alternate" type="text/html" href="http://www.cms-plus.info/support/faq/cat262/post-9/" />
    <id>tag:www.cms-plus.info,2010:/support//7.497</id>

    <published>2010-09-15T07:18:29Z</published>
    <updated>2011-01-11T09:52:08Z</updated>

    <summary> 	ウェブサイト［ウィジェット］［追加スタイルシート］ 	CSSを追加してくださ...</summary>
    <author>
        <name>admin</name>
        
    </author>
    
        <category term="カスタマイズに関して" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="ja" xml:base="http://www.cms-plus.info/support/">
        <![CDATA[<p>
	ウェブサイト［ウィジェット］［追加スタイルシート］</p>
<p>
	CSSを追加してください。</p>
<p>
	.footer-space {</p>
<p>
	font-size: 11px;</p>
<p>
	color: #333333;</p>
<p>
	}</p>]]>
        
    </content>
</entry>

<entry>
    <title>見出しタイトルの色を変えたい</title>
    <link rel="alternate" type="text/html" href="http://www.cms-plus.info/support/faq/cat262/post-10/" />
    <id>tag:www.cms-plus.info,2010:/support//7.498</id>

    <published>2010-09-15T07:20:37Z</published>
    <updated>2011-01-11T09:52:08Z</updated>

    <summary> 	テキスト１列表示のタイトルや、ブログ・ウェブページタイトル、又お問い合わせな...</summary>
    <author>
        <name>admin</name>
        
    </author>
    
        <category term="カスタマイズに関して" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="ja" xml:base="http://www.cms-plus.info/support/">
        <![CDATA[<p>
	テキスト１列表示のタイトルや、ブログ・ウェブページタイトル、又お問い合わせなどの１カラムのタイトルの文字の色を変更したい場合は以下のスタイルを［追加スタイルシート］に記述してください。</p>
<p>
	<span class="Apple-style-span" style="color: rgb(102, 102, 102); font-family: monospace; font-size: 13px; line-height: 16px; white-space: nowrap; "><span class="xml-text" style="color: black; ">/* テキスト１列などのタイトル文字色変更*/</span><br />
	</span></p>
<p>
	<span class="Apple-style-span" style="color: rgb(0, 0, 0); font-family: monospace, Verdana, sans-serif; font-size: 13px; line-height: 16px; white-space: nowrap; ">.asset-name,</span></p>
<p>
	<font class="Apple-style-span" color="#666666" face="monospace, Verdana, sans-serif" size="3"><span class="Apple-style-span" style="font-size: 13px; line-height: 16px; white-space: nowrap;"><font class="Apple-style-span" color="#000000">.asset-name a {</font></span></font></p>
<p>
	<font class="Apple-style-span" color="#666666" face="monospace, Verdana, sans-serif" size="3"><span class="Apple-style-span" style="font-size: 13px; line-height: 16px; white-space: nowrap;"><font class="Apple-style-span" color="#000000">color: #222222;</font></span></font></p>
<p>
	<font class="Apple-style-span" color="#666666" face="monospace, Verdana, sans-serif" size="3"><span class="Apple-style-span" style="font-size: 13px; line-height: 16px; white-space: nowrap;"><font class="Apple-style-span" color="#000000">}</font></span></font></p>]]>
        
    </content>
</entry>

<entry>
    <title>テキスト２列のタイトルの色を変えたい</title>
    <link rel="alternate" type="text/html" href="http://www.cms-plus.info/support/faq/cat262/post-11/" />
    <id>tag:www.cms-plus.info,2010:/support//7.499</id>

    <published>2010-09-15T07:24:07Z</published>
    <updated>2011-01-11T09:52:08Z</updated>

    <summary> 	テキスト２列表示のタイトルの文字の色を変更したい場合は以下のスタイルを［追加...</summary>
    <author>
        <name>admin</name>
        
    </author>
    
        <category term="カスタマイズに関して" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="ja" xml:base="http://www.cms-plus.info/support/">
        <![CDATA[<p>
	テキスト２列表示のタイトルの文字の色を変更したい場合は以下のスタイルを［追加スタイルシート］に記述してください。</p>
<p>
	/* テキスト１列などのタイトル文字色変更*/</p>
<p>
	<span class="Apple-style-span" style="color: rgb(102, 102, 102); font-family: monospace; font-size: 13px; line-height: 16px; white-space: nowrap; "><span class="xml-text" style="color: black; ">.asset-name-l,</span><br />
	</span></p>
<p>
	<span class="Apple-style-span" style="color: rgb(0, 0, 0); font-family: monospace, Verdana, sans-serif; font-size: 13px; line-height: 16px; white-space: nowrap; ">.asset-name-r</span>&nbsp;{</p>
<p>
	color: #222222;</p>
<p>
	}</p>]]>
        
    </content>
</entry>

<entry>
    <title>追加スタイルシートにコメントをつけたい</title>
    <link rel="alternate" type="text/html" href="http://www.cms-plus.info/support/faq/cat262/post-12/" />
    <id>tag:www.cms-plus.info,2010:/support//7.501</id>

    <published>2010-09-15T07:26:02Z</published>
    <updated>2011-01-11T09:52:09Z</updated>

    <summary> 	/*ここにコメントを入れる*/ 	CSSでは 	/* 	と 	*/ 	の間が...</summary>
    <author>
        <name>admin</name>
        
    </author>
    
        <category term="カスタマイズに関して" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="ja" xml:base="http://www.cms-plus.info/support/">
        <![CDATA[<p>
	<span class="Apple-style-span" style="color: rgb(0, 0, 0); font-family: monospace; font-size: 13px; line-height: 16px; white-space: nowrap; ">/*ここにコメントを入れる*/</span></p>
<p>
	CSSでは</p>
<p>
	<span class="Apple-style-span" style="color: rgb(0, 0, 0); font-family: monospace, Verdana, sans-serif; font-size: 13px; line-height: 16px; white-space: nowrap; ">/*</span></p>
<p>
	と</p>
<p>
	<span class="Apple-style-span" style="color: rgb(0, 0, 0); font-family: monospace, Verdana, sans-serif; font-size: 13px; line-height: 16px; white-space: nowrap; ">*/</span></p>
<p>
	の間がコメントアウトされます。</p>]]>
        
    </content>
</entry>

<entry>
    <title>フォント（文字）に色を付けるタグ</title>
    <link rel="alternate" type="text/html" href="http://www.cms-plus.info/support/faq/mt/post-13/" />
    <id>tag:www.cms-plus.info,2010:/support//7.502</id>

    <published>2010-09-18T07:56:52Z</published>
    <updated>2011-01-11T09:52:09Z</updated>

    <summary> 	ブログ記事やウェブページでは、フォントに色を付けるのはリッチテキストエディタ...</summary>
    <author>
        <name>admin</name>
        
    </author>
    
        <category term="タグ・MT関数に関して" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="ja" xml:base="http://www.cms-plus.info/support/">
        <![CDATA[<p>
	ブログ記事やウェブページでは、フォントに色を付けるのはリッチテキストエディターで簡単ですが、ウィジェット内のテキストに色を付けたい場合などにご利用ください。</p>
<p>
	<span style="font-size:120%;">&lt;font style=color:#000000&gt;テキスト&lt;/font&gt;</span></p>
<p>
	#000000は色番号です。</p>]]>
        
    </content>
</entry>

<entry>
    <title>ナビ（横メニュー）のテキストの色を変えたい</title>
    <link rel="alternate" type="text/html" href="http://www.cms-plus.info/support/faq/cat262/post-14/" />
    <id>tag:www.cms-plus.info,2010:/support//7.500</id>

    <published>2010-09-19T08:08:46Z</published>
    <updated>2011-01-11T09:52:08Z</updated>

    <summary> 	以下のタグの＃FFFFFFの部分をお好みのカラーに変更し、追加スタイルシート...</summary>
    <author>
        <name>admin</name>
        
    </author>
    
        <category term="カスタマイズに関して" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="ja" xml:base="http://www.cms-plus.info/support/">
        <![CDATA[<p>
	以下のタグの＃FFFFFFの部分をお好みのカラーに変更し、追加スタイルシートに記述してください。</p>
<p>
	#main-menu li a{</p>
<p>
	color: #FFFFFF;</p>
<p>
	}</p>
<p>
	＊マウスオーバー（マウスをのせた時）のカラー変更は以下のタグです。</p>
<p>
	#main-menu li a:hover{</p>
<p>
	color: #FFFFFF;</p>
<p>
	}</p>]]>
        
    </content>
</entry>

<entry>
    <title>ユーザー情報の入力</title>
    <link rel="alternate" type="text/html" href="http://www.cms-plus.info/support/cat281/cat273/post-29/" />
    <id>tag:www.cms-plus.info,2011:/support//7.540</id>

    <published>2011-01-13T08:33:31Z</published>
    <updated>2011-01-21T08:59:34Z</updated>

    <summary> 	まずは、ユーザー情報の入力してください。 	［デザイン］＞［ウィジェット］＠...</summary>
    <author>
        <name>admin</name>
        
    </author>
    
        <category term="セットアップ" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="ja" xml:base="http://www.cms-plus.info/support/">
        <![CDATA[<p>
	まずは、ユーザー情報の入力してください。</p>
<p>
	［デザイン］＞［ウィジェット］＠から始まる項目のテキストを以下の要領で変更してください。</p>
<p>
	&nbsp;</p>
<p>
	<a href="http://www.cms-plus.info/support/images/set-up001.jpg" id="single3"><img alt="set-up001.jpg" class="mt-image-none" height="659" src="http://www.cms-plus.info/support/assets_c/2011/01/set-up001-thumb-540x659-342.jpg" style="" width="540" /></a></p>
<p>
	&nbsp;</p>
<p>
	ここでユーザー情報を設定すると、以下の箇所に自動的に反映されます。</p>
<p>
	【テーマ】<span class="Apple-style-span" style="color: rgb(51, 51, 51); font-family: 'trebuchet ms', arial, hirakakupro-w3, osaka, 'ms pgothic', sans-serif; "><a href="http://www.cms-plus.info/support/cat313/cat253/" style="text-decoration: none; outline-style: none; outline-width: initial; outline-color: initial; color: rgb(0, 0, 0); ">会社案内・ショップ案内</a></span><span class="Apple-style-span" style="color: rgb(51, 51, 51); font-family: 'trebuchet ms', arial, hirakakupro-w3, osaka, 'ms pgothic', sans-serif; ">：表示項目</span></p>
<p style="margin-left: 40px; ">
	ですから、会社案内・ショップ案内のテーマは、ここで予め基本情報を入力しておけば、インストールしただけで、基本情報の表示項目が反映されます。</p>
<p>
	【テーマ】<span class="Apple-style-span" style="color: rgb(51, 51, 51); font-family: 'trebuchet ms', arial, hirakakupro-w3, osaka, 'ms pgothic', sans-serif; "><a href="http://www.cms-plus.info/support/cat313/cat253/" style="text-decoration: none; outline-style: none; outline-width: initial; outline-color: initial; color: rgb(0, 0, 0); ">メール</a>フォーム：メールアドレスの設定／自動返信メールのテキスト内容</span></p>
<p style="margin-left: 40px; ">
	<span class="Apple-style-span" style="color: rgb(51, 51, 51); font-family: 'trebuchet ms', arial, hirakakupro-w3, osaka, 'ms pgothic', sans-serif; "><a href="http://www.cms-plus.info/support/cat313/cat253/" style="text-decoration: none; outline-style: none; outline-width: initial; outline-color: initial; color: rgb(0, 0, 0); ">メール</a>フォーム</span>のテーマも、ここで予め基本情報を入力しておけば、インストールしただけで、フォームのメールアドレス設定及び、自動返信メールの住所・会社名・電話番号などが反映されます。</p>
<p>
	【サイドバー】サイドバーのインフォメーション</p>
<p>
	【フッタースペース】フッター内のテキストスペース</p>
<p>
	&nbsp;</p>
<p>
	＠から始まる、各ウィジェットのテキストを編集し、下部の［変更を保存］をクリックしてください。</p>
<p>
	<img alt="hozon001.jpg" class="mt-image-none" height="66" src="http://www.cms-plus.info/support/images/hozon001.jpg" style="" width="300" /></p>
<p>
	&nbsp;</p>
<p>
	全てのユーザー情報の変更が完了したら再構築をしてください。再構築ボタンは、管理画面右上です。</p>
<p>
	<a href="http://www.cms-plus.info/support/images/kihon-002.jpg" id="single3"><img alt="kihon-002.jpg" class="mt-image-none" height="132" src="http://www.cms-plus.info/support/assets_c/2010/06/kihon-002-thumb-250x132-88.jpg" style="" width="250" /></a></p>
]]>
        
    </content>
</entry>

<entry>
    <title>文字サイズ・カラー変更</title>
    <link rel="alternate" type="text/html" href="http://www.cms-plus.info/support/cat313/cat255/post-21/" />
    <id>tag:www.cms-plus.info,2011:/support//7.542</id>

    <published>2011-01-15T10:15:48Z</published>
    <updated>2011-01-15T10:19:01Z</updated>

    <summary><![CDATA[ 	&nbsp; 	 	&nbsp; 	.......................]]></summary>
    <author>
        <name>admin</name>
        
    </author>
    
        <category term="〜の流れ" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="ja" xml:base="http://www.cms-plus.info/support/">
        <![CDATA[<p>
	&nbsp;</p>
<p>
	<a href="http://www.cms-plus.info/support/images/step004.jpg" id="single3"><img alt="step004.jpg" class="mt-image-none" height="499" src="http://www.cms-plus.info/support/assets_c/2010/07/step004-thumb-518x499-251.jpg" style="" width="518" /></a></p>
<p>
	&nbsp;</p>
<p>
	.....................................................................................</p>
<p>
	&lt;div class=&quot;gray&quot;&gt;</p>
<p>
	&lt;big&gt;&lt;big&gt;&lt;big&gt;STEP１ ここにSTEP１の見出しテキスト&lt;/big&gt;&lt;/big&gt;&lt;/big&gt;</p>
<p>
	ここに内容のテキスト</p>
<p>
	&lt;/div&gt;</p>
<p>
	&lt;div class=&quot;gray-next&quot;&gt;&lt;/div&gt;</p>
<p>
	.....................................................................................</p>
<p>
	&nbsp;</p>
<p>
	見出しは</p>
<p>
	<big>文字サイズ　大</big></p>
<p>
	&lt;big&gt;STEP１ ここにSTEP１の見出しテキスト&lt;/big&gt;</p>
<p>
	&nbsp;</p>
<p>
	<big><big>文字サイズ　大・大</big></big></p>
<p>
	&lt;big&gt;&lt;big&gt;STEP１ ここにSTEP１の見出しテキスト&lt;/big&gt;&lt;/big&gt;</p>
<p>
	&nbsp;</p>
<p>
	<big><big><big>文字サイズ　大・大・大</big></big></big></p>
<p>
	&lt;big&gt;&lt;big&gt;&lt;big&gt;STEP１ ここにSTEP１の見出しテキスト&lt;/big&gt;&lt;/big&gt;&lt;/big&gt;</p>
<p>
	といった具合に文字サイズを変更してください。</p>
<p>
	&nbsp;</p>
<p>
	見出色の変更などの場合は、以下のようなタグを追加してみましょう。</p>
<p>
	&lt;span style=&quot;color:#FF0000&quot;&gt;STEP1　お問い合わせ・お見積もり&lt;/span&gt;</p>
<p>
	&lt;span style=&quot;color:カラー指定&quot;&gt;テキスト&lt;/span&gt;</p>
<p>
	&nbsp;</p>
<p>
	つまり。文字サイズ　大・大で文字色が赤の場合</p>
<p>
	&lt;big&gt;&lt;big&gt;&lt;span style=&quot;color:#FF0000&quot;&gt;STEP1　お問い合わせ・お見積もり&lt;/span&gt;&lt;/big&gt;&lt;/big&gt;</p>
<p>
	#FF0000は「<span style="color:#f00;">赤</span>」になります。</p>
]]>
        
    </content>
</entry>

<entry>
    <title>記事作成：メニュー</title>
    <link rel="alternate" type="text/html" href="http://www.cms-plus.info/support/cat282/post-35/" />
    <id>tag:www.cms-plus.info,2010:/support//7.462</id>

    <published>2011-01-15T13:56:08Z</published>
    <updated>2011-01-15T14:50:47Z</updated>

    <summary><![CDATA[ 	 	&nbsp; 	&nbsp; 	 ...]]></summary>
    <author>
        <name>admin</name>
        
    </author>
    
        <category term="テーマ【記事の有るテーマ】" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="ja" xml:base="http://www.cms-plus.info/support/">
        <![CDATA[<p>
	<a href="http://www.cms-plus.info/support/images/menu001.jpg" id="single3"><img alt="menu001.jpg" class="mt-image-none" height="373" src="http://www.cms-plus.info/support/assets_c/2010/07/menu001-thumb-518x373-253.jpg" style="" width="518" /></a></p>
<p>
	&nbsp;</p>
<p>
	&nbsp;</p>
<p>
	<a href="http://www.cms-plus.info/support/images/opution-menu002.jpg" id="single3"><img alt="opution-menu002.jpg" class="mt-image-none" height="791" src="http://www.cms-plus.info/support/assets_c/2011/01/opution-menu002-thumb-540x791-353.jpg" style="" width="540" /></a></p>
]]>
        
    </content>
</entry>

<entry>
    <title>記事作成：よくある質問</title>
    <link rel="alternate" type="text/html" href="http://www.cms-plus.info/support/cat282/post-31/" />
    <id>tag:www.cms-plus.info,2010:/support//7.459</id>

    <published>2011-01-15T14:10:47Z</published>
    <updated>2011-01-15T14:34:34Z</updated>

    <summary><![CDATA[ 	 	&nbsp; 	 ...]]></summary>
    <author>
        <name>admin</name>
        
    </author>
    
        <category term="テーマ【記事の有るテーマ】" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="ja" xml:base="http://www.cms-plus.info/support/">
        <![CDATA[<p>
	<a href="http://www.cms-plus.info/support/images/faq001.jpg" id="single3"><img alt="faq001.jpg" class="mt-image-none" height="379" src="http://www.cms-plus.info/support/assets_c/2010/07/faq001-thumb-518x379-229.jpg" style="" width="518" /></a></p>
<p>
	&nbsp;</p>
<p>
	<a href="http://www.cms-plus.info/support/images/faq002.jpg" id="single3"><img alt="faq002.jpg" class="mt-image-none" height="447" src="http://www.cms-plus.info/support/assets_c/2010/07/faq002-thumb-518x447-231.jpg" style="" width="518" /></a></p>
]]>
        
    </content>
</entry>

<entry>
    <title>記事作成：ビフォアーアフター</title>
    <link rel="alternate" type="text/html" href="http://www.cms-plus.info/support/cat282/post-32/" />
    <id>tag:www.cms-plus.info,2010:/support//7.461</id>

    <published>2011-01-15T14:48:40Z</published>
    <updated>2011-01-15T14:35:26Z</updated>

    <summary><![CDATA[ 	 	&nbsp; 	 	&nbsp; 	 	&nbsp; 	 	&nbsp;...]]></summary>
    <author>
        <name>admin</name>
        
    </author>
    
        <category term="テーマ【記事の有るテーマ】" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="ja" xml:base="http://www.cms-plus.info/support/">
        <![CDATA[<p>
	<a href="http://www.cms-plus.info/support/images/ba001.jpg" id="single3"><img alt="ba001.jpg" class="mt-image-none" height="380" src="http://www.cms-plus.info/support/assets_c/2010/07/ba001-thumb-518x380-233.jpg" style="" width="518" /></a></p>
<p>
	&nbsp;</p>
<p>
	<a href="http://www.cms-plus.info/support/images/ba002.jpg" id="single3"><img alt="ba002.jpg" class="mt-image-none" height="506" src="http://www.cms-plus.info/support/assets_c/2010/07/ba002-thumb-518x506-235.jpg" style="" width="518" /></a></p>
<p>
	&nbsp;</p>
<p>
	<a href="http://www.cms-plus.info/support/images/ba003.jpg" id="single3"><img alt="ba003.jpg" class="mt-image-none" height="525" src="http://www.cms-plus.info/support/assets_c/2010/07/ba003-thumb-518x525-237.jpg" style="" width="518" /></a></p>
<p>
	&nbsp;</p>
<p>
	<a href="http://www.cms-plus.info/support/images/ba004.jpg" id="single3"><img alt="ba004.jpg" class="mt-image-none" height="252" src="http://www.cms-plus.info/support/assets_c/2010/07/ba004-thumb-518x252-239.jpg" style="" width="518" /></a></p>
<p>
	&nbsp;</p>
<p>
	<a href="http://www.cms-plus.info/support/images/ba005.jpg" id="single3"><img alt="ba005.jpg" class="mt-image-none" height="525" src="http://www.cms-plus.info/support/assets_c/2010/07/ba005-thumb-518x525-241.jpg" style="" width="518" /></a></p>
<p>
	&nbsp;</p>
<p>
	<a href="http://www.cms-plus.info/support/images/ba006.jpg" id="single3"><img alt="ba006.jpg" class="mt-image-none" height="504" src="http://www.cms-plus.info/support/assets_c/2010/07/ba006-thumb-518x504-243.jpg" style="" width="518" /></a></p>
]]>
        
    </content>
</entry>

<entry>
    <title>記事作成：アルバム</title>
    <link rel="alternate" type="text/html" href="http://www.cms-plus.info/support/cat282/post-16/" />
    <id>tag:www.cms-plus.info,2011:/support//7.548</id>

    <published>2011-01-15T14:51:54Z</published>
    <updated>2011-01-15T15:04:33Z</updated>

    <summary><![CDATA[ 	&nbsp; 	 	&nbsp; 	&nbsp; 	 ...]]></summary>
    <author>
        <name>admin</name>
        
    </author>
    
        <category term="テーマ【記事の有るテーマ】" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="ja" xml:base="http://www.cms-plus.info/support/">
        <![CDATA[<p>
	&nbsp;</p>
<p>
	<a href="http://www.cms-plus.info/support/images/new-album001.jpg" id="single3"><img alt="new-album001.jpg" class="mt-image-none" height="449" src="http://www.cms-plus.info/support/assets_c/2011/01/new-album001-thumb-540x449-379.jpg" style="" width="540" /></a></p>
<p>
	&nbsp;</p>
<p>
	&nbsp;</p>
<p>
	<a href="http://www.cms-plus.info/support/images/new-album002.jpg" id="single3"><img alt="new-album002.jpg" class="mt-image-none" height="440" src="http://www.cms-plus.info/support/assets_c/2011/01/new-album002-thumb-540x440-381.jpg" style="" width="540" /></a></p>
]]>
        
    </content>
</entry>

<entry>
    <title>MT4ユーザーの方へ</title>
    <link rel="alternate" type="text/html" href="http://www.cms-plus.info/support/cat279/1/mt4/" />
    <id>tag:www.cms-plus.info,2011:/support//7.550</id>

    <published>2011-01-15T16:01:19Z</published>
    <updated>2011-01-15T16:02:08Z</updated>

    <summary> 	Movable Type５では、今迄のMovable Type４の概念とは全...</summary>
    <author>
        <name>admin</name>
        
    </author>
    
        <category term="1.ご覧下さい" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="ja" xml:base="http://www.cms-plus.info/support/">
        <![CDATA[<p>
	Movable Type５では、今迄のMovable Type４の概念とは全く異なった構築方法に変更になりました。</p>
<p>
	１ブログ内のカテゴリーは、テーマで構成されたブログという感覚に慣れてください。</p>
<p>
	そして、サブカテゴリーは、テーマで構成されたブログのカテゴリーという考え方が解りやすいかと思います。</p>
<p>
	私たちも最初は戸惑いましたが、マルチブログの構成に慣れることでリッチでSEO効果の高いCMSサイトの運営が可能になります。</p>
]]>
        
    </content>
</entry>

<entry>
    <title>ナビゲーション（横メニュー）等が統一されません。</title>
    <link rel="alternate" type="text/html" href="http://www.cms-plus.info/support/faq/cat264/post-45/" />
    <id>tag:www.cms-plus.info,2011:/support//7.551</id>

    <published>2011-01-15T16:06:50Z</published>
    <updated>2011-01-15T16:16:21Z</updated>

    <summary> 	テーマで追加作成されたブログサイトは、以下の部分をトップのウェブサイトから読...</summary>
    <author>
        <name>admin</name>
        
    </author>
    
        <category term="その他" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="ja" xml:base="http://www.cms-plus.info/support/">
        <![CDATA[<p>
	テーマで追加作成されたブログサイトは、以下の部分をトップのウェブサイトから読み込みます。</p>
<p>
	&nbsp;</p>
<p>
	＊ヘッダー（一番上の共通部分／ロゴ・ナビ横メニュー・ヘッダーナビ・検索窓・ヘッダーディスクリプション）</p>
<p>
	＊サイドバー（左右の縦のメニュー部分）</p>
<p>
	＊フッター（一番下の共通部分／コピーライト・フッターディスクリプション・フッターメニュー etc...）</p>
<p>
	＊ブログサイトのディスクリプション（サイトの説明文）の記述や、キーワードの設定</p>
<p>
	&nbsp;</p>
<p>
	上記のサイトの設定部分や構造上の骨格部分は、全てトップのウェブサイトの設定を読み込みます。</p>
<p>
	&nbsp;</p>
<p>
	ですから、仮にナビ（横メニュー）に、テキストリンクを追加した場合や修正・削除した場合には、全てのブログの［再構築］が必要です。</p>
<p>
	&nbsp;</p>
<p>
	［再構築］することで、各ブログサイトの［ヘッダー］［サイドバー］［フッター］等のHTMLが生成され全て統一されて表示されます。</p>
<p>
	&nbsp;</p>
<p>
	<span style="color:#(color);">＊［再構築］しても表示が変らないという場合は、ブラウザーキャッシュが残っているからです。ブラウザーキャッシュとは、一度読み込んだページを次回に素早く表示させるためにブラウザーが持ち合わせている機能です。ですから、ホームページを更新した後は、ブラウザーのページの読み込み直しが必要なのです。</span></p>
]]>
        
    </content>
</entry>

<entry>
    <title>記事本文：テキストリンク</title>
    <link rel="alternate" type="text/html" href="http://www.cms-plus.info/support/cat282/post-46/" />
    <id>tag:www.cms-plus.info,2011:/support//7.552</id>

    <published>2011-01-15T16:24:26Z</published>
    <updated>2011-01-15T16:30:05Z</updated>

    <summary><![CDATA[ 	&nbsp; 	外部サイトへのリンク（ブラウザーが別ページとして表示する場合...]]></summary>
    <author>
        <name>admin</name>
        
    </author>
    
        <category term="テーマ【記事の有るテーマ】" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="ja" xml:base="http://www.cms-plus.info/support/">
        <![CDATA[<p>
	&nbsp;</p>
<p>
	外部サイトへのリンク（ブラウザーが別ページとして表示する場合）</p>
<p>
	&nbsp;</p>
<p>
	<a href="http://www.cms-plus.info/support/images/text-link001.jpg" id="single3"><img alt="text-link001.jpg" class="mt-image-none" height="298" src="http://www.cms-plus.info/support/assets_c/2011/01/text-link001-thumb-540x298-383.jpg" style="" width="540" /></a></p>
<p>
	&nbsp;</p>
<p>
	<a href="http://www.cms-plus.info/support/images/text-link002.jpg" id="single3"><img alt="text-link002.jpg" class="mt-image-none" height="428" src="http://www.cms-plus.info/support/assets_c/2011/01/text-link002-thumb-540x428-385.jpg" style="" width="540" /></a></p>
<p>
	URLにリンクさせたいドメインを入力。</p>
<p>
	&nbsp;</p>
<p>
	&nbsp;</p>
<p>
	<a href="http://www.cms-plus.info/support/images/text-link003.jpg" id="single3"><img alt="text-link003.jpg" class="mt-image-none" height="409" src="http://www.cms-plus.info/support/assets_c/2011/01/text-link003-thumb-540x409-387.jpg" style="" width="540" /></a></p>
<p>
	&nbsp;</p>
<p>
	サイト内のページにリンクさせたい場合は、「同じウィンドウ（_self）」を選択してください。</p>
<p>
	&nbsp;</p>
<p>
	&nbsp;</p>
<p>
	<a href="http://www.cms-plus.info/support/images/text-link004.jpg" id="single3"><img alt="text-link004.jpg" class="mt-image-none" height="299" src="http://www.cms-plus.info/support/assets_c/2011/01/text-link004-thumb-540x299-389.jpg" style="" width="540" /></a></p>
]]>
        
    </content>
</entry>

</feed>

