Just getting started?

What's new in Adobe Dreamweaver CS5

Do I have to learn HTML to create a web site?

Before you create your first Web page, set up your site in Dreamweaver

Test your Web site

Browser Test your Web site in Internet Explorer, Firefox, Safari, and other web browers

Award-Winning Dreamweaver Training Videos

Janine Warner, training videos in Dreamweaver

Learn Fast with Janine's Dreamweaver Videos

Dreamweaver FAQ

FAQ: Get answers to your questions fast, and discover the answers to questions you may not have thought of yet... Search the Dreamweaver FAQ

Featured Tutorials

Using Dreamweaver to edit a WordPress blog

Adding E-commerce and a shopping cart with Google Checkout is so easy

Google Checkout

How do you register a domain name? (Tips for finding the domain you want now.)

Choosing the best web hosting service to publish your site

Designing with CSS

Why use Cascading Style Sheets (CSS)?

Customize a CSS Layout
(Dreamweaver CS3 or CS4)

ecommerce web site example

Align Images with CSS floats
(Dreamweaver CS3 or CS4)

Choose the right CSS selector : Class, ID, Tag, or Compound
( Dreamweaver CS4)

Choose the right CSS Selector: Class, Tag, or Advanced
(Dreamweaver CS3)

Templates & Themes

How to use templates in blogs and web sites

Designing templates for Adobe Dreamweaver

Using Dreamweaver to Edit WordPress themes

California Wildlife Photography sample web site

Cool Addititions: Traffic Stats, Google AdSense, Ecommerce & more

Test your Web site in Internet Explorer, Firefox, Safari, and other web browers

Traffic counters, email spam protection, newsletter services, favicons, and more

How to add Google AdSense, Flickr, YouTube, and widgets

Creating drop-down menus with Spry

Add a Drop-Down Menu in Dreamweaver CS3 or CS4

Edit a Spry Drop-Down Menu created with Dreamweaver

Create Collapsible Panels with Spry in Adobe Dreamweaver CS3 or CS4

Learn More

Quick Quiz: Test your Dreamweaver Savvy
(play and learn)

Review: What's the best Web design program? Adobe Dreamweaver or GoLive, Microsoft Expression Web or FrontPage?

Adding Flash (.flv & .swf) to Web Pages

Insert a Flash File (.swf) (Dreamweaver CS3, Cs4)

Insert a Flash Video (.flv)
(Dreamweaver CS3, CS4)

Convert video into Flash with the Flash Video Encoder

Dreamweaver CSS Tips

Create a Navigation Bar with an Unordered List and CSS
(Dreamweaver CS3)

Troubleshooting CSS (Dreamweaver CS3)

Compare Layout Options: Tables/Layers/AP Divs/CSS(Dreamweaver 8, CS3, MX)

Review: More places to learn advanced CSS tricks & techniques

Editing HTML Code

Editing HTML Code in Dreamweaver

Connect an HTML Form to a Script in Dreamweaver (Dreamweaver CS3, CS4)

Dreamweaver Behaviors and Extensions

Use Swap Image Behavior to Create Multiple Rollovers
(Dreamweaver CS3, CS4)

Swap Image Behavior

Use a Behavior to Launch a New Browser Window (Dreamweaver CS3, CS4)

Add new features to Dreamweaver with Extensions (Dreamweaver 8 and CS3)

What's new in Adobe Dreamweaver CS4

Getting started with Blogs and CMS tools

What's the difference between a Web site and a blog?

Big Picture: The advantages (and challenges) of a blog, content managment system (CMS), or other dynamic database site

Review: What's the difference between WordPress, Joomla and Drupal and how do Content Management Systems Work?

Blogging: Which blog program is best: WordPress, TypePad, or Blogger?

Why do you compare web design and blogs to building a house or a prefab?

How do I set up a server on my computer to test and view blogs and templates?

partners and sponsors

Dreamweaver CS5 Training Video

_______

Dreamweaver FAQ

Search for answers to your questions, and maybe even a few you hadn't thought of yet, in the Dreamweaver FAQ.

_______

Trusted by over 7 million customers!

Appreciating the Benefits of Cascading Style Sheets (in Dreamweaver, WordPress, and other web sites

Dreamweaver CSS Styles panelThe concept of creating styles has been around since long before the Web.

Desktop publishing programs (such as Adobe InDesign) and even word processing programs (such as Microsoft Word) have long used styles to manage the formatting and editing of text on printed pages. When using styles in a word processor, you can create and save styles for common features, such as headlines and captions.

In print design, styles are great timesavers because they enable you to combine a collection of formatting options (such as Arial and bold and italic) into one style and then apply all those options at once to any selected text in your document by using only a single style. The advantage is that if you change a style, you can automatically apply the change everywhere you’ve used that style in a document.

On the Web, you can do all that and more with CSS because you can use style sheets for even more than just text formatting. For example, you can use CSS to create styles that align images to the left or right side of a page, add padding around text or images, and change background and link colors. You can even create more than one style sheet for the same page @@md say, one that makes your design look good on computers, another for cell phones, and a third for a printed page.

For all these reasons (and more), CSS has quickly become the preferred method of designing Web pages among professional Web designers. One of the most powerful aspects of CSS is that it enables you to make global style changes across an entire Web site.

How Cascading Style Sheets Work

Suppose, for example, that you create a style for your headlines by redefining the <h1> tag to create large, blue, bold headlines. Then one fine day, you decide that all your headlines should be red instead of blue. If you aren’t using CSS, changing all your headlines could be a huge undertaking -- a matter of opening every Web page in your site to make changes to the font tags around your headlines.

But, if you’re using CSS in an external style sheet, you can simply change the style that contains formatting information for <h1> tag in the style sheet, and voilà! Your headlines all turn red automatically. If you ever have to redesign your site (and believe me, every good site goes through periodic redesigns), you can save hours or even days of work if you created your design with CSS.

A Web site designed with CSS separates content from design. Keeping the content of site (such as the text and headings) separate from the instructions that tell a browser how the content should look benefits both you as a designer and your site visitors.

Here are some of the advantages of using CSS:

Partners and sponsors

Dreamweaver CS4 Video Training

Understanding the basics of styles

Many people find CSS confusing at first because it’s such a different approach to design than what you may be used to if you’ve worked in print. The following are three of the more confusing aspects of CSS for beginners:

And ultimately, you need to understand how CSS and HTML work together. So, for example, you can control the positioning and appearance of an HTML <div> tag by applying an ID style to the tag, or you can redefine a tag, such as the <h1> tag to change the way headlines look on a page.

If you’re starting to feel baffled already (or you get overwhelmed as you start learning CSS), hang in there.

Once you master the basic concepts and start creating and applying styles, all this should start making more sense. And remember, you can always come back and read through any of the articles on this site again. After you’ve been using styles for a while, the details in the tutorials on this site (see list on side of page) are likely to have more meaning to you, but it’s really hard to start using styles before you have a good overview of how they work.

 

Partners and sponsors

Dreamweaver CS4 Video Training