<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Support Forum - Topic: inserting pictures and align them to right side</title>
		<link>http://www.kriesi.at/support/topic/inserting-pictures-and-align-them-to-right-side</link>
		<description>Support Forum - Topic: inserting pictures and align them to right side</description>
		<language>en-US</language>
		<pubDate>Sat, 25 May 2013 10:23:20 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/inserting-pictures-and-align-them-to-right-side" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "inserting pictures and align them to right side"</title>
			<link>http://www.kriesi.at/support/topic/inserting-pictures-and-align-them-to-right-side#post-50223</link>
			<pubDate>Thu, 05 Apr 2012 19:45:13 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">50223@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey n0gear,&#60;/p&#62;
&#60;p&#62;It looks like its a good fix and should work fine for you. Just add #content before the .alignright class in the style.css.&#60;/p&#62;
&#60;p&#62;Thank you Thomas for the assist :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>n0gear on "inserting pictures and align them to right side"</title>
			<link>http://www.kriesi.at/support/topic/inserting-pictures-and-align-them-to-right-side#post-49969</link>
			<pubDate>Wed, 04 Apr 2012 13:28:29 +0000</pubDate>
			<dc:creator>n0gear</dc:creator>
			<guid isPermaLink="false">49969@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;All I have to do is add #content  .algnright line to style.css?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ThomasNorden on "inserting pictures and align them to right side"</title>
			<link>http://www.kriesi.at/support/topic/inserting-pictures-and-align-them-to-right-side#post-49818</link>
			<pubDate>Tue, 03 Apr 2012 21:16:43 +0000</pubDate>
			<dc:creator>ThomasNorden</dc:creator>
			<guid isPermaLink="false">49818@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Here is the link to my published dummy page: &#60;a href=&#34;http://www.tandlarsson.com/thomas-testar/&#34; rel=&#34;nofollow&#34;&#62;http://www.tandlarsson.com/thomas-testar/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Now it works becuae I added a #content selector to the css --&#38;gt; #content .alignright&#60;/p&#62;
&#60;p&#62;Not too sure if it messes up any other pages, haven't gotten around to check that yet.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mya on "inserting pictures and align them to right side"</title>
			<link>http://www.kriesi.at/support/topic/inserting-pictures-and-align-them-to-right-side#post-49809</link>
			<pubDate>Tue, 03 Apr 2012 20:49:43 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">49809@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Thomas,&#60;/p&#62;
&#60;p&#62;Can you resend that link? I'm seeing a 404 error.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ThomasNorden on "inserting pictures and align them to right side"</title>
			<link>http://www.kriesi.at/support/topic/inserting-pictures-and-align-them-to-right-side#post-49808</link>
			<pubDate>Tue, 03 Apr 2012 20:47:20 +0000</pubDate>
			<dc:creator>ThomasNorden</dc:creator>
			<guid isPermaLink="false">49808@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I have a similar issue with regular posts. When I insert images into the posts I can align them right, left and center in the editor, but when I look at the published posts all the images are aligned to the left. Any workaround for that?&#60;/p&#62;
&#60;p&#62;Here is an example &#60;a href=&#34;http://www.tandlarsson.com/?p=319&#34; rel=&#34;nofollow&#34;&#62;http://www.tandlarsson.com/?p=319&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "inserting pictures and align them to right side"</title>
			<link>http://www.kriesi.at/support/topic/inserting-pictures-and-align-them-to-right-side#post-49599</link>
			<pubDate>Mon, 02 Apr 2012 20:05:37 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">49599@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi K,&#60;/p&#62;
&#60;p&#62;Can you add the images into the page and then provide a link to it? &#60;/p&#62;
&#60;p&#62;You could also try adding a new class to the style.css called link-page-images and give it the float right attribute. The final class would look like:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.link-page-images{
float:right;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Then you can add the .link-page-images class to the image in the Advanced Settings after inserting the image into the visual editor. Just click on the image to get the pop-up for it then go to the Advanced Settings tab and enter the class name into the CSS class box (make sure to delete alignnone if it is listed there).&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>n0gear on "inserting pictures and align them to right side"</title>
			<link>http://www.kriesi.at/support/topic/inserting-pictures-and-align-them-to-right-side#post-49348</link>
			<pubDate>Sat, 31 Mar 2012 16:51:43 +0000</pubDate>
			<dc:creator>n0gear</dc:creator>
			<guid isPermaLink="false">49348@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I have a links page and I'm trying to add images to it and align them to right side.&#60;br /&#62;
For some odd reason it just won't work. Pictures continue to show on a left side of a page.&#60;/p&#62;
&#60;p&#62;The page is using default template page.&#60;/p&#62;
&#60;p&#62;Heres the example code:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;a title=&#38;quot;Sähkö- ja teleurakoitsijaliitto STUL ry&#38;quot; href=&#38;quot;http://stul.fi/&#38;quot;&#38;gt;Sähkö- ja teleurakoitsijaliitto STUL ry&#38;lt;/a&#38;gt;&#38;lt;a href=&#38;quot;http://sahkovaronen.fi/wp-content/uploads/2012/01/2011-04-12_29428.jpg&#38;quot;&#38;gt;&#38;lt;img title=&#38;quot;kattovalaistus&#38;quot; src=&#38;quot;http://sahkovaronen.fi/wp-content/uploads/2012/01/2011-04-12_29428-300x200.jpg&#38;quot; alt=&#38;quot;&#38;quot; /&#38;gt;&#38;lt;/a&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;On visual it shows as it should, but when you preview it its all crooked as i explained earlier.&#60;/p&#62;
&#60;p&#62;Is there any other way to do it? For example divide the page in two halves somehow?&#60;/p&#62;
&#60;p&#62;K
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
