<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>ThemeShaper Forums Topic: Wrap text around image</title>
<link>http://themeshaper.com/forums/</link>
<description>Help In Shaping WordPress Themes</description>
<language>en</language>
<pubDate>Thu, 23 May 2013 00:12:44 +0000</pubDate>

<item>
<title>Devin on "Wrap text around image"</title>
<link>http://themeshaper.com/forums/topic/wrap-text-around-image#post-15901</link>
<pubDate>Wed, 29 Sep 2010 18:40:03 +0000</pubDate>
<dc:creator>Devin</dc:creator>
<guid isPermaLink="false">15901@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;An h2 is a block level element, so it automatically takes up 100% of the width and gets pushed underneath.&#60;/p&#62;
&#60;p&#62;You can change a block level element to display inline:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.entry-content h2 {display:inline;}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I think that might work for you- but let me know.&#60;/p&#62;
&#60;p&#62;You can see from the source in &#60;a href=&#34;http://wptheming.com/portfolio/&#34; rel=&#34;nofollow&#34;&#62;http://wptheming.com/portfolio/&#60;/a&#62; that I set it up to display in two columns, since I didn't want the text to wrap underneath- so that's probably not how you want it set up.
&#60;/p&#62;</description>
</item>
<item>
<title>02rilund on "Wrap text around image"</title>
<link>http://themeshaper.com/forums/topic/wrap-text-around-image#post-15862</link>
<pubDate>Mon, 27 Sep 2010 22:12:55 +0000</pubDate>
<dc:creator>02rilund</dc:creator>
<guid isPermaLink="false">15862@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I'm trying to wrap text around an image (on a page) and with basic text it's working as it should. But when i add a subheading using the h2 tag, the whole block of text moves down to underneath the image. here's my css:&#60;/p&#62;
&#60;p&#62;.entry-content {&#60;br /&#62;
    padding: 0 0 0 0;&#60;br /&#62;
}&#60;br /&#62;
.entry-content h2 {&#60;br /&#62;
    font-family:Arial,sans-serif;&#60;br /&#62;
    font-size:16px;&#60;br /&#62;
    font-weight:normal;&#60;br /&#62;
    padding:0 0 13px 0;&#60;br /&#62;
    color: #000000;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.aligncenter {&#60;br /&#62;
	display: block;&#60;br /&#62;
	margin-left: auto;&#60;br /&#62;
	margin-right: auto;&#60;br /&#62;
}&#60;br /&#62;
.alignleft {&#60;br /&#62;
	float: left;&#60;br /&#62;
}&#60;br /&#62;
.alignright {&#60;br /&#62;
	float: right;&#60;br /&#62;
}&#60;br /&#62;
img.alignleft {&#60;br /&#62;
	margin-right:10px;&#60;br /&#62;
	margin-bottom:10px;&#60;br /&#62;
}&#60;br /&#62;
img.alignright {&#60;br /&#62;
	margin-leftt:10px;&#60;br /&#62;
	margin-bottom:10px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;i can get around it by putting the text and image into separate cells in a column, but then i have another problem; the thext and image won't align at the top!&#60;/p&#62;
&#60;p&#62;EDIT&#60;br /&#62;
I would like the text and images to align something like this (but without the border on images of course):&#60;br /&#62;
&#60;a href=&#34;http://wptheming.com/portfolio/&#34; rel=&#34;nofollow&#34;&#62;http://wptheming.com/portfolio/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Any help to resolve even one of these problems would be much appreciatied!&#60;br /&#62;
Thanks
&#60;/p&#62;</description>
</item>

</channel>
</rss>
