<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wikidot="http://www.wikidot.com/rss-namespace">

	<channel>
		<title>Comments for page &quot;Adding A Site Logo&quot;</title>
		<link>http://snippets.wikidot.com/code:adding-a-site-logo/comments/show</link>
		<description></description>
				<copyright></copyright>
		<lastBuildDate></lastBuildDate>
		
					<item>
				<guid>http://snippets.wikidot.com/code:adding-a-site-logo/comments/show#post-226741</guid>
				<title>Re:</title>
				<link>http://snippets.wikidot.com/code:adding-a-site-logo/comments/show#post-226741</link>
				<description></description>
				<pubDate>Thu, 24 Jul 2008 16:37:39 +0000</pubDate>
				<wikidot:authorName>zefa</wikidot:authorName>				<wikidot:authorUserId>171308</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Thanks for the link man very helpful</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://snippets.wikidot.com/code:adding-a-site-logo/comments/show#post-219802</guid>
				<title>Extending Shiny For Logo Insertion</title>
				<link>http://snippets.wikidot.com/code:adding-a-site-logo/comments/show#post-219802</link>
				<description></description>
				<pubDate>Mon, 14 Jul 2008 03:32:04 +0000</pubDate>
				<wikidot:authorName>KeysoftServices</wikidot:authorName>				<wikidot:authorUserId>113540</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hi Here is my piece of code to:Logo Insertion</p> <p>#header-extra-div-1 {<br /> height: 150px;<br /> width: 200px;<br /> float: left;<br /> background-image: url('<a href="http://keysoftbiservices.wikidot.com/local--files/start/KEYSOFT%20LOGO">http://keysoftbiservices.wikidot.com/local--files/start/KEYSOFT%20LOGO</a>');<br /> background-repeat: no-repeat;<br /> padding: 0;<br /> position: absolute;<br /> top: 5px;<br /> right:102%;<br /> }</p> <p>Here is the result:<br /> <a href="http://keysoftbiservices.wikidot.com/">http://keysoftbiservices.wikidot.com/</a></p> <p>Regards</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://snippets.wikidot.com/code:adding-a-site-logo/comments/show#post-213047</guid>
				<title>Re: Good tip!</title>
				<link>http://snippets.wikidot.com/code:adding-a-site-logo/comments/show#post-213047</link>
				<description></description>
				<pubDate>Thu, 03 Jul 2008 03:12:14 +0000</pubDate>
				<wikidot:authorName>wowstrategy</wikidot:authorName>				<wikidot:authorUserId>158879</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>it doesnt seem to work when extending shiny…any ideas?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://snippets.wikidot.com/code:adding-a-site-logo/comments/show#post-213042</guid>
				<title>Re: Good tip!</title>
				<link>http://snippets.wikidot.com/code:adding-a-site-logo/comments/show#post-213042</link>
				<description></description>
				<pubDate>Thu, 03 Jul 2008 03:01:52 +0000</pubDate>
				<wikidot:authorName>wowstrategy</wikidot:authorName>				<wikidot:authorUserId>158879</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>i tried putting this exact code into mine, no image. i cant get this tip working at all, no image shows up.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://snippets.wikidot.com/code:adding-a-site-logo/comments/show#post-198744</guid>
				<title>Don&#039;t forget</title>
				<link>http://snippets.wikidot.com/code:adding-a-site-logo/comments/show#post-198744</link>
				<description></description>
				<pubDate>Tue, 17 Jun 2008 14:49:58 +0000</pubDate>
				<wikidot:authorName>viszlai</wikidot:authorName>				<wikidot:authorUserId>24748</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>In my version the file name was Case sensitive logo.JPG vrs logo.jpg</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://snippets.wikidot.com/code:adding-a-site-logo/comments/show#post-194933</guid>
				<title>Good tip!</title>
				<link>http://snippets.wikidot.com/code:adding-a-site-logo/comments/show#post-194933</link>
				<description></description>
				<pubDate>Sat, 14 Jun 2008 11:53:31 +0000</pubDate>
				<wikidot:authorName>karl3i</wikidot:authorName>				<wikidot:authorUserId>128089</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Thanks for that :)</p> <p>Here is my piece of code to:</p> <ul> <li>increase a little bit the header height</li> <li>increase a little bit the image width</li> <li>put a PNG instead of the JPG (using transparency)</li> </ul> <p>Here is the code:</p> <p>#header {<br /> height: 120px;<br /> }<br /> #header h1 a span{<br /> display: none;<br /> }<br /> #header h2 {<br /> display: none;<br /> }<br /> #header h1 a,#header h1 a:hover{<br /> margin: 0;<br /> padding: 0;<br /> background-image: url(<a href="http://dents-de-sagesse.wikidot.com/local--files/start/logo.png">http://dents-de-sagesse.wikidot.com/local--files/start/logo.png</a>);<br /> height: 90px;<br /> width: 502px;<br /> position: absolute;<br /> top: 10px;<br /> left: 20px;<br /> }</p> <p>Here is the result:<br /> <a href="http://dents-de-sagesse.wikidot.com/">http://dents-de-sagesse.wikidot.com/</a></p> <p>Happy wikying to all!</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://snippets.wikidot.com/code:adding-a-site-logo/comments/show#post-169398</guid>
				<title>DATA ENTRY</title>
				<link>http://snippets.wikidot.com/code:adding-a-site-logo/comments/show#post-169398</link>
				<description></description>
				<pubDate>Fri, 23 May 2008 18:27:25 +0000</pubDate>
				<wikidot:authorName>charls</wikidot:authorName>				<wikidot:authorUserId>132504</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>thanks for the information man<br /> i's like it,at least i learn from it<br /> better to create or adding a SITE LOGO<br /> good dAy to all<br /> and GOD bless<br /> ^_^</p> <p><span style="text-decoration: underline;">_</span><span style="text-decoration: underline;">_</span><br /> charls</p> <p>Did you see it? One more time? You won't get faked out here! &lt;a href="<a href="http://www.SelectWealthSystem.com/?t=wc">http://www.SelectWealthSystem.com/?t=wc</a>"&gt;<a href="http://www.SelectWealthSystem.com/?t=wc%3C/a">http://www.SelectWealthSystem.com/?t=wc&lt;/a</a>&gt;</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://snippets.wikidot.com/code:adding-a-site-logo/comments/show#post-82877</guid>
				<title>A1 Health Care</title>
				<link>http://snippets.wikidot.com/code:adding-a-site-logo/comments/show#post-82877</link>
				<description></description>
				<pubDate>Sat, 22 Dec 2007 07:24:05 +0000</pubDate>
				<wikidot:authorName>Navin</wikidot:authorName>				<wikidot:authorUserId>59207</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>&lt;p&gt;&lt;a href="<a href="http://www.a1-health-care.com/">http://www.a1-health-care.com/</a>"&gt;A1 Health Care&lt;/a&gt; - Health Care Information&lt;/p&gt;</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://snippets.wikidot.com/code:adding-a-site-logo/comments/show#post-80315</guid>
				<title>Re: Logo</title>
				<link>http://snippets.wikidot.com/code:adding-a-site-logo/comments/show#post-80315</link>
				<description></description>
				<pubDate>Sun, 16 Dec 2007 04:39:06 +0000</pubDate>
				<wikidot:authorName>Burp</wikidot:authorName>				<wikidot:authorUserId>53487</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I had the same problem.</p> <p>Changed the following line to my image url as follows:</p> <p>Before:<br /> background-image: url(/local—files/start/logo.jpg);</p> <p>After:<br /> background-image: url(<a href="http://mywikidotsite.wikidot.com/local--files/start/logo.jpg">http://mywikidotsite.wikidot.com/local--files/start/logo.jpg</a>);</p> <p>And now it all works fine.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://snippets.wikidot.com/code:adding-a-site-logo/comments/show#post-66959</guid>
				<title>Didn&#039;t work for me.</title>
				<link>http://snippets.wikidot.com/code:adding-a-site-logo/comments/show#post-66959</link>
				<description></description>
				<pubDate>Mon, 12 Nov 2007 00:29:49 +0000</pubDate>
				<wikidot:authorName>amerune</wikidot:authorName>				<wikidot:authorUserId>48346</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Also, on the instructions page it says your new theme won't be updated automatically, but must be "synched" "here." Unintelligible. :-&lt;</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://snippets.wikidot.com/code:adding-a-site-logo/comments/show#post-63560</guid>
				<title>Re: Logo</title>
				<link>http://snippets.wikidot.com/code:adding-a-site-logo/comments/show#post-63560</link>
				<description></description>
				<pubDate>Wed, 31 Oct 2007 22:09:27 +0000</pubDate>
				<wikidot:authorName>PanfiloFelix</wikidot:authorName>				<wikidot:authorUserId>44302</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I've put the code in, but my logo does not appear. What gives?</p> <p>#header {<br /> height: 120px;<br /> }<br /> #header h1 a span{<br /> display: none;<br /> }<br /> #header h2 {<br /> display: none;<br /> }<br /> #header h1 a,#header h1 a:hover{<br /> margin: 0;<br /> padding: 0;<br /> background-image: url(/local—files/start/logo.jpg);<br /> height: 87px;<br /> width: 508px;<br /> position: absolute;<br /> top: 10px;<br /> left: 20px;<br /> }</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://snippets.wikidot.com/code:adding-a-site-logo/comments/show#post-57127</guid>
				<title>Data Entry Jobs</title>
				<link>http://snippets.wikidot.com/code:adding-a-site-logo/comments/show#post-57127</link>
				<description></description>
				<pubDate>Fri, 12 Oct 2007 07:13:45 +0000</pubDate>
				<wikidot:authorName>john1</wikidot:authorName>				<wikidot:authorUserId>38399</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Make money typing ads online, online jobs, work at home, from home work, data entry, paid survey, complete online survey, make money online, make money at home, home job work, type jobs at home, get paid for online survey, free opportunities</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://snippets.wikidot.com/code:adding-a-site-logo/comments/show#post-56013</guid>
				<title>Data Entry Work From Home</title>
				<link>http://snippets.wikidot.com/code:adding-a-site-logo/comments/show#post-56013</link>
				<description></description>
				<pubDate>Tue, 09 Oct 2007 08:12:48 +0000</pubDate>
				<wikidot:authorName>john1</wikidot:authorName>				<wikidot:authorUserId>38399</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>online jobs, work at home, from home work, data entry, typing jobs, paid survey, complete online survey, make money online, make money at home, home job work, type jobs at home, get paid for online sur0vey, free opportunities, type at home jobs, make money from home, work from home</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://snippets.wikidot.com/code:adding-a-site-logo/comments/show#post-47691</guid>
				<title>Data Entry</title>
				<link>http://snippets.wikidot.com/code:adding-a-site-logo/comments/show#post-47691</link>
				<description></description>
				<pubDate>Mon, 10 Sep 2007 06:15:06 +0000</pubDate>
				<wikidot:authorName>gagan1</wikidot:authorName>				<wikidot:authorUserId>33718</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Online jobs easy work at home easy, data entry typing jobs paid survey easy, make money online easy with the jobslover.com information</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://snippets.wikidot.com/code:adding-a-site-logo/comments/show#post-31569</guid>
				<title>(no title)</title>
				<link>http://snippets.wikidot.com/code:adding-a-site-logo/comments/show#post-31569</link>
				<description></description>
				<pubDate>Fri, 29 Jun 2007 09:18:35 +0000</pubDate>
				<wikidot:authorName>sayanriju</wikidot:authorName>				<wikidot:authorUserId>4886</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Good tip, mate! :)<br /> Just to add : I've used <a href="http://cooltext.com">http://cooltext.com</a> to get my own custom logo text, and then adjusted the CSS slightly to its size!</p> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>