@charset "UTF-8"; /** * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework * * YAML in Adobe DREAMWEAVER 8 * * @copyright Copyright 2005-2007, Dirk Jesse * @license CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/), * YAML-C (http://www.yaml.de/en/license/license-conditions.html) * @link http://www.yaml.de * @package yaml * @version 3.0.3 * @revision $Revision: 118 $ * @lastmodified $Date: 2007-08-18 16:03:42 +0200 (Sa, 18 Aug 2007) $ */ Working with YAML in the current Dreamweaver version is relatively unproblematic. The only necessary adjustment is turning off print stylesheets in design mode. Dreamweaver interprets the CSS rule @media print incorrectly and mixes the screen and print layouts together. You must activate "Design Notes" in your project settings in order to work with alternate stylesheets. Turning off the print stylesheets is then easy enough in the "CSS styles" window in the "Properties" field. Call up the context menu there with a right mouse click and choose "Design Time...". In the dialog box select the print stylesheet in the section "Hide at Design Time". Now close any HTML document and open it again. The changed settings should now be in effect and your YAML-based layout is error-free in Design Mode, allowing you to edit it there without any problems. Enjoy YAML!