<?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>OUR SCHOOL YEARS . COM / BLOG &#187; blog</title>
	<atom:link href="http://ourschoolyears.com/blog/?feed=rss2&#038;tag=blog" rel="self" type="application/rss+xml" />
	<link>http://ourschoolyears.com/blog</link>
	<description>trying to record what we actually did all these years</description>
	<lastBuildDate>Tue, 24 Nov 2009 21:14:26 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.6</generator>
		<item>
		<title>Uniformity; blog and site look alike</title>
		<link>http://ourschoolyears.com/blog/?p=9</link>
		<comments>http://ourschoolyears.com/blog/?p=9#comments</comments>
		<pubDate>Mon, 16 Nov 2009 18:46:24 +0000</pubDate>
		<dc:creator>estudent</dc:creator>
				<category><![CDATA[Webclass]]></category>
		<category><![CDATA[background tags]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[changing css]]></category>
		<category><![CDATA[designing]]></category>

		<guid isPermaLink="false">http://ourschoolyears.com/blog/?p=9</guid>
		<description><![CDATA[<p>We are going to take the look from your blog and make your index.html page of your site to look the same.</p>
<p>This is easy if you follow the step by step instructions below.</p>
Create a folder first

Create a folder INSIDE your Webclass folder and name it by the month and day you start this.
Create a folder [...]]]></description>
				<content:encoded><![CDATA[<p>We are going to take the look from your blog and make your index.html page of your site to look the same.</p>
<p>This is easy if you follow the step by step instructions below.</p>
<h3><span style="color: #008000;">Create a folder first</span></h3>
<ol>
<li>Create a folder INSIDE your Webclass folder and name it by the month and day you start this.</li>
<li>Create a folder within that folder that is called IMAGES  this is where you will keep your background image when we &#8220;capture&#8221; it.</li>
<li>When we mention &#8220;background&#8221; below,  we will be referring to the BODY tag of your CSS file.  We sent files to you called Class01.css, Class01.html and Layout.css</li>
<li>Download the files into this new folder (the first folder) that were sent to you in the email.</li>
<li>Keep your folder opened.  Hold down the CTRL key and click on all three and right click to &#8220;open with NotePad++&#8221;</li>
<li>We will be working with the Class01.css the most.</li>
</ol>
<h3><span style="color: #008000;">Capturing the background image</span></h3>
<ol>
<li>Go to your theme choice online.  Go to   http://wp-themes.com/adstyle (replace &#8220;adstyle&#8221; with your theme name.)</li>
<li>Right click on the theme and scroll down to Web Developer, over to Images, down to View Image Information.</li>
<li>This will give you the images and the information about each of them used in this theme.</li>
<li>Find the image you are looking for at this time.  You will want a background and maybe something for your Masthead as well.  You can also capture buttons here.  Click on the link to the image you want.</li>
<li>When it opens to that link, right click and choose &#8220;save as&#8221; and save to your &#8220;images&#8221; folder.</li>
<li>Now do the same with any of the other images you want to capture.</li>
<li>If the site is made with a gradient that is hard to use as a background image you can view the CSS and then look for the where the CSS tells you the image file for the background.  Open this page and replace &#8220;adstyle&#8221; again with your theme name to get to the CSS file.    http://wp-themes.com/wp-content/themes/adstyle/style.css</li>
<li>Now go back to the Class01.css file and find where it has the BODY element and change the background color and background image from the image you just captured and from the CSS file of your theme.  Remeber that you are not changing the CSS of the blog page but the Class01.css because this is for your Index page on your site.</li>
<li>The images you have selected will go in your CSS file under Body background image or Masthead image; whatever you want to replace.</li>
<li>You can also just change the color of the background (as mentioned above)  to meet with the image you put in the Masthead.  Just looking in the CSS file for this tag that tells you the color choice.</li>
<li>Save your file and then double click on the Class01.HTML file to see how changing the CSS file has changed the correct elements in your page.</li>
</ol>
<p><strong>NOTE: </strong> When you are changing CSS in any way, I suggest using the notes brackets  -  /*   */ &#8211; and copying your styles into the brackets so you will have it right in front of you what you started with, then delete them when you have decided you are happy.  So to make this clear.  Put the CSS from the theme AND the Body style info copied (not dragged but a copy of them) into the brackets so you can work them and have a saved copy of the original of each.   This way you will have a copy in case you don&#8217;t like what you do.</p>
<ol>
<li>Next you are going to look for other changes that need to be made.  Maybe your Masthead is too small for the image.  The image may be 660px and your Masthead is only 630px.  You will need to look for that tag as well and change the width to suit the background.</li>
<li>It is not enough to change only the Masthead in this case but now the Navigation and Container styles will also have to be adjusted.   Hold down the CTRL key and hit F to open the find box.  You can put the 630px into it and it will find those instances in the CSS folder and then as you find them go over to the text and type the new amount; 660px (or whatever yours is).  Keep hitting the next button until you have corrected them.  Sometimes this is found in the Layout.css file instead.</li>
<li>Gotta Go&#8230;.   now find the colors for the rest of the CSS that you want to change to match the navigation and Masthead color or the &#8220;a&#8221; and &#8220;a. hover&#8221; tags also.</li>
</ol>
<p>Now we are going to match up your CSS with the CSS we just captured.</p>
<p>Find the tags that are the same.<br />
We are going to replace what is in our CSS with the attributes that are in the background CSS.</p>
]]></content:encoded>
			<wfw:commentRss>http://ourschoolyears.com/blog/?feed=rss2&#038;p=9</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
