Check out these online resources for advanced CSS tutorials, tips, and validators. You won’t find much (if any) help with Dreamweaver at these sites, but you’ll find everything you could ever want to know about CSS, browser differences, hacks, and workarounds. The Dreamweaver Developer Center at Adobe.com Because CSS is so complex, Adobe has launched a […]
Read MoreHow to Add Background Images to Web Pages Using Cascading Style Sheets
Including background images in your web pages is a great way to add depth, color, and texture to your designs. You can use backgrounds in Cascading Style Sheets (CSS) to add decorative elements, such as textured backgrounds, gradients, and borders. Using background images in multiple parts of the page makes it possible to create rich, […]
Read More css, dwcs3, dwcs4, dwcs5, dwcs6Editing CSS Layouts in Dreamweaver CS3 and CS4
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 More css, dwcs3, dwcs4Comparing 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, dwcs6A quick look at the new features in Dreamweaver CS4
Adobe Dreamweaver CS4 has a fresh new look and loads of new features, including improved CSS support, a new preview environment called LiveView, and better integration with all of the other cool programs in the CS4 suite. All that and more makes this an upgrade worthy of Dreamweaver’s 10th anniversary. Step 1 Download a trial version […]
Read More dwcs4How to use site setup to start a new website in Dreamweaver CS3 or CS4
Before you create a new website or start redesigning an old one, it’s important to first define your main root folder. This is also an important first step if you’re creating your site from a Dreamweaver Template. Defining the main folder for your website is crucial because it enables Dreamweaver to keep track of all […]
Read More dwcs3, dwcs4Using 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 designHow to set up a local web server to edit WordPress on your computer
As promised, here are step-by-step instructions for setting up your computer as a Web server so that you can run — and edit — WordPress themes on your local computer. Note: Only Dreamweaver CS5 and later versions support the multiple levels of include files needed to display WordPress themes. These instructions can also be used to set […]
Read More cms, dwcs5, dwcs6, web hosting, wordpress