M
michi
Hello there.
When I write any text in ASP.NET an annoying FONT TAG is always addes.
Example:
**************Default ASP.NET page after adding some text***********
<%@ Page Language="vb" AutoEventWireup="false"
Codebehind="WebForm1.aspx.vb" Inherits="WebApplication1.WebForm1"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<title>WebForm1</title>
<meta name="GENERATOR" content="Microsoft Visual Studio .NET 7.1">
<meta name="CODE_LANGUAGE" content="Visual Basic .NET 7.1">
<meta name=vs_defaultClientScript content="JavaScript">
<meta name=vs_targetSchema
content="http://schemas.microsoft.com/intellisense/ie5">
</HEAD>
<body>
<form id="Form1" method="post" runat="server">
<FONT face="MS UI Gothic">I dont want you</FONT>
</form>
</body>
</HTML>
******************
visualStudio.net adds always a Font tag --> <FONT face="MS UI Gothic">
It is so troublesome. Always I have to remore this tags.
I tried already to change several settings in the Tool>Option Menu.
Nothing helped so far.
On another PC the tag is not added at all.
What can I do. Is it possible that my enviroment settings are messed
up and visualStudio.net gets its information from there.
Thanks for helping!!!!!
Michael
When I write any text in ASP.NET an annoying FONT TAG is always addes.
Example:
**************Default ASP.NET page after adding some text***********
<%@ Page Language="vb" AutoEventWireup="false"
Codebehind="WebForm1.aspx.vb" Inherits="WebApplication1.WebForm1"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<title>WebForm1</title>
<meta name="GENERATOR" content="Microsoft Visual Studio .NET 7.1">
<meta name="CODE_LANGUAGE" content="Visual Basic .NET 7.1">
<meta name=vs_defaultClientScript content="JavaScript">
<meta name=vs_targetSchema
content="http://schemas.microsoft.com/intellisense/ie5">
</HEAD>
<body>
<form id="Form1" method="post" runat="server">
<FONT face="MS UI Gothic">I dont want you</FONT>
</form>
</body>
</HTML>
******************
visualStudio.net adds always a Font tag --> <FONT face="MS UI Gothic">
It is so troublesome. Always I have to remore this tags.
I tried already to change several settings in the Tool>Option Menu.
Nothing helped so far.
On another PC the tag is not added at all.
What can I do. Is it possible that my enviroment settings are messed
up and visualStudio.net gets its information from there.
Thanks for helping!!!!!
Michael