I've uninstalled VS 2005 and re-installed, same thing!
Can someone maybe take a look at
http://www.hotterthenhell.com/default2.aspx
all I did was place a button on the form and nothing else and that's how the
buttons are displaying.
If someone would like to help.
> windows xp - vb .net - vs 2005 - web forms
>
[quoted text clipped - 10 lines]
> Thanks
> Tony
Tony M - 16 Jul 2007 17:10 GMT
I figured it out so maybe someone can help me with the fix.
For some reason when I add a new page now the following statement is
included in the HTML source section. And this is the problem
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
When I change it to this seems to work fine.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
How can I change it back that when I create a new web form it inserts the
correct line of code?
Thanks
> I've uninstalled VS 2005 and re-installed, same thing!
>
[quoted text clipped - 20 lines]
>> Thanks
>> Tony