Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Jan 01, 2013 08:45 AM by Ruchira
0 Points
3 Posts
Dec 30, 2012 01:07 PM|LINK
Hi All,
Sorry but i am kinda new to asp.net or even VWD. I am trying to create some form in VWD and have my own css to define/format my textbox.
VWD seems to keep creating its own style for every object i place on the content placeholder, is there a way to stop this?
Regards
ej
All-Star
44342 Points
7194 Posts
MVP
Jan 01, 2013 08:45 AM|LINK
Hello,
You can use !important after the CSS style to get your CSS style prioritize over the default styles. So set your CSS like below
font-size: 1px !important;
Please 'Mark as Answer' if this post helps you.
ejay565
0 Points
3 Posts
disable auto css generation in VWD
Dec 30, 2012 01:07 PM|LINK
Hi All,
Sorry but i am kinda new to asp.net or even VWD. I am trying to create some form in VWD and have my own css to define/format my textbox.
VWD seems to keep creating its own style for every object i place on the content placeholder, is there a way to stop this?
Regards
ej
Ruchira
All-Star
44342 Points
7194 Posts
MVP
Re: disable auto css generation in VWD
Jan 01, 2013 08:45 AM|LINK
Hello,
You can use !important after the CSS style to get your CSS style prioritize over the default styles. So set your CSS like below
My Tech blog | My YouTube ChannelPlease 'Mark as Answer' if this post helps you.