<?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: Diferent page titles, but images are not showed... code &amp; URL inside</title>
		<link>http://en.forums.wordpress.com/topic/diferent-page-titles-but-images-are-not-showed-code-amp-url-inside</link>
		<description>WordPress.com Forums &#187; Topic: Diferent page titles, but images are not showed... code &amp; URL inside</description>
		<language>en</language>
		<pubDate>Wed, 19 Jun 2013 15:51:16 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/diferent-page-titles-but-images-are-not-showed-code-amp-url-inside" rel="self" type="application/rss+xml" />

		<item>
			<title>teylah on "Diferent page titles, but images are not showed... code &amp; URL inside"</title>
			<link>http://en.forums.wordpress.com/topic/diferent-page-titles-but-images-are-not-showed-code-amp-url-inside#post-538419</link>
			<pubDate>Sun, 26 Dec 2010 10:43:04 +0000</pubDate>
			<dc:creator>teylah</dc:creator>
			<guid isPermaLink="false">538419@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Allready done it, but couldn't delete these post ;)
</p>
]]></description>
					</item>
		<item>
			<title>auxclass on "Diferent page titles, but images are not showed... code &amp; URL inside"</title>
			<link>http://en.forums.wordpress.com/topic/diferent-page-titles-but-images-are-not-showed-code-amp-url-inside#post-538337</link>
			<pubDate>Sun, 26 Dec 2010 01:18:02 +0000</pubDate>
			<dc:creator>auxclass</dc:creator>
			<guid isPermaLink="false">538337@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You have been working on the CSS for a week with an account that is less than 1 hour old - the site you specified in your post is not hosted here at WordPress.COM - this Forum is for the support of sites at WordPress.COM - yu should take the advice of the friendly supportbot and make friends over at WordPress.ORG for help.
</p>
]]></description>
					</item>
		<item>
			<title>supportbot on "Diferent page titles, but images are not showed... code &amp; URL inside"</title>
			<link>http://en.forums.wordpress.com/topic/diferent-page-titles-but-images-are-not-showed-code-amp-url-inside#post-538332</link>
			<pubDate>Sun, 26 Dec 2010 00:29:50 +0000</pubDate>
			<dc:creator>supportbot</dc:creator>
			<guid isPermaLink="false">538332@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You did not specify a blog address or reason for posting when you created this topic.</p>
<p>This support forum is for blogs hosted at WordPress.com. If your question is about a self-hosted WordPress blog then you'll find help at the <a href="http://wordpress.org/support/">WordPress.org forums</a>.</p>
<p>If you don't understand the difference between WordPress.com and WordPress.org, you may find <a href="http://support.wordpress.com/com-vs-org/">this information</a> helpful.</p>
<p>If you forgot to include a link to your blog, you can reply and include it below.  It'll help people to answer your question.</p>
<p>This is an automated message.
</p>
]]></description>
					</item>
		<item>
			<title>teylah on "Diferent page titles, but images are not showed... code &amp; URL inside"</title>
			<link>http://en.forums.wordpress.com/topic/diferent-page-titles-but-images-are-not-showed-code-amp-url-inside#post-538331</link>
			<pubDate>Sun, 26 Dec 2010 00:29:49 +0000</pubDate>
			<dc:creator>teylah</dc:creator>
			<guid isPermaLink="false">538331@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi guys,</p>
<p>After a week testing wordpress, and CSS I arrived to a conclusion, I'm lost! </p>
<p>My blog is: <a href="http://www.getlow.es" rel="nofollow">http://www.getlow.es</a> whit K2 Theme</p>
<p>As you can see I have a backgroud Image called Asphalt.jpg, on the same image I want to put tu repetitive images called tire.png, and on the right side of the blog near the menu bars I want to put another image called turbo.png.</p>
<p>The code is as follows:</p>
<pre><code>#page,body.smartposition #rollingarchives {
background:white;
}

#page {
text-align:left;
padding-top:20px;
position:relative;
border:1px solid #ddd;
border-top:none;
clear:both;
border-bottom-left-radius:5px;
border-bottom-right-radius:5px;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-webkit-border-bottom-left-radius:5px;
-webkit-border-bottom-right-radius:5px;
margin:0 auto;
}

#pagel {
width:800px;
height:1280px;
background-image:url(&#039;http://www.getlow.es/wp-content/themes/k2/tire.png&#039;);
position:absolute;
top:450px;
left:-800px;
margin:0 auto;
padding:0;
}

#pager {
width:800px;
height:1280px;
background-image:url(&#039;http://www.getlow.es/wp-content/themes/k2/tire.png&#039;);
position:absolute;
top:100px;
right:0;
margin:0 auto;
padding:0;
}

#turbor {
width:335px;
height:251px;
background-image:url(&#039;http://www.getlow.es/wp-content/themes/k2/turbo.png&#039;);
position:absolute;
top:270px;
left:620px;
margin:0 auto;
padding:0;
}

.columns-one #page {
width:560px;
}

.columns-two #page {
width:780px;
}

.columns-three #page {
width:950px;
}

#header {
position:relative;
height:200px;
background:#3371A3 url(&#039;http://www.getlow.es/wp-content/themes/k2/styles/turbo/header.jpg&#039;);
background-position:top right;
background-repeat:no-repeat;
overflow:hidden;
}</code></pre>
<p>As you can see I called the pages: page, page1, pager and turbor, putting in the URL of the images, also WIDE and HIGH as mentioned in above threads, but the images are still not showing.</p>
<p>Any ideas?</p>
<p>Thank you in advance.
</p>
]]></description>
					</item>

	</channel>
</rss>
