<?xml version="1.0" encoding="iso-8859-1"?>
<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/">
	<channel>
		<title>CSS</title>
		<link>http://programmingstuff.forumotion.com/css-f25/-t1.htm</link>
		<description>Cascading Style Sheets related issues.</description>
		<lastBuildDate>Wed, 03 Sep 2008 21:27:09 GMT</lastBuildDate>
		<ttl>10</ttl>
		<image>
			<title>CSS</title>
			<url>http://illiweb.com/fa/prosilver_grey/site_logo.gif</url>
			<link>http://programmingstuff.forumotion.com/css-f25/-t1.htm</link>
		</image>
		<item>
			<title>Basic CSS document</title>
			<link>http://programmingstuff.forumotion.com/css-f25/basic-css-document-t22.htm</link>
			<dc:creator>Robin</dc:creator>
			<description>Cascading Style Sheet



is mostly used to get the same style for text in all the html pages of ure website, and to change it on an easy way because if you change stylesheet (CSS) it will also change all the pages where you used it.



Code:a

&#123;

   font-family&#58; sans-serif;

   color&#58; red;

   text-align&#58; left;

   font-size&#58; 12pt

&#125;

q

&#123;

   font-family&#58; arial;

   color&#58; purple;

   ...</description>
			<category>CSS</category>
			<pubDate>Wed, 03 Sep 2008 21:27:09 GMT</pubDate>
			<comments>http://programmingstuff.forumotion.com/css-f25/basic-css-document-t22.htm#24</comments>
			<guid>http://programmingstuff.forumotion.com/css-f25/basic-css-document-t22.htm</guid>
		</item>
	</channel>
</rss>