Forums
This topic is locked
Modifying The Default Display and Render Of CSS Co
09 Jan 2006 20:41:21 Alan Kay posted:
I like my code to display exactly how I want it to look. But with Dreamweaver, the default settings prevent this.In the below example I have coded a CSS body tag the way I want it to be displayed by simply typing the code in:
quote:
body { color: #FFFFFF; background-color: #000000; margin: 0em; padding: 0em; }
When I use dreamweaver to produce a similar result, it formats the code with line breaks after every decleration. I dont want this style of formatting I want the CSS declarations to be displayed like above.
quote:
body {
color: #FFFFFF;
background-color: #000000;
margin: 0em;
padding: 0em;
}
How can I modify the default Dreamweaver setup so that I make Dreamweaver format the CSS code the way I want it formatted?
I am using Dreamweaver 8 and I realize that Dreamweaver does allow me to type code in using my desired rules but uses its own when generating code at my request.
Alan. <font face='Georgia'></font id='Georgia'>
Replies
Replied 17 Jan 2006 04:18:09
17 Jan 2006 04:18:09 Dave Thomas replied:
you would have to search the configuration files found in your program directory's 'configuration' folder.
there may be code ordering it to return a line break or something, but at the end of the day, you still have to input it for DW to process it for you, so you'd be best just writing the code yourself.
regards
Dave Thomas
<b>DMX Zone Forums Manager</b>
there may be code ordering it to return a line break or something, but at the end of the day, you still have to input it for DW to process it for you, so you'd be best just writing the code yourself.
regards
Dave Thomas
<b>DMX Zone Forums Manager</b>