|
Learn how to use Dreamweaver & CSS Styles to format text in your web site.Mention CSS or Cascading Style Sheets to a novice web designer and their eyes just glaze over, and really CSS is easy to learn, what’s more Dreamweaver is packed with tools that makes working with CSS a lot faster and a whole lot easier. In this tutorial we are going to go over a couple of the basic points, this should give you a fundamental understanding. 1. Let's Create Our First CSS Style. At the bottom of the styles panel you will see a icon the resembles a page with a black + on top of it, In the name field type a name for your style e.g newtext , under Selector Type select “Class ( can apply to any tag ) move to the bottom of the box and check “ This Document Only”. Now click OK. The CSS Rule Definition box loads, this is the area where we set the values for our new CSS style. Since this is an introductory lesson lets keep it simple, select a font-family from the Font Drop-Down, enter 12 and select Pixels under the “Size” and for the Weight select bold, and change the color to red.
2. Applying Styles to text Other CSS Stuff you may like to know.
|