vote up 1 vote down star
1

I like single line styles in my content pages...like this

.lblLogin       {left:14px;top:95px;position:absolute}
.lblPassword    {left:14px;top:128px;position:absolute}

When I drop a new control on a page VS creates generic style classes .Style1, .Style2, etc., after renaming them and making them single line, if I move a control on the page using the designer, then Visual Studio breaks my single line code (even if it is only a change to an existing property), like this...

.lblLogin       {left:24px;

top:93px; position:absolute } .lblPassword {left:14px;top:128px;position:absolute}

Is there ANY way to control this and make VS not mess with my single line styles? I'd also like to control the ORDER of the attributes in the Style, but probably asking for too much.

Thanks All!

flag

1 Answer

vote up 2 vote down check

Tools--->Options--->Text Editor---->Css---->Format---->Compact Rules

link|flag
Thank-you!!!! Been looking for that forever ... I owe you a beer! – Karl Jun 13 at 13:01
@Karl: you should mark the question answered – sean e Jun 13 at 14:38
love to .. but I don't see anywhere to do that ... help :) – Karl Jun 13 at 19:37

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.