<?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>Tech Master Jim &#187; CSS Tips</title>
	<atom:link href="http://techmasterjim.com/category/css-tips/feed" rel="self" type="application/rss+xml" />
	<link>http://techmasterjim.com</link>
	<description>Technical Solutions to Computer and Internet Problems</description>
	<lastBuildDate>Wed, 16 Sep 2009 23:19:09 +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>CSS, Cascading Style Sheet Basics – The Style Placement</title>
		<link>http://techmasterjim.com/tech-tips/css-cascading-style-sheet-basics-%e2%80%93-the-style-placement_45</link>
		<comments>http://techmasterjim.com/tech-tips/css-cascading-style-sheet-basics-%e2%80%93-the-style-placement_45#comments</comments>
		<pubDate>Tue, 01 Sep 2009 15:45:09 +0000</pubDate>
		<dc:creator>Tech_Master_Jim</dc:creator>
				<category><![CDATA[CSS Tips]]></category>
		<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[attributes]]></category>
		<category><![CDATA[Basics]]></category>
		<category><![CDATA[Cascading]]></category>
		<category><![CDATA[cascading style sheet]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[css file]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[html tag]]></category>
		<category><![CDATA[link]]></category>
		<category><![CDATA[link href]]></category>
		<category><![CDATA[link tag]]></category>
		<category><![CDATA[style]]></category>
		<category><![CDATA[style css]]></category>
		<category><![CDATA[style sheet]]></category>
		<category><![CDATA[style sheet basics]]></category>
		<category><![CDATA[style type]]></category>
		<category><![CDATA[stylesheet]]></category>
		<category><![CDATA[web page]]></category>

		<guid isPermaLink="false">http://techmasterjim.com/?p=45</guid>
		<description><![CDATA[Using a style sheet to define a web page is a good way to get consistency in page design from one page to another on a web site. The style can be placed in the web page directly or it can be placed in a separate file and called by a link from the web [...]]]></description>
			<content:encoded><![CDATA[<p>Using a style sheet to define a web page is a good way to get consistency in page design from one page to another on a web site. The style can be placed in the web page directly or it can be placed in a separate file and called by a link from the web page.</p>
<p style="text-align: center;"><strong>CSS Within A Page</strong></p>
<p>Using a style within a page is easy to define with the HTML tag &lt;STYLE&gt;. The type of style is “text/css”. So that tag would be &lt;STYLE type=”text/css”&gt;. Then everything after this tag would be the styles.</p>
<p style="text-align: center;"><strong>CSS Called From An External File</strong></p>
<p>Using a style sheet that is called from an external file is a good way to have consistency between pages on a web site, since the same style can be used in each page without having to define it all over again in each web page.</p>
<p>The HTML tag to accomplish this is the LINK tag &lt;LINK&gt;. It contains 3 attributes, the <em>href, rel,</em> and the <em>type</em>. The whole tag would be &lt;link href=&#8221;Style.css&#8221; rel=&#8221;stylesheet&#8221;&gt;. What comes after the href is the name of the file and location of the style sheet file. In this case the style sheet is in the same directory as the web page that is using it, so only the “Style.css” file name is necessary.</p>
<p>Examples of how this is used will be shown in the coming CSS posts …</p>
<p>By: Tech Master Jim</p>

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://techmasterjim.com/tech-tips/php-what-is-it_35" title="PHP – What Is It? (August 28, 2009)">PHP – What Is It?</a> (0)</li>
	<li><a href="http://techmasterjim.com/tech-tips/excel-tips-%e2%80%93-destination-formatting-of-copied-data_20" title="Excel Tips – Destination Formatting Of Copied Data (August 10, 2009)">Excel Tips – Destination Formatting Of Copied Data</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://techmasterjim.com/tech-tips/css-cascading-style-sheet-basics-%e2%80%93-the-style-placement_45/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
