Re: [css-d] need local tool compress/expand css

2011-04-18 Thread Steve Axthelm
On 2011-04-15 Keith Purtell wrote: I've found a variety of online tools that will compress the contents of my style sheet. But what I really want is software on my PC (Windows XP) that will let me both compress and expand. (I prefer to edit the CSS in expanded form.) Is there such an animal out

Re: [css-d] need local tool compress/expand css

2011-04-15 Thread John D
If, by compression you mean minification of your CSS file (css properties in one line) then Dreamweaver can do it for you. Let me know if you want the instructions for this. hth I've found a variety of online tools that will compress the contents of my style sheet. But what I really want

Re: [css-d] need local tool compress/expand css

2011-04-15 Thread Gabriele Romanato
You can use YUI Compressor: http://developer.yahoo.com/yui/compressor/ HTH :-) -- http://www.css-zibaldone.com/ http://www.css-zibaldone.com/test/ (English) http://www.css-zibaldone.com/articles/ (English) http://onwebdev.blogspot.com/ (English) ___

Re: [css-d] need local tool compress/expand css

2011-04-15 Thread David Hucklesby
On 4/15/11 7:20 AM, Keith Purtell wrote: I've found a variety of online tools that will compress the contents of my style sheet. But what I really want is software on my PC (Windows XP) that will let me both compress and expand. (I prefer to edit the CSS in expanded form.) Is there such an animal

Re: [css-d] need local tool compress/expand css

2011-04-15 Thread Felix Miata
On 2011/04/15 10:20 (GMT-0400) Keith Purtell composed: I've found a variety of online tools that will compress the contents of my style sheet. But what I really want is software on my PC (Windows XP) that will let me both compress and expand. (I prefer to edit the CSS in expanded form.) Is there

[css-d] need local tool compress/expand css

2011-04-15 Thread Keith Purtell
I've found a variety of online tools that will compress the contents of my style sheet. But what I really want is software on my PC (Windows XP) that will let me both compress and expand. (I prefer to edit the CSS in expanded form.) Is there such an animal out there? - Keith Purtell