<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.6" -->
<rss version="0.92">
<channel>
	<title>Learn Web Design</title>
	<link>http://learnwebdesign.tygerzdesigns.com</link>
	<description>You Can Create Websites Like The Pros</description>
	<lastBuildDate>Mon, 12 May 2008 00:44:38 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>CSS Only Round Corner Boxes</title>
		<description><![CDATA[Today&#8217;s post was going to be a demonstration of creating round corner boxes with CSS Only!
But, NO, the WP WYSIWYG Editor repeatedly changed all the &#8220;b&#8221; box codes to &#8220;strong&#8221;. Go figure!
Here&#8217;s an outside link so you can see the demonstration for creating round corner boxes with CSS Only
CSS Only Round Corner Boxes
]]></description>
		<link>http://learnwebdesign.tygerzdesigns.com/html/css-only-round-corner-boxes.php</link>
			</item>
	<item>
		<title>Still laying out out your website designs using tables?</title>
		<description><![CDATA[&#160;Powered by Max Banner Ads&#160;I still use tables &#8230;.. WHAT? But NOT for what you think. I use tables when I have to show some kind of a schedule, or data presentation&#8230;.. and I style my tables with CSS, so I don&#8217;t have to mark up each &#60;tr&#62; and &#60;td&#62; tag to present them&#8230;&#8230;.
You must [...]]]></description>
		<link>http://learnwebdesign.tygerzdesigns.com/html/still-laying-out-your-website-designs-using-tables.php</link>
			</item>
	<item>
		<title>Create Unusual Effects with CSS and Opacity</title>
		<description><![CDATA[I created this unusual graphic effect in only a couple of minutes, using a background image I already had on my computer. The topmost box is NOT a graphic but is styled with special background color, and special border styles, heights, and colors - to make it look like a picture frame.


Stop and smell the [...]]]></description>
		<link>http://learnwebdesign.tygerzdesigns.com/css/create-unusual-effects-with-css-and-opacity.php</link>
			</item>
	<item>
		<title>Image Align with CSS</title>
		<description><![CDATA[I have had requests from a lot of people who still hang on to their table-based layouts to help them align images on their pages. Somehow the table structure does weird things to image and text placement.
Using CSS properties to place images on a page is so easy that I can&#8217;t understand why those people [...]]]></description>
		<link>http://learnwebdesign.tygerzdesigns.com/css/image-align-with-css.php</link>
			</item>
	<item>
		<title>Header Text Capitalization</title>
		<description><![CDATA[You can automatically capitalize the text of your h1 - h6 tags in your code using the rule -
text-transform:capitalize;
How to Use This Rule
h1,  h2,  h3,  h4,  h5,  h6
{text-transform:capitalize;}

(X)HTML
&#60;h1&#62;the first heading on my web page&#60;/h1&#62;
Using the &#8220;text-transform&#8221; declaration will automatically capitalize the first letter of each word in your &#60;h1&#62; tag.
]]></description>
		<link>http://learnwebdesign.tygerzdesigns.com/css/header-text-capitalization.php</link>
			</item>
	<item>
		<title>Links</title>
		<description><![CDATA[I have seen a LOT of people purporting that they know how to create websites with CSS. But, when I see style rules such as:
img
{border:none;}
I cringe. The criteria for any style rule whether it be an element, class or id: If it has a NUMBER associated with it such as; 1px the value associated with [...]]]></description>
		<link>http://learnwebdesign.tygerzdesigns.com/css/links.php</link>
			</item>
	<item>
		<title>Organized HTML  CSS Code</title>
		<description><![CDATA[Learn to write neat, easy to read Style Rules and HTML Code. You will save yourself a LOT of work and frustration by always doing things the same way every time and organize your Style Sheets. This is how I organize mine so if I need to edit or find some error, it&#8217;s way easier [...]]]></description>
		<link>http://learnwebdesign.tygerzdesigns.com/html/organized-html-css-code.php</link>
			</item>
	<item>
		<title>Links to Match your Site</title>
		<description><![CDATA[This is HOW I got started using CSS to design my websites.
My very first website was green, red and white. I had hyperlinks on the pages that were the &#8220;default&#8221; bright blue. Being an aesthetic kind of person, that bright blue color looked gawd-awful. While I was surfing around the Internet I found some pages [...]]]></description>
		<link>http://learnwebdesign.tygerzdesigns.com/css/links-to-match-your-site.php</link>
			</item>
	<item>
		<title>Style Your Body</title>
		<description><![CDATA[Let me ask you a question. How would you normally define the main elements of your website?
Like This?
&#60;body bgcolor=&#8221;#FFFFFF&#8221; link=&#8221;#0000FF&#8221; vlink=&#8221;#800080&#8243; alink=&#8221;#FF0000&#8243; font face=&#8221;Arial, Helvetica, Sans Serif&#8221; size=&#8221;+2&#8243; color=&#8221;#000000&#8243;&#62;

OR - Like This:
&#60;body&#62;
The first example is the &#8220;old-fashioned&#8221; HTML - WYSIWYG way of defining how the main elements of the body will display on a web [...]]]></description>
		<link>http://learnwebdesign.tygerzdesigns.com/css/style-your-body.php</link>
			</item>
	<item>
		<title>Keep Code Organized</title>
		<description><![CDATA[The worst way to create well-designed web pages is to use a WYSIWYG Editor. They may look like they&#8217;re doing the job, but what is happening is the code created by these monstrosities is almost unreadable and uneditable.
By creating NEAT organized Styles in a stylesheet, you have effectively removed about 75% of the junk out [...]]]></description>
		<link>http://learnwebdesign.tygerzdesigns.com/html/keep-code-organized.php</link>
			</item>
</channel>
</rss>
