Posted in Web Design, Web Page Basics on Nov 3rd, 2011
CSS style sheets are the industry standard for customizing the look of websites, pages, blogs, communities and more. We have looked at why they are useful and how they basically work. Now we need to learn some of the basic calls we need to truly make our sites sing. So what follows are the calls [...]
Read Full Post »
Posted in Web Design, Web Page Basics on Oct 20th, 2011
CSS is the way most sites control their look. You have already witnessed the power of CSS through the site CSSZenGarden at : http://www.csszengarden.com/ . Now we look at how to create a basic css style sheet. Once again we will suggest the wonderful teach site at http://www.w3schools.com/css/default.asp to help you along as well. They [...]
Read Full Post »
Posted in Defining Terms, The Web, Web Design on Oct 6th, 2011
CSS stands for Cascading Style Sheet. It has quickly become the preferred method of styling websites of all forms. CSS is all about the style and not the content itself. CSS popularity stems from it’s ease when styling the layout and look of multiple pages. Simply changing the CSS file means the changes appear across [...]
Read Full Post »
Posted in Web Design, Web Page Basics on Sep 15th, 2011
When you strip a web page down to its minimum basic functions, it becomes obvious just how easy it is to get started building your own pages. The smallest possible page only needs 3 wrappers, and the contents for them: * 1 HTML wrapper * 2 Head Section Wrapper * 3 Body Section Wrapper The [...]
Read Full Post »
Posted in Web Design on Aug 18th, 2011
Fonts can give a page personality. They can be quirky, romantic, silly and no nonsense. Remember though as a straight font call your viewers will only see what fonts they also share on their machines. So for the basics you are generally limited to a few universal families of fonts. But, for headers and other [...]
Read Full Post »