<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1-alpha-2539" -->
<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>WordPress.com Forums &#187; Topic: Can photos be placed behind text, as background?</title>
		<link>http://en.forums.wordpress.com/topic/can-photos-be-placed-behind-text-as-background</link>
		<description>WordPress.com Forums &#187; Topic: Can photos be placed behind text, as background?</description>
		<language>en</language>
		<pubDate>Wed, 22 May 2013 07:07:31 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/can-photos-be-placed-behind-text-as-background" rel="self" type="application/rss+xml" />

		<item>
			<title>1tess on "Can photos be placed behind text, as background?"</title>
			<link>http://en.forums.wordpress.com/topic/can-photos-be-placed-behind-text-as-background#post-251301</link>
			<pubDate>Mon, 22 Sep 2008 20:20:08 +0000</pubDate>
			<dc:creator>1tess</dc:creator>
			<guid isPermaLink="false">251301@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p><code>background-repeat: repeat-x;</code> gives you a tiled row. And "-y" a tiled column. It took me a while to understand that you don't put in a number for x or y.</p>
<p>Hmmm. I just tested the "center center", and you are right, the second "center" is not needed. But if you put in "center top," the image starts with the text at the top of the imgage! Just plain "center" starts the text in the middle of the image. "bottom" works too.
</p>
]]></description>
					</item>
		<item>
			<title>panaghiotisadam on "Can photos be placed behind text, as background?"</title>
			<link>http://en.forums.wordpress.com/topic/can-photos-be-placed-behind-text-as-background#post-251274</link>
			<pubDate>Mon, 22 Sep 2008 18:52:50 +0000</pubDate>
			<dc:creator>panaghiotisadam</dc:creator>
			<guid isPermaLink="false">251274@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>@1tess: Yes of course, you can add various commands for positioning. But I hadn't found the proper way to force no repeats (I had tried repeat "none" or "0"), so I resorted to the above. Thanks for the greatly improved version! (And yes, the second "center" has to go.)
</p>
]]></description>
					</item>
		<item>
			<title>1tess on "Can photos be placed behind text, as background?"</title>
			<link>http://en.forums.wordpress.com/topic/can-photos-be-placed-behind-text-as-background#post-251246</link>
			<pubDate>Mon, 22 Sep 2008 18:09:02 +0000</pubDate>
			<dc:creator>1tess</dc:creator>
			<guid isPermaLink="false">251246@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Sorry, not "?w=, just ?w=NUMBER OF PIXELS
</p>
]]></description>
					</item>
		<item>
			<title>1tess on "Can photos be placed behind text, as background?"</title>
			<link>http://en.forums.wordpress.com/topic/can-photos-be-placed-behind-text-as-background#post-251243</link>
			<pubDate>Mon, 22 Sep 2008 18:07:57 +0000</pubDate>
			<dc:creator>1tess</dc:creator>
			<guid isPermaLink="false">251243@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>panaghiotisadam,<br />
Your method resized the pic but it's stuck on the top left, even if you try to put in background-position?<br />
This worked for me on today's post:<br />
<code>&lt;div style=&quot;background-image: url(IMAGE URL?w=NUMBER OF PIXELS); background-position: center center; background-repeat: no-repeat; text-align: center;&quot;&gt;TEXT AND PICTURES HERE&lt;/div&gt;</code><br />
After IMAGE URL put "?w= to size the pic, then stipulate background-position (I don't think I need both centers?), background-repeat (repeat-x, repeat-y, or no-repeat)<br />
I'm working on a post for tomorrow with a vertical image repeat.<br />
OH! and unless you type in html, use shift-return for line breaks, or the div style starts all over again.
</p>
]]></description>
					</item>
		<item>
			<title>kbassler on "Can photos be placed behind text, as background?"</title>
			<link>http://en.forums.wordpress.com/topic/can-photos-be-placed-behind-text-as-background#post-250679</link>
			<pubDate>Sat, 20 Sep 2008 23:02:16 +0000</pubDate>
			<dc:creator>kbassler</dc:creator>
			<guid isPermaLink="false">250679@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Great - thanks!</p>
<p>kpod
</p>
]]></description>
					</item>
		<item>
			<title>panaghiotisadam on "Can photos be placed behind text, as background?"</title>
			<link>http://en.forums.wordpress.com/topic/can-photos-be-placed-behind-text-as-background#post-250676</link>
			<pubDate>Sat, 20 Sep 2008 22:59:26 +0000</pubDate>
			<dc:creator>panaghiotisadam</dc:creator>
			<guid isPermaLink="false">250676@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>When you want to show us something, you must give the link to a published post: we cannot access your dashboard.</p>
<p>Anyway I know what you're talking about, and sorry, I hadn't experimented with that trick enough. The code I gave above makes the background adjust to the text (cropping the image, if the text is short, or repeating it in the opposite case). To avoid either of these, you must restrict it to the actual dimensions of the original image, this way:<br />
<code>&lt;div style=&quot;background-image:url(IMAGE_URL_HERE);width:NUMBER_OF_PIXELS_HEREpx;height:NUMBER_OF_PIXELS_HEREpx;&quot;&gt;TEXT_HERE&lt;/div&gt;</code>
</p>
]]></description>
					</item>
		<item>
			<title>kbassler on "Can photos be placed behind text, as background?"</title>
			<link>http://en.forums.wordpress.com/topic/can-photos-be-placed-behind-text-as-background#post-250671</link>
			<pubDate>Sat, 20 Sep 2008 22:42:48 +0000</pubDate>
			<dc:creator>kbassler</dc:creator>
			<guid isPermaLink="false">250671@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hey panaghiotisadam, I tried that and it worked, sort of.  I got a strip of my photo with the text overwritten.  Am I doing something wrong so that the whole photo doesn't appear:  <a href="http://kjbpod.wordpress.com/wp-admin/post.php?action=edit&#038;post=883" rel="nofollow">http://kjbpod.wordpress.com/wp-admin/post.php?action=edit&#038;post=883</a></p>
<p>thanks,<br />
kpod
</p>
]]></description>
					</item>
		<item>
			<title>1tess on "Can photos be placed behind text, as background?"</title>
			<link>http://en.forums.wordpress.com/topic/can-photos-be-placed-behind-text-as-background#post-250562</link>
			<pubDate>Sat, 20 Sep 2008 16:16:49 +0000</pubDate>
			<dc:creator>1tess</dc:creator>
			<guid isPermaLink="false">250562@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Wow! That is cool!
</p>
]]></description>
					</item>
		<item>
			<title>vivianpaige on "Can photos be placed behind text, as background?"</title>
			<link>http://en.forums.wordpress.com/topic/can-photos-be-placed-behind-text-as-background#post-250550</link>
			<pubDate>Sat, 20 Sep 2008 15:32:24 +0000</pubDate>
			<dc:creator>vivianpaige</dc:creator>
			<guid isPermaLink="false">250550@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Bookmarked for future reference :)
</p>
]]></description>
					</item>
		<item>
			<title>panaghiotisadam on "Can photos be placed behind text, as background?"</title>
			<link>http://en.forums.wordpress.com/topic/can-photos-be-placed-behind-text-as-background#post-250522</link>
			<pubDate>Sat, 20 Sep 2008 13:35:24 +0000</pubDate>
			<dc:creator>panaghiotisadam</dc:creator>
			<guid isPermaLink="false">250522@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Actually it IS possible:<br />
<code>&lt;div style=&quot;background-image:url(IMAGE_URL_HERE);&quot;&gt;TEXT_HERE&lt;/div&gt;</code>
</p>
]]></description>
					</item>
		<item>
			<title>demyanlavor on "Can photos be placed behind text, as background?"</title>
			<link>http://en.forums.wordpress.com/topic/can-photos-be-placed-behind-text-as-background#post-250470</link>
			<pubDate>Sat, 20 Sep 2008 06:30:49 +0000</pubDate>
			<dc:creator>demyanlavor</dc:creator>
			<guid isPermaLink="false">250470@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I don't think so,but if it's passable I want to know how!
</p>
]]></description>
					</item>
		<item>
			<title>vivianpaige on "Can photos be placed behind text, as background?"</title>
			<link>http://en.forums.wordpress.com/topic/can-photos-be-placed-behind-text-as-background#post-250448</link>
			<pubDate>Sat, 20 Sep 2008 04:23:11 +0000</pubDate>
			<dc:creator>vivianpaige</dc:creator>
			<guid isPermaLink="false">250448@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Nevermind. I think you are talking about this blog. <a href="http://kjbpod.wordpress.com/" rel="nofollow">http://kjbpod.wordpress.com/</a></p>
<p>Short answer - there is no way to do it here. Best bet would be to put the text on the photo before you upload it.
</p>
]]></description>
					</item>
		<item>
			<title>vivianpaige on "Can photos be placed behind text, as background?"</title>
			<link>http://en.forums.wordpress.com/topic/can-photos-be-placed-behind-text-as-background#post-250446</link>
			<pubDate>Sat, 20 Sep 2008 04:18:02 +0000</pubDate>
			<dc:creator>vivianpaige</dc:creator>
			<guid isPermaLink="false">250446@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>How about we start with a link to your wordpress.COM blog? The reason for asking is that we cannot tell if your blog is hosted here and without that information, we may be giving you the wrong answer.
</p>
]]></description>
					</item>
		<item>
			<title>kbassler on "Can photos be placed behind text, as background?"</title>
			<link>http://en.forums.wordpress.com/topic/can-photos-be-placed-behind-text-as-background#post-250444</link>
			<pubDate>Sat, 20 Sep 2008 04:04:44 +0000</pubDate>
			<dc:creator>kbassler</dc:creator>
			<guid isPermaLink="false">250444@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I'd like to be able to have images float behind text in some of my posts.  Is this possible, and if so, how do I manage it?  I don't want text wrapping around my picture, I want it written over the picture itself.</p>
<p>thanks!
</p>
]]></description>
					</item>

	</channel>
</rss>
