<?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>Website Builders Guide &#187; Definitive Guide to CSS</title>
	<atom:link href="http://www.websitebuildersguide.com/how-to-make-a-site/category/definitive-guide-to-css/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.websitebuildersguide.com</link>
	<description>Website Builders Guide</description>
	<lastBuildDate>Mon, 18 Feb 2008 10:19:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>FREE CSS Template</title>
		<link>http://www.websitebuildersguide.com/how-to-make-a-site/50/free-css-template/</link>
		<comments>http://www.websitebuildersguide.com/how-to-make-a-site/50/free-css-template/#comments</comments>
		<pubDate>Fri, 12 Oct 2007 10:44:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Definitive Guide to CSS]]></category>
		<category><![CDATA[FREE CSS Template]]></category>

		<guid isPermaLink="false">http://www.wpblogbuilder.com/how-to-make-a-site/50/free-css-template/</guid>
		<description><![CDATA[FREE CSS Template for your website. Below are 2 FREE css templates and a css template to change the color of  the web browsers scroll bar.
To use any of the style sheet examples just copy the green highlighted css code and paste it into a new text file and save it with the file [...]]]></description>
			<content:encoded><![CDATA[<p><strong>FREE CSS Template</strong> for your website. Below are 2 FREE css templates and a css template to change the color of  the web browsers scroll bar.</p>
<p><a title="Top" name="Top"></a>To use any of the style sheet examples just copy the green highlighted css code and paste it into a new text file and save it with the file extension .css.</p>
<p><font color="#006600">Example mycss.css</font></p>
<p align="center"><a title="1" name="1"></a><strong>CSS Style One</strong></p>
<p align="center"><img src="http://www.websitebuildersguide.com/images/css1.gif" alt="free css template" border="1" height="350" width="350" /></p>
<p align="center">&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p align="left"><font color="#999999">To use this style please copy the code below.</font></p>
<p><font color="#006600" size="2">BODY, TD {</font></p>
<p><font color="#006600" size="2">    background-color: Gray;</font></p>
<p><font color="#006600" size="2">    font-family: sans-serif;</font></p>
<p><font color="#006600" size="2">}</font></p>
<p><font color="#006600" size="2">A {</font></p>
<p><font color="#006600" size="2">    color: blue;</font></p>
<p><font color="#006600" size="2">}</font></p>
<p><font color="#006600" size="2">A:Hover {</font></p>
<p><font color="#006600" size="2">    color: red;</font></p>
<p><font color="#006600" size="2">}</font></p>
<p><font color="#006600" size="2">H1, H2, H3, H4 { </font></p>
<p><font color="#006600" size="2">    font-variant: small-caps;</font></p>
<p><font color="#006600" size="2">    background-color: black;</font></p>
<p><font color="#006600" size="2">    color: white; </font></p>
<p><font color="#006600" size="2">    padding: 4px;</font></p>
<p><font color="#006600" size="2">    width: 100%;</font></p>
<p><font color="#006600" size="2">}</font></p>
<p align="center">&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p align="center"><a title="2" name="2"></a><strong>CSS Style Two &#8211; <a href="http://www.websitebuildersguide.com/how-to-make-a-site/tag/free-css-template/" class="internal_tag" rel="tag" title="Posts tagged with FREE CSS Template">FREE CSS Template</a></strong></p>
<p align="center"><img src="http://www.websitebuildersguide.com/images/css2.gif" alt="css template" border="1" height="350" width="350" /></p>
<p align="left"><font color="#999999">To use this style please copy the code below.</font></p>
<p><font color="#006600" size="2">BODY {</font></p>
<p><font color="#006600" size="2">    background-color : #EEEEEE;</font></p>
<p><font color="#006600" size="2">    color : #000000;</font></p>
<p><font color="#006600" size="2">    font-family : Arial, Tahoma, Helvetica, sans-serif;</font></p>
<p><font color="#006600" size="2">    margin-left : 8%;</font></p>
<p><font color="#006600" size="2">    margin-right : 5%;</font></p>
<p><font color="#006600" size="2">}</font></p>
<p><font color="#006600" size="2">A:LINK, A:VISITED {</font></p>
<p><font color="#006600" size="2">    color : #000099;</font></p>
<p><font color="#006600" size="2">    text-decoration : none;</font></p>
<p><font color="#006600" size="2">}</font></p>
<p><font color="#006600" size="2">A:HOVER {</font></p>
<p><font color="#006600" size="2">    background-color : #FFFFFF;</font></p>
<p><font color="#006600" size="2">    color : #00009F;</font></p>
<p><font color="#006600" size="2">    text-decoration : none;</font></p>
<p><font color="#006600" size="2">}</font></p>
<p><font color="#006600" size="2">H1 {</font></p>
<p><font color="#006600" size="2">    color : #990000;</font></p>
<p><font color="#006600" size="2">    font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;</font></p>
<p><font color="#006600" size="2">    font-size : 200%;</font></p>
<p><font color="#006600" size="2">    margin-bottom : -1em;</font></p>
<p><font color="#006600" size="2">    margin-left : -5%;</font></p>
<p><font color="#006600" size="2">}</font></p>
<p><font color="#006600" size="2">H2 {</font></p>
<p><font color="#006600" size="2">    color : #990000;</font></p>
<p><font color="#006600" size="2">    font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;</font></p>
<p><font color="#006600" size="2">    font-size : 160%;</font></p>
<p><font color="#006600" size="2">    margin-left : -5%;</font></p>
<p><font color="#006600" size="2">    margin-top : 2.7em;</font></p>
<p><font color="#006600" size="2">}</font></p>
<p><font color="#006600" size="2">H3 {</font></p>
<p><font color="#006600" size="2">    color : #990000;</font></p>
<p><font color="#006600" size="2">    font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;</font></p>
<p><font color="#006600" size="2">    font-size : 140%;</font></p>
<p><font color="#006600" size="2">    margin-left : -5%;</font></p>
<p><font color="#006600" size="2">    margin-top : 2em;</font></p>
<p><font color="#006600" size="2">}</font></p>
<p><font color="#006600" size="2">H4 {</font></p>
<p><font color="#006600" size="2">    color : #990000;</font></p>
<p><font color="#006600" size="2">    font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;</font></p>
<p><font color="#006600" size="2">    font-size : 115%;</font></p>
<p><font color="#006600" size="2">    margin-left : -5%;</font></p>
<p><font color="#006600" size="2">    margin-top : 1.5em;</font></p>
<p><font color="#006600" size="2">}</font></p>
<p><font color="#006600" size="2">H5 {</font></p>
<p><font color="#006600" size="2">    color : #990000;</font></p>
<p><font color="#006600" size="2">    font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;</font></p>
<p><font color="#006600" size="2">    font-size : 100%;</font></p>
<p><font color="#006600" size="2">    font-weight : 900;</font></p>
<p><font color="#006600" size="2">    margin-top : 1.5em;</font></p>
<p><font color="#006600" size="2">}</font></p>
<p><font color="#006600" size="2">H6 {</font></p>
<p><font color="#006600" size="2">    color : #000000;</font></p>
<p><font color="#006600" size="2">    font-family : Arial, Helvetica, sans-serif;</font></p>
<p><font color="#006600" size="2">    font-size : 100%;</font></p>
<p><font color="#006600" size="2">    font-style : italic;</font></p>
<p><font color="#006600" size="2">    font-weight : 800;</font></p>
<p><font color="#006600" size="2">    margin-bottom : -0.8em;</font></p>
<p><font color="#006600" size="2">}</font></p>
<p><font color="#006600" size="2">BLOCKQUOTE {</font></p>
<p><font color="#006600" size="2">    margin-left : 0;</font></p>
<p><font color="#006600" size="2">}</font></p>
<p><font color="#006600" size="2">CAPTION {</font></p>
<p><font color="#006600" size="2">    font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;</font></p>
<p><font color="#006600" size="2">    font-weight : 800;</font></p>
<p><font color="#006600" size="2">}</font></p>
<p><font color="#006600" size="2">TH {</font></p>
<p><font color="#006600" size="2">    background-color : #FFFFFF;</font></p>
<p><font color="#006600" size="2">}</font></p>
<p><font color="#006600" size="2">TD {</font></p>
<p><font color="#006600" size="2">    background-color : #F0F0F0;</font></p>
<p><font color="#006600" size="2">}</font></p>
<p align="center"><a title="3" name="3"></a><strong>FREE CSS Template Style Three &#8211; Adding color to your Scrollbar</strong></p>
<p align="center"><img src="http://www.websitebuildersguide.com/images/css3.gif" alt="cascading style sheet" border="1" height="243" width="120" /></p>
<p align="center">&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p align="left"><font color="#999999">To use this style please copy the code below.</font></p>
<p><font color="#006600" size="2">body {</font></p>
<p><font color="#006600" size="2">    scrollbar-3dlight-color : #999999;</font></p>
<p><font color="#006600" size="2">    scrollbar-arrow-color : #999999;</font></p>
<p><font color="#006600" size="2">    scrollbar-base-color : #666666;</font></p>
<p><font color="#006600" size="2">    scrollbar-darkshadow-color : Black;</font></p>
<p><font color="#006600" size="2">    scrollbar-face-color : #666666;</font></p>
<p><font color="#006600" size="2">    scrollbar-highlight-color : #999999;</font></p>
<p><font color="#006600" size="2">    scrollbar-shadow-color : #999999;</font></p>
<p><font color="#006600" size="2">    scrollbar-track-color : #8B8B8B;</font></p>
<p><font color="#006600" size="2">}</font></p>
<p>If you want to change the color scheme to suit your website you can do this by changing the colours that start with # in the above code.</p>
<p>Example: #666666</p>
]]></content:encoded>
			<wfw:commentRss>http://www.websitebuildersguide.com/how-to-make-a-site/50/free-css-template/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linking your cascading style sheet to your Webpage</title>
		<link>http://www.websitebuildersguide.com/how-to-make-a-site/49/linking-your-cascading-style-sheet-to-your-webpage/</link>
		<comments>http://www.websitebuildersguide.com/how-to-make-a-site/49/linking-your-cascading-style-sheet-to-your-webpage/#comments</comments>
		<pubDate>Fri, 12 Oct 2007 10:41:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Definitive Guide to CSS]]></category>
		<category><![CDATA[Linking your cascading style sheet to your Webpage]]></category>

		<guid isPermaLink="false">http://www.wpblogbuilder.com/how-to-make-a-site/49/linking-your-cascading-style-sheet-to-your-webpage/</guid>
		<description><![CDATA[Linking your cascading style sheet to your Webpage is a fairly easy process. By now you would of hopefully finished designing your cascading style sheet. If you have not designed one yet it might be time to create your style sheet and then you can return here to learn how to link it to your [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Linking your cascading style sheet</strong> to your Webpage is a fairly easy process. By now you would of hopefully finished designing your cascading style sheet. If you have not designed one yet it might be time to create your style sheet and then you can return here to learn how to link it to your webpages. Before processeding it&#8217;s important to make sure that your happy and satisfied with your style sheet.</p>
<p>Once everything is ok and your happy with your css file then your ready for the next step and that is to upload your cascading style sheet to your web hosting server.</p>
<p>Once your css file has been uploaded the next step is to add the following code into your webpages.</p>
<p><font size="2">&lt;html&gt;<br />
&lt;head&gt;<br />
&lt;title&gt;Linking your cascading style sheet &#8211; &lt;/title&gt;<br />
&lt;meta name=&#8221;generator&#8221; content=&#8221;Namo WebEditor v6.0&#8243;&gt;<br />
</font><font color="#cc6600" size="2">&lt;link rel=&#8221;stylesheet&#8221; href=&#8221;<strong>http://www.websitebuidlersguide.com/ocean.css</strong>&#8220;&gt;</font><font size="2"><br />
&lt;/head&gt;</font></p>
<p>Please make sure you replace the url path that is highlighted in bold to the url path of your cascading style sheet. All you need to do next is to add the <font color="#cc6600">link element </font>to your webpage source and this needs to be added into every webpage that will have this effect applied to.</p>
<p>Once you have applied the link element to all of your webpages all you need to do next is to upload one webpage fully test it so you make sure everything works the way it&#8217;s supposed to then continue uploading the remainder of your web pages.</p>
<p>Remember to refresh your web browser when you are viewing your webpages with the new look and feel you have just applied by linking your cascading style sheet to your webpages.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.websitebuildersguide.com/how-to-make-a-site/49/linking-your-cascading-style-sheet-to-your-webpage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cascading Style Sheet Dependant Websites</title>
		<link>http://www.websitebuildersguide.com/how-to-make-a-site/48/cascading-style-sheet-dependant-websites/</link>
		<comments>http://www.websitebuildersguide.com/how-to-make-a-site/48/cascading-style-sheet-dependant-websites/#comments</comments>
		<pubDate>Fri, 12 Oct 2007 10:35:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Definitive Guide to CSS]]></category>
		<category><![CDATA[Cascading Style Sheet Dependant Websites]]></category>

		<guid isPermaLink="false">http://www.wpblogbuilder.com/how-to-make-a-site/48/cascading-style-sheet-dependant-websites/</guid>
		<description><![CDATA[Cascading Style Sheet Dependant Websites are starting to become visible throughout the Internet and there are a few things you need to be aware of. It&#8217;s important to remember if your building a website how a website is seen by your visitor is in the control of your website visitor&#8217;s browser.
What this means is that you can build [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Cascading Style Sheet Dependant Websites</strong> are starting to become visible throughout the Internet and there are a few things you need to be aware of. It&#8217;s important to remember if your building a website how a website is seen by your visitor is in the control of your website visitor&#8217;s browser.</p>
<p>What this means is that you can build one great looking website using cascading style sheets but once cascading style sheets are switched off on your visitors web browser then your website can<br />
look  plain and simple.</p>
<p>Some website designers may be getting carried away by making there whole website reliant on cascading style sheets. Don&#8217;t take me wrong using cascading style sheets has benefits but I think it should not be abused and used only changing the font type and color, how hyperlinks are seen and so on.</p>
<p>Images and graphics you use for your website should be incorporated into your webpage&#8217;s as content because how you<br />
have designed your webpage&#8217;s will not end up looking that way on your visitors web browser.</p>
<p>Let&#8217;s take a look at an examples.</p>
<p align="left">&nbsp;</p>
<p align="center"><img src="http://www.websitebuildersguide.com/images/withcss.gif" alt="Cascading Style Sheet Dependant Websites" border="0" height="344" width="400" /></p>
<p align="center"><strong>The above webpage has been designed using a style sheet<br />
</strong></p>
<p align="center"><img src="http://www.websitebuildersguide.com/images/withoutcss.gif" alt="css" border="1" height="538" width="501" /></p>
<p align="center"><strong><br />
Same webpage but with the style sheets disabled<br />
</strong></p>
<p align="left">As you can see above these are 2 identical content webpage&#8217;s but as soon as you turn of the cascading style sheets the pages look different. Some webpage&#8217;s are really bad where you can hardly read the content.</p>
<p><strong>Solution for <a href="http://www.websitebuildersguide.com/how-to-make-a-site/tag/cascading-style-sheet-dependant-websites/" class="internal_tag" rel="tag" title="Posts tagged with Cascading Style Sheet Dependant Websites">Cascading Style Sheet Dependant Websites</a></strong></p>
<p>Create a small image with your desired background color and link all of your webpage&#8217;s to it. If you need to change the background color all you need to do is alter the image file and everything else changes.</p>
<p align="left">Apply the same methodology to your <a href="http://www.integritywebsitedevelopment.com"  class="alinks_links" onclick="return alinks_click(this);" title="logo"  style="padding-right: 13px; background: url(http://www.websitebuildersguide.com/wp-content/plugins/alinks/images/external.png) center right no-repeat;" rel="external">logo</a> and other images that will be used through out your website.</p>
<p align="left">You should only use cascading style sheets to change the font type and color and other minor changes that won&#8217;t effect the overall look and feel of your website,</p>
<p>By using this method your website will look 90% to what it should look like if the cascading style sheets feature in your<br />
website visitors browser has been switched off.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.websitebuildersguide.com/how-to-make-a-site/48/cascading-style-sheet-dependant-websites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Design and Create Your Own CSS</title>
		<link>http://www.websitebuildersguide.com/how-to-make-a-site/47/design-and-create-your-own-css/</link>
		<comments>http://www.websitebuildersguide.com/how-to-make-a-site/47/design-and-create-your-own-css/#comments</comments>
		<pubDate>Fri, 12 Oct 2007 10:31:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Definitive Guide to CSS]]></category>
		<category><![CDATA[Design and Create Your Own CSS]]></category>

		<guid isPermaLink="false">http://www.wpblogbuilder.com/how-to-make-a-site/47/design-and-create-your-own-css/</guid>
		<description><![CDATA[Design and Create Your Own CSS - In this tutorial I will show you
how simple it is to create your own external css file by using some
proven methods.
Let&#8217;s get started in building our external style sheet.
The css file we will be creating will make our website look something
like the following snapshot.
&#160;

The css code to create this [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Design and Create Your Own CSS </strong>- In this tutorial I will show you<br />
how simple it is to create your own external css file by using some<br />
proven methods.</p>
<p>Let&#8217;s get started in building our external style sheet.</p>
<p>The css file we will be creating will make our website look something<br />
like the following snapshot.</p>
<p align="left">&nbsp;</p>
<p align="center"><img src="http://www.websitebuildersguide.com/images/cssexample.gif" border="0" height="227" width="299" /></p>
<p align="left">The css code to create this file is:</p>
<p align="center">&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p align="left"><font size="1">BODY, TD {</font></p>
<p align="left"><font size="1">    background: navy;</font></p>
<p align="left"><font size="1">    color : white;</font></p>
<p align="left"><font size="1">    font-family :  Arial, sans-serif;</font></p>
<p align="left"><font size="1">    font-size: 14px;</font></p>
<p align="left"><font size="1">    text-align: justify;</font></p>
<p align="left"><font size="1">}</font></p>
<p align="left"><font size="1">H2 {</font></p>
<p align="left"><font size="1">    font-size: 14pt;</font></p>
<p align="left"><font size="1">    color: #87CEFA;</font></p>
<p align="left"><font size="1">}</font></p>
<p align="left"><font size="1">H3 {</font></p>
<p align="left"><font size="1">    font-size: 13pt;</font></p>
<p align="left"><font size="1">    color: #7FFFD4;</font></p>
<p align="left"><font size="1">}</font></p>
<p align="left"><font size="1">H4 {</font></p>
<p align="left"><font size="1">    font-size: small;</font></p>
<p align="left"><font size="1">    font-variant: small-caps;</font></p>
<p align="left"><font size="1">    font-weight: bold;</font></p>
<p align="left"><font size="1">    color : white;</font></p>
<p align="left"><font size="1">    }</font></p>
<p align="left"><font size="1">A {</font></p>
<p align="left"><font size="1">    text-decoration: none;</font></p>
<p align="left"><font size="1">    color: aqua;</font></p>
<p align="left"><font size="1">}</font></p>
<p align="left"><font size="1">A:Hover {</font></p>
<p align="left"><font size="1">    text-decoration: underline;</font></p>
<p align="left"><font size="1">    color: #32CD32;</font></p>
<p align="left"><font size="1">}</font></p>
<p align="left"><font size="1">HR {</font></p>
<p align="left"><font size="1">    color: blue;</font></p>
<p align="left"><font size="1">    height: 1pt;</font></p>
<p align="left"><font size="1">}</font></p>
<p align="center">&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p align="left">To use the above css code please open a new text file (Windows users can use Notepad) paste the code into your file and save the file as mycss.css not mycss.css.txt.</p>
<p align="left"><strong>Break Down of CSS Meanings</strong></p>
<p align="left"><font size="2">BODY, TD {</font></p>
<p align="left"><font size="2">    background: navy;</font></p>
<p align="left"><font size="2">    color : white;</font></p>
<p align="left"><font size="2">    font-family :  Arial, sans-serif;</font></p>
<p align="left"><font size="2">    font-size: 14px;</font></p>
<p align="left"><font size="2">    text-align: justify;</font></p>
<p align="left"><font size="2">}</font></p>
<p align="left">The above code formats the background color of your webpage and applies other formatting for Font Type to be used in the web pages, font size, font color and text alignment.</p>
<p align="left"><font size="2">H2 {</font></p>
<p align="left"><font size="2">    font-size: 14pt;</font></p>
<p align="left"><font size="2">    color: #87CEFA;</font></p>
<p align="left"><font size="2">}</font></p>
<p align="left">The above code changes the formatting of a H2 element to a font size 14 and a specific color.</p>
<p align="left"><font size="2">H3 {</font></p>
<p align="left"><font size="2">    font-size: 13pt;</font></p>
<p align="left"><font size="2">    color: #7FFFD4;</font></p>
<p align="left"><font size="2">}</font></p>
<p align="left">The above code changes the formatting of a H3 element to a font size 13 and a specific color.</p>
<p align="left"><font size="2">H4 {</font></p>
<p align="left"><font size="2">    font-size: small;</font></p>
<p align="left"><font size="2">    font-variant: small-caps;</font></p>
<p align="left"><font size="2">    font-weight: bold;</font></p>
<p align="left"><font size="2">    color : white;</font></p>
<p align="left"><font size="2">    }</font></p>
<p align="left">The above code changes the formatting of a H4 element to a small font size, small caps, bold and white text.</p>
<p align="left"><font size="2">A {</font></p>
<p align="left"><font size="2">    text-decoration: none;</font></p>
<p align="left"><font size="2">    color: aqua;</font></p>
<p align="left"><font size="2">}</font></p>
<p align="left">The above code changes the font color.</p>
<p align="left"><font size="2">A:Hover {</font></p>
<p align="left"><font size="2">    text-decoration: underline;</font></p>
<p align="left"><font size="2">    color: #32CD32;</font></p>
<p align="left"><font size="2">}</font></p>
<p align="left">The above code changes the hyperlink when a mouse is moved over to it to show the link underlined and in a different color - source <a href="http://www.websitebuildersguide.com/how-to-make-a-site/tag/design-and-create-your-own-css/" class="internal_tag" rel="tag" title="Posts tagged with Design and Create Your Own CSS">Design and Create Your Own CSS</a>.</p>
<p align="left"><font size="2">HR {</font></p>
<p align="left"><font size="2">    color: blue;</font></p>
<p align="left"><font size="2">    height: 1pt;</font></p>
<p align="left"><font size="2">}</font></p>
<p align="left">The above code changes the Horizontal line to blue with a set height. Once you link a css file to your webpage&#8217;s the look and feel in this example would be like the screen shot above. If you have 20 webpage&#8217;s to change the look and feel of all of the webpage&#8217;s is a matter of just updating the css file.</p>
<p align="left">You can also use a simple <a href="http://www.newsgator.com/NGOLProduct.aspx?ProdId=TopStyle&amp;ProdView=lite" target="_blank"><font color="#0f56a7"><strong>free program</strong></font></a> that can help you to design and create your own css  style sheet.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.websitebuildersguide.com/how-to-make-a-site/47/design-and-create-your-own-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Definitive Guide to CSS</title>
		<link>http://www.websitebuildersguide.com/how-to-make-a-site/46/definitive-guide-to-css/</link>
		<comments>http://www.websitebuildersguide.com/how-to-make-a-site/46/definitive-guide-to-css/#comments</comments>
		<pubDate>Fri, 12 Oct 2007 10:24:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Definitive Guide to CSS]]></category>

		<guid isPermaLink="false">http://www.wpblogbuilder.com/how-to-make-a-site/46/definitive-guide-to-css/</guid>
		<description><![CDATA[Definitive Guide to CSS &#8211; CSS stands for Cascading Style Sheets. CSS directs the web browser to display content by the rules that have been set up in a css file by using the html elements or in some cases by embedded cascading styles.
&#160;
It&#8217;s easier to apply your cascading style in a css file because [...]]]></description>
			<content:encoded><![CDATA[<p><em>Definitive Guide to CSS</em> &#8211; CSS stands for Cascading Style Sheets. CSS directs the web browser to display content by the rules that have been set up in a css file by using the html elements or in some cases by embedded cascading styles.</p>
<p align="left">&nbsp;</p>
<p>It&#8217;s easier to apply your cascading style in a css file because it make&#8217;s it much easier to manage your website&#8217;s look and feel. You really have no limits to applying css to your website which includes the ability to add css to your Tables and content.</p>
<p>Lets take a look at an example.</p>
<p>I have 2 Headings. One is a H1 heading and the other is a H2<br />
heading. I would like to change the text to orange for the H1<br />
heading and Green to the H2 heading so they look like the<br />
following.</p>
<h1><font color="#ff9900">H1 Heading</font></h1>
<h2><font color="green">H2 Heading</font></h2>
<p>To create both above it&#8217;s a matter of just adding the following:</p>
<p><font size="2">&lt;html&gt;<br />
&lt;head&gt;<br />
&lt;title&gt;<a href="http://www.websitebuildersguide.com/how-to-make-a-site/tag/definitive-guide-to-css/" class="internal_tag" rel="tag" title="Posts tagged with Definitive Guide to CSS">Definitive Guide to CSS</a> &#8211; CSS stands for Cascading Style Sheets.&lt;/title&gt;<br />
&lt;meta name=&#8221;generator&#8221; content=&#8221;Namo WebEditor v6.0&#8243;&gt;<br />
<strong>&lt;style Type=&#8221;text/css&#8221;&gt;<br />
&lt;!&#8211;<br />
h1 { font-size: x-large; color: orange }<br />
h2 { font-size: large; color: green }<br />
&#8211;&gt;<br />
&lt;/style&gt;</strong><br />
&lt;/head&gt;</font></p>
<p>With this example anytime I use either a H1 or H2 element in my<br />
webpage&#8217;s the colors and formatting change depending on the style<br />
that has been setup and this is done by the web browser converting<br />
H1 and H2 elements to the desired output. It make&#8217;s it really easy<br />
to use an <a href="http://www.websitebuildersguide.com/design-and-create-your-own-css.html"><strong><font color="#0f56a7">design and create your own css</font></strong></a> and apply all the formatting to each<br />
one.</p>
<p><strong>Why use css?</strong> By using css you&#8217;re able to manage the look and feel<br />
of your website just by changing one css file.</p>
<p><strong>Using the ID Attribute</strong></p>
<p>The ID attribute is a handy attribute to use because you can apply<br />
this css formatting to practically any part of your website just by<br />
applying the style to the ID attribute and then applying it to your<br />
content.</p>
<p>Let&#8217;s take a look at an example at the ID Attribute of the <strong>Definitive<br />
Guide to CSS</strong>.</p>
<p id="Blue"><font color="#0066cc">Lets say I want to have this sentence in the color blue.</font></p>
<p>I can do this two ways.</p>
<p>I can apply a color format to the sentence but if I need to apply this<br />
style throughout my webpages in particular sentence  it&#8217;s easier to<br />
manage and change the content using a CSS ID Attribute.</p>
<p>The following code is what I have used to create the above format<br />
which is highlighted in bold:</p>
<p><font size="2">&lt;html&gt;<br />
&lt;head&gt;<br />
&lt;title&gt;<a href="http://www.websitebuildersguide.com/how-to-make-a-site/tag/definitive-guide-to-css/" class="internal_tag" rel="tag" title="Posts tagged with Definitive Guide to CSS">Definitive Guide to CSS</a> &#8211; CSS stands for Cascading Style Sheets.&lt;/title&gt;<br />
&lt;meta name=&#8221;generator&#8221; content=&#8221;Namo WebEditor v6.0&#8243;&gt;<br />
<strong>&lt;style Type=&#8221;text/css&#8221;&gt;<br />
&lt;!&#8211;<br />
</strong></font><strong><font color="red" size="2">#</font></strong><font size="2"><strong>Blue { color:rgb(0,102,204); }<br />
&#8211;&gt;<br />
&lt;/style&gt;</strong><br />
&lt;/head&gt;</font></p>
<p>For the text to change color I applied the following code to my text:</p>
<p>&lt;p ID=Blue&gt;Lets say I want to have this sentence in the color blue.&lt;/p&gt;</p>
<p>The name of the Id Attribute I used is Blue and you can use whatever<br />
name you like it starts with <font color="red"><strong>#</strong></font> in the style type area.</p>
<p>Its highly advisable that you create an external css file and link your<br />
webpages to it so that way you can easily make changes throughout<br />
your website just by changing one file.</p>
<p>When designing your next style sheet think about if you need to use the ID Attribute in for parts for your content</p>
]]></content:encoded>
			<wfw:commentRss>http://www.websitebuildersguide.com/how-to-make-a-site/46/definitive-guide-to-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
