HighDots Forums  

spaces between rules in stylesheet

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss spaces between rules in stylesheet in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
schywnn
 
Posts: n/a

Default spaces between rules in stylesheet - 03-25-2009 , 01:22 PM






I am having an issue with Dreamweaver CS3 adding a space between each of my
style rules in my .css files. These stylesheets have been made by other
co-workers and are fine when they open them. However, when I open one, it adds
the spaces. Like this...

.pickle{

width:100%;

color:#fff;

float:left;

}

instead of this...
.pickle{
width:100%;
color:#fff;
float:left;
}

Is there some kind of setting that I need to adjust? Has anyone else had this
issue?


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.