<?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: how could I add my logo in the header?</title>
		<link>http://en.forums.wordpress.com/topic/how-could-i-add-my-logo-in-the-header</link>
		<description>WordPress.com Forums &#187; Topic: how could I add my logo in the header?</description>
		<language>en</language>
		<pubDate>Thu, 23 May 2013 09:44:14 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/how-could-i-add-my-logo-in-the-header" rel="self" type="application/rss+xml" />

		<item>
			<title>designsimply on "how could I add my logo in the header?"</title>
			<link>http://en.forums.wordpress.com/topic/how-could-i-add-my-logo-in-the-header#post-1088309</link>
			<pubDate>Thu, 06 Dec 2012 16:45:22 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1088309@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Here is a good beginner CSS tutorial:<br />
<a href="http://www.htmldog.com/guides/cssbeginner/" rel="nofollow">http://www.htmldog.com/guides/cssbeginner/</a>
</p>
]]></description>
					</item>
		<item>
			<title>excellenceexpert on "how could I add my logo in the header?"</title>
			<link>http://en.forums.wordpress.com/topic/how-could-i-add-my-logo-in-the-header#post-1064981</link>
			<pubDate>Fri, 09 Nov 2012 09:21:43 +0000</pubDate>
			<dc:creator>excellenceexpert</dc:creator>
			<guid isPermaLink="false">1064981@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>thanks all </p>
<p>i will try it<br />
and if anybody have a link to css tutorial for codes and how to do things<br />
please share it with us</p>
<p>thank you again
</p>
]]></description>
					</item>
		<item>
			<title>mylinksbook on "how could I add my logo in the header?"</title>
			<link>http://en.forums.wordpress.com/topic/how-could-i-add-my-logo-in-the-header#post-1064643</link>
			<pubDate>Thu, 08 Nov 2012 21:10:29 +0000</pubDate>
			<dc:creator>mylinksbook</dc:creator>
			<guid isPermaLink="false">1064643@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>#header {<br />
background: url('http://xxxx.jpg') no-repeat scroll right transparent;<br />
height: 40px;<br />
margin-top: 0;<br />
margin-bottom: 20px;<br />
margin-right: 110px;<br />
}</p>
<p>#header .SAMPO&#124;MEDIA {<br />
margin-top: 0;
</p>
]]></description>
					</item>
		<item>
			<title>mylinksbook on "how could I add my logo in the header?"</title>
			<link>http://en.forums.wordpress.com/topic/how-could-i-add-my-logo-in-the-header#post-1064626</link>
			<pubDate>Thu, 08 Nov 2012 21:01:24 +0000</pubDate>
			<dc:creator>mylinksbook</dc:creator>
			<guid isPermaLink="false">1064626@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>#header {<br />
background: url('http://xxxx.jpg') no-repeat scroll right transparent;<br />
height: 60px;<br />
margin-top: 0;<br />
margin-bottom: 20px;<br />
margin-right: 110px;<br />
}</p>
<p>#header .SAMPO&#124;MEDIA {<br />
margin-top: 0;<br />
}
</p>
]]></description>
					</item>
		<item>
			<title>sampomedia on "how could I add my logo in the header?"</title>
			<link>http://en.forums.wordpress.com/topic/how-could-i-add-my-logo-in-the-header#post-1064362</link>
			<pubDate>Thu, 08 Nov 2012 17:22:17 +0000</pubDate>
			<dc:creator>sampomedia</dc:creator>
			<guid isPermaLink="false">1064362@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Obviously above was done in CSS custom design, for which I think you need to upgrade.
</p>
]]></description>
					</item>
		<item>
			<title>sampomedia on "how could I add my logo in the header?"</title>
			<link>http://en.forums.wordpress.com/topic/how-could-i-add-my-logo-in-the-header#post-1064360</link>
			<pubDate>Thu, 08 Nov 2012 17:20:26 +0000</pubDate>
			<dc:creator>sampomedia</dc:creator>
			<guid isPermaLink="false">1064360@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I've only just started but I wanted my logo by the heading and it took hours of experimentation before it worked. If it saves anyone else time, that's great. I am using Customized Inuit Types theme but presumably works elsewhere. You can change the 'right' to left or center - and adjust the margin accordingly. </p>
<p>#header {<br />
	background: url('http://xxxx.jpg') no-repeat scroll right transparent;<br />
	height: 60px;<br />
	margin-top: 0;<br />
	margin-bottom: 20px;<br />
	margin-right: 110px;<br />
}</p>
<p>#header .SAMPO&#124;MEDIA {<br />
	margin-top: 0;<br />
}</p>
<p>Sorry if it doesn't help
</p>
]]></description>
					</item>
		<item>
			<title>excellenceexpert on "how could I add my logo in the header?"</title>
			<link>http://en.forums.wordpress.com/topic/how-could-i-add-my-logo-in-the-header#post-1064004</link>
			<pubDate>Thu, 08 Nov 2012 12:05:19 +0000</pubDate>
			<dc:creator>excellenceexpert</dc:creator>
			<guid isPermaLink="false">1064004@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>please any answer
</p>
]]></description>
					</item>
		<item>
			<title>lyangsaykhieng on "how could I add my logo in the header?"</title>
			<link>http://en.forums.wordpress.com/topic/how-could-i-add-my-logo-in-the-header#post-1063998</link>
			<pubDate>Thu, 08 Nov 2012 11:47:24 +0000</pubDate>
			<dc:creator>lyangsaykhieng</dc:creator>
			<guid isPermaLink="false">1063998@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p><strong>LK</strong>
</p>
]]></description>
					</item>
		<item>
			<title>excellenceexpert on "how could I add my logo in the header?"</title>
			<link>http://en.forums.wordpress.com/topic/how-could-i-add-my-logo-in-the-header#post-1063992</link>
			<pubDate>Thu, 08 Nov 2012 11:35:11 +0000</pubDate>
			<dc:creator>excellenceexpert</dc:creator>
			<guid isPermaLink="false">1063992@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>dear sirs<br />
i'd like to know how could add a logo in my header<br />
as I am a very begginner in css or web design at all
</p>
]]></description>
					</item>

	</channel>
</rss>
