Showing posts with label Style Sheets. Show all posts
Showing posts with label Style Sheets. Show all posts

Tuesday, June 3, 2008

Class 4 - Resources

Here is a Presentation on CSS

Basic Style Demonstration files:

  1. Simple Style Sheets (Internal and External)
  2. Styles using Simple Tables
  3. Boxes and Heading (Not used in class)

CSS in Blogs?

Here is a normal large Heading:


Here it is with style!



The normal Code:
<div align="center"><em><strong><span >Here is a normal large Heading:</span></strong></em></div>

The Styled Code:
<div style = "border:thick black solid; background-color:silver;text-align:center;padding: 10px; font-size:280%;"><em><strong>Here it is with style!</strong></em></div>

The Main problem is that each time you view the preview or post, blogger changes the code to "their"standard. It looks the same but may be more complicated.



Thanks to Ben Suter for the character converter. Check out his other tools.