<?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>Vitamin CH (Chocolate) &#187; html</title>
	<atom:link href="http://vitaminch.com/blogs/tag/html/feed/" rel="self" type="application/rss+xml" />
	<link>http://vitaminch.com/blogs</link>
	<description>The essence of getting things done</description>
	<lastBuildDate>Sat, 12 May 2012 21:01:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Pictures in WordPress with spaces and captions</title>
		<link>http://vitaminch.com/blogs/2010/02/10/pictures-in-wordpress-with-spaces-and-captions/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=pictures-in-wordpress-with-spaces-and-captions</link>
		<comments>http://vitaminch.com/blogs/2010/02/10/pictures-in-wordpress-with-spaces-and-captions/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 05:22:53 +0000</pubDate>
		<dc:creator>CallKathy</dc:creator>
				<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[captions]]></category>
		<category><![CDATA[hints]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[mini-tutorial]]></category>
		<category><![CDATA[pictures]]></category>
		<category><![CDATA[symbaloo]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://vitaminch.com/blogs/?p=109</guid>
		<description><![CDATA[Need to add pictures with captions to your WordPress blog entry? Here is a quick tutorial with HTML code on how to do it!]]></description>
			<content:encoded><![CDATA[<div id="tweetbutton109" class="tw_button" style="float: right; margin-left: 10px;"><a href="http://twitter.com/share?url=http%3A%2F%2Fbit.ly%2FbWZnue&amp;via=CallKathy&amp;text=Pictures%20in%20WordPress%20with%20spaces%20and%20captions%20-%20Vitamin%20CH%20%28Chocolate%29&amp;related=&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Fvitaminch.com%2Fblogs%2F2010%2F02%2F10%2Fpictures-in-wordpress-with-spaces-and-captions%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://vitaminch.com/blogs/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div><p>My team member at my new job, <a href="http://blog.symbaloo.com/" target="_blank">Kimmie Chann</a>, was having a problem getting pictures from Flickr to embed in her WordPress blog. Since I have fought the same battles with some of my images here on VitaminCH, I thought I would share with everyone a quick solution to the problem.</p>
<p>The first step is to get the link for your image and decide where in your post you want the image to show. While editing the blog post, switch from the &#8220;Visual&#8221; tab to the &#8220;HTML&#8221; tab. Find the place in the post where you want your picture to appear.</p>
<p>Your next step is to put together the code for the picture, the link, and the caption. Start with this code:</p>
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p>[ caption id="Name_Of_Photo" align="aligncenter" width="500" caption="Caption_Text &lt;/a&gt;" ]&lt;a title=&#8221;Hover_Text&#8221; href=&#8221;LINK_URL&#8221;&gt;&lt;img src=&#8221;Picture_URL&#8221; border=&#8221;10&#8243; alt=&#8221;ALT_Text&#8221; width=&#8221;500&#8243; height=&#8221;350&#8243; /&gt;[/caption]</p>
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">Where:</p>
<ul>
<li>Name_Of_Photo is the name of the photo in your graphics library</li>
<li>Caption_Text is the text you want to show below the photo</li>
<li>Hover_Text is the text to show on mouse over</li>
<li>LINK_URL is the link to the page to go to when the picture is clicked</li>
<li>Picture_URL is the Flickr (or other photo storage) URL for the picture itself</li>
<li>ALT_Text is the text to show if the picture is not shown or if a screen reader is being used</li>
</ul>
<p><em>Please note: In the sample code, I have added an extra space after the &#8220;[" and before the "]&#8220;. This is so that you can actually see the comment code that makes this trick work.</em></p>
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">Let&#8217;s see a real example. This HTML:</p>
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p>[ caption id="attachment_31" align="aligncenter" width="500" caption="DigiBordMenu" ]&lt;a title=&#8221;Picture 1 by kimmie_chann, on Flickr&#8221; href=&#8221;http://www.symbaloo.com/public/2273/digibordmenu/&#8221;&gt;&lt;img src=&#8221;http://farm5.static.flickr.com/4033/4347211019_2404bed17a.jpg&#8221; border=&#8221;10&#8243; alt=&#8221;Picture 1&#8243; width=&#8221;500&#8243; height=&#8221;350&#8243; /&gt;&lt;/a&gt;[/caption]</p>
<p>Picture 2</p>
<p>[ caption id="attachment_31" align="aligncenter" width="500" caption=" lyne fichet" ]&lt;a title=&#8221;Picture 3 by kimmie_chann, on Flickr&#8221; href=&#8221;http://www.symbaloo.com/public/5886/lyne-fichet&#8211;mes-bureaux-publics-&#8221;&gt;&lt;img src=&#8221;http://farm3.static.flickr.com/2730/4347958686_6c161c9203.jpg&#8221; border=&#8221;10&#8243; alt=&#8221;Picture 3&#8243; width=&#8221;500&#8243; height=&#8221;350&#8243; /&gt;&lt;/a&gt;[/caption]</p>
<blockquote>
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">Gives this result:</p>
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<div id="attachment_31" class="wp-caption aligncenter" style="width: 510px"><a title="Picture 1 by kimmie_chann, on Flickr" href="http://www.symbaloo.com/public/2273/digibordmenu/"><img src="http://farm5.static.flickr.com/4033/4347211019_2404bed17a.jpg" border="10" alt="Picture 1" width="500" height="350" /></a><p class="wp-caption-text">DigiBordMenu</p></div>
<p>Picture 2</p>
<div id="attachment_31" class="wp-caption aligncenter" style="width: 510px"><a title="Picture 3 by kimmie_chann, on Flickr" href="hhttp://www.symbaloo.com/public/5886/lyne-fichet--mes-bureaux-publics-"><img src="http://farm3.static.flickr.com/2730/4347958686_6c161c9203.jpg" border="10" alt="Picture 3" width="500" height="350" /></a><p class="wp-caption-text"> lyne fichet</p></div>
<p>Once you have the HTML added, switch back to the &#8220;Visual&#8221; tab. You should see the pictures in your post just as they will show in the actual entry.</p>
<p>I hope that makes sense and that you find it useful!</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://vitaminch.com/blogs/2010/02/10/pictures-in-wordpress-with-spaces-and-captions/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

