Note: The CSS layouts in this tutorial are specific to version CS3 and CS4. Previous versions of Dreamweaver, including versions MX 2004 and 8, did not include the CSS Layouts featured in this column. This tutorial shows how to edit the CSS layouts in Dreamweaver CS5 and later versions. Whether you’re new to CSS, or […]
Read MoreComparing CSS Selectors in Dreamweaver 8 and CS3
What’s the best Selector: Class, Tag, or Advanced? Even if you’ve been working with CSS for a while, understanding (and remembering) the differences among the various types of style selectors can be a challenge. As you can see in this screenshot of Dreamweaver’s New CSS Rule dialog, the first thing you need to do is […]
Read More css, dwcs3Designing with CSS: The advantages of Cascading Style Sheets
The 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 […]
Read More css, dwcs3, dwcs4, dwcs5, dwcs6Using Dreamweaver CS5 Inspect to test Cascading Style Sheets
If you’ve faced the frustration of designing a web page in CSS only to find it doesn’t look right in some web browsers, or your styles seem to be conflicting with each other, you may be happy to discover the CSS Inspect feature, added to Dreamweaver CS5 and available in later versions as well. How […]
Read More css, dwcs5, dwcs6Choosing the Best CSS Selector: Class, ID, Tag, or Compound
When you create a new style in Dreamweaver using CSS features, you will need to choose which type of style you want to create and which ‘selector’ you want to use. Understanding (and remembering) the differences between the various types of style selectors can be a challenge. That’s why I created this short tutorial on […]
Read More css, dwcs4, dwcs5, dwcs6, web designWhere to find fonts you can use on your website
You have to have the legal rights to publish fonts on a server and there are a number of complexities to hosting fonts in all of the formats you’ll need for them to work in all of the different web browsers out there. For all those reasons, most web designers turn to a hosted font […]
Read More css, dwcs5, dwcs6, mobile web design, wordpressHow to add fonts to a website with CSS3
Thanks to the latest advances in web browsers and CSS3, you can link almost any font to a web page. There are many ways to add fonts to your web pages today, but the simplest option is to use a font from one of the online collection websites. Follow this link to discover where you can […]
Read More css, dwcs5, dwcs6, mobile web designHow HTML5 is changing web site design
At least 4 out of 5 mobile design ‘experts’ agree that HTML5 is the future of Web design (okay, I made that up), but we’re all pretty sure we’re moving in that direction. Although many web designers are not using HTML5 yet– it is clearly the next step in markup languages for the Web, and […]
Read More css, dwcs5, dwcs6, mobile web designTroubleshooting Conflicting Styles and Other CSS Challenges in Dreamweaver
Dreamweaver provides a great collection of tools for creating page designs with CSS, but when it comes to altering and troubleshooting CSS, things can get confusing in a hurry. To help you sort through the options, the tutorial below focuses on some of the common challenges you may face when editing CSS in Dreamweaver. 1. […]
Read More css, dwcs3, dwcs4, dwcs5, dwcs6Creating a Navigation Bar using CSS to style an Unordered List in Dreamweaver
It’s become common to format a list of links as a bulleted list, but you don’t have to show the bullets if they don’t fit in your design. Here’s a great CSS trick for turning a bulleted list into a navigation bar with a simple rollover effect. Using a bulleted list for navigation bars is […]
Read More css, dwcs3, dwcs4, dwcs5, dwcs6, links