is there any tidy tool , that comes handy when coding CSS ?
actually , i want a tag grouper like , that groups all the color related css tags at one place , margin related at one place , padding related at one place and kind of tool like that ,
So , is a tool available ???
i usually use Style Master 4.03, great program for CSS, and free to use!
where to download? the one i found with google is not free.
Yes, yes...
I would like to know this too.
i know it says that you have to pay for it. i installed it, and then they said that i could just register for a free copy of it...
i dont usually use it, i just use dreamweaer for everything..
thanks for the nice comments .
but i think , u people , did not get me well .
for eg , consider this ,
#p
{
color:#c00;
padding:0 10px
}
#a
{
color:#900;
padding:0 20px
}
The tool , should group it as ,
#p{color:#c00}
#a{color:#900}
and #p{padding}
#a{..}
I think you people , would get me now .
the reason , is that , all similar tags will be grouped and will editing and understanding the code will become easier .
Why can't you just edit it yourself to do that?
my css usually starts tidy, but then it just becomes completely crazy... but i think that on stylemaster you have plenty of options to do that, give it a try