Re: HTML
Mark Kucera <[email protected]>
| Newsgroups | gmane.comp.windows.devel.dotnet.web |
|---|---|
| Message-ID | <[email protected]> |
That is VS2003 for you. What don't you find it helpful that it decided to re-organize your HTML for you w/o your permission? You need to use VS2005 to stop this behavior. If you are very particular about how your HTML code is arranged in your file and can't use VS2005 then you need to stop using the designer in VS2003 period. It can't be trusted. -MK -----Original Message----- From: Discussion of building .NET applications targeted for the Web [mailto:[email protected]] On Behalf Of Hevel, Shawn Sent: Friday, February 23, 2007 10:17 AM To: [email protected] Subject: [DOTNET-WEB] HTML I'm coding an aspx page in VS2003. Below is part of my code in the manner I want it. <HEAD> <title>Janet</title> <meta content="Microsoft Visual Studio.NET 7.0" name="GENERATOR"> <meta content="Visual Basic 7.0" name="CODE_LANGUAGE"> <meta content="JavaScript" name="vs_defaultClientScript"> <meta content="http://schemas.microsoft.com/intellisense/ie3-2nav3-0" name="vs_targetSchema"> </HEAD> After I view the design page and come back to the HTML it looks like this: <HEAD> <title>Janet</title> <meta content="Microsoft Visual Studio.NET 7.0" name="GENERATOR"> <meta content="Visual Basic 7.0" name="CODE_LANGUAGE"> <meta content="JavaScript" name="vs_defaultClientScript"> <meta content="http://schemas.microsoft.com/intellisense/ie3-2nav3-0" name="vs_targetSchema"> </HEAD> Why is it doing this and not staying in the format I choose? Thanks, Our vision is to develop an environment that will stimulate the transformation of data and information into knowledge and wisdom. Our mission is to stay focused on the plans and goals with a sense of urgency necessary to improve the company's profitability and market share. Shawn Hevel, API, AIT Lead Programmer Analyst Information Technology Department South Carolina Farm Bureau Insurance Companies Phone: (803) 936-4331 Fax: (803) 936-4629 Work Email: [email protected] <mailto:[email protected]> Home Email: [email protected] =================================== This list is hosted by DevelopMentor(r) http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com =================================== This list is hosted by DevelopMentor® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com