<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Not A n00b &#187; blogspot</title>
	<atom:link href="http://notan00b.com/tag/blogspot/feed/" rel="self" type="application/rss+xml" />
	<link>http://notan00b.com</link>
	<description>Tutorials, Scripts, and Rants</description>
	<lastBuildDate>Wed, 12 May 2010 08:08:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Making a &#8220;frilly&#8221; border</title>
		<link>http://notan00b.com/2010/02/making-a-frilly-border/</link>
		<comments>http://notan00b.com/2010/02/making-a-frilly-border/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 15:59:28 +0000</pubDate>
		<dc:creator>pyr0t3chnician</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[blogger]]></category>
		<category><![CDATA[blogspot]]></category>
		<category><![CDATA[border]]></category>
		<category><![CDATA[caption]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[frilly]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[header]]></category>

		<guid isPermaLink="false">http://notan00b.com/?p=245</guid>
		<description><![CDATA[How to make a border on the top with "frills".  One example: http://gkconover.blogspot.com/]]></description>
			<content:encoded><![CDATA[<div id="attachment_246" class="wp-caption aligncenter" style="width: 310px"><a href="http://notan00b.com/wordpress/wp-content/uploads/2010/02/borderexample.png"><img class="size-medium wp-image-246" title="Example" src="http://notan00b.com/wordpress/wp-content/uploads/2010/02/borderexample-300x23.png" alt="Frilly border example" width="300" height="23" /></a><p class="wp-caption-text">Frilly border example - click to view</p></div>
<p>This is what we are working on today.  There are several ways to do this, some are easier than other.  The easiest way (which we will not be doing) is to make an entire header image with a border that looks like this.  The only problem I have found is that you have to match up the edges of the blog perfectly if you want to make the border work.  Also, you would need a decent graphics program to do anything that is decent looking (paint won&#8217;t cut it).  Since a lot of people don&#8217;t have the $400 Adobe Photoshop CS4, we have come up with a different hack to get it to display.</p>
<p>First off, we need the image of a single border.  I have gone ahead and created it and uploaded it here: http://www.notan00b.com/border.png</p>
<p>Second, we need to edit some serious HTML:</p>
<p>Copy and paste this above  &#8220;#outer-wrapper{&#8221; :</p>
<p>#topborder{<br />
background-image:url(&#8216;http://www.notan00b.com/border.png&#8217;);<br />
background-repeat:repeat-x;<br />
background-position:bottom  left;<br />
width: 960px;<br />
height: 20px;<br />
}<br />
#contentALL{<br />
background:  #fff;<br />
padding:10px;<br />
padding-top:30px;<br />
}</p>
<p>Change #outer-wrapper to look like this:<br />
#outer-wrapper {<br />
width: 960px;<br />
margin:60px  auto;<br />
text-align:left;<br />
font: normal normal 90% Georgia, Times,  serif;<br />
}</p>
<p>Go to the bottom,  and under &#8220;&lt;div id=&#8217;outer-wrapper&#8217;&gt;&#8221;:<br />
&lt;div id=&#8217;topborder&#8217;/&gt;<br />
&lt;div id=&#8217;contentALL&#8217;&gt;</p>
<p>At the bottom edit this  &#8220;&lt;/div&gt;&lt;/div&gt; &lt;!&#8211; end outer-wrapper &#8211;&gt;&#8221;:<br />
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;  &lt;!&#8211; end outer-wrapper &#8211;&gt;</p>
<p>That&#8217;s it!  Save it and you will have your border.  This is a specific case where the blog content was originally 950px wide.  I changed it to 960px to get the full frill instead of half of one (border.png is 20px wide).  Let me know if it doesn&#8217;t work or if you are experiencing problems.</p>
]]></content:encoded>
			<wfw:commentRss>http://notan00b.com/2010/02/making-a-frilly-border/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hacking blogger (blogspot) css content</title>
		<link>http://notan00b.com/2010/02/hacking-blogger-blogspot-css-content/</link>
		<comments>http://notan00b.com/2010/02/hacking-blogger-blogspot-css-content/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 15:45:56 +0000</pubDate>
		<dc:creator>pyr0t3chnician</dc:creator>
				<category><![CDATA[Post]]></category>
		<category><![CDATA[blogger]]></category>
		<category><![CDATA[blogspot]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[hack]]></category>

		<guid isPermaLink="false">http://notan00b.com/?p=243</guid>
		<description><![CDATA[I have been working a little bit with blogger content and have a few tips and tricks that I have learned that a lot of n00b bloggers like and are looking for.  I decided to start posting content on different design hacks to help people customize their blog to the way the like it. [...]]]></description>
			<content:encoded><![CDATA[<p>I have been working a little bit with blogger content and have a few tips and tricks that I have learned that a lot of n00b bloggers like and are looking for.  I decided to start posting content on different design hacks to help people customize their blog to the way the like it.  If there is any feature you are looking for, feel free to post it as a comment and I will work towards creating it.  Thanks!</p>
]]></content:encoded>
			<wfw:commentRss>http://notan00b.com/2010/02/hacking-blogger-blogspot-css-content/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
