Link to home
Start Free TrialLog in
Avatar of footballencounters
footballencounters

asked on

Style Formatting in Visual Studio 2008

Is there any way to STOP Visual Studio 2008 formatting the layout of tables etc. using style tags and use good old fashioned 'width' and 'height' attributes instead?

i.e. From this: style="width: 250px"

to this: width="250px"

ASKER CERTIFIED SOLUTION
Avatar of Toms Edison
Toms Edison
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of footballencounters
footballencounters

ASKER

Yes - that is what I have been doing. And it is a pain. Thanks for clarifying this anyway.