Styles missing after upgrade

P

Phil S.

Today I upgraded from Framework 1.0 to 1.1 and Visual Studio from 7.0 (2002)
to 7.1 (2003).

Following the upgrade my web site renders HTML with all control style width
and height properties missing. Here is a before and after sample of a piece
of rendered HTML for a button that has its designer property set to 80px:

<input type="submit" name="btnLogin" value="Login" id="btnLogin"
style="width:80px;" />

<input type="submit" name="btnLogin" value="Login" id="btnLogin" />

You can see how the style is being omitted, and this behaviour is happening
to all controls in all projects on my machine. This weird change in
behaviour has totally ruined the appearance of my web site and has killed
development stone dead. Does anyone know what's going on?

In the meantime I will search KBs, web sites and config options.

Thanks
Phil
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top