Link to home
Start Free TrialLog in
Avatar of x1877
x1877Flag for United States of America

asked on

asp.net is automaticly formatting it..any way to stop?

i am trying to give this style on my table ...


<table border="1" width="66%"  style="FILTER: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#4B92D9', endColorStr='#CEDFF6', gradientType='1')" >
      <tr>
            <td colspan="2">&nbsp;</td>
      </tr>
</table>

but asp.net is automaticly formatting it...its creating a space between "progid: DXImageTransform" ..  because of that effect does not work...

things are fine with front page ...
any solution?


thanks in advance...

ASKER CERTIFIED SOLUTION
Avatar of aastmt
aastmt

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 amit_g
Work in HTML mode of the designer and that way you can prevent VS formatting. Another way would be to use class.
Avatar of rexunforgiven
rexunforgiven

What layout you are working  on  flow  or Grid  ??   by default its grid    .. change it to flow
Avatar of x1877

ASKER

thanks aastmt ....that was good one..

thank u

and good luck..