Connect with Expertise | Find Experts, Get Answers, Share Insights

Automatic HTML TAG addition (not completion)

michi
 
Posts: n/a
#1: Nov 18 '05
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 :)

Natty Gur
 
Posts: n/a
#2: Nov 18 '05

re: Automatic HTML TAG addition (not completion)


Hi,

Did you try to disable checkboxs of :
Tools->options->Text sditor->xml/html->format->applay automatic
formating ?

Natty Gur[MVP]

blog : http://weblogs.asp.net/ngur
Mobile: +972-(0)52-8888377


*** Sent via Devdex http://www.devdex.com ***
Don't just participate in USENET...get rewarded for it!
michi
 
Posts: n/a
#3: Nov 18 '05

re: Automatic HTML TAG addition (not completion)


Natty...


It did not work. I checks "thousands" of combination withing Tools->options->

I guess it has to do with another setting on my machine.

If you have another Idea, please let me know

Thanks

MIchael


Natty Gur <natty@dao2com.com> wrote in message news:<Oxdb2vRTEHA.3548@TK2MSFTNGP09.phx.gbl>...[color=blue]
> Hi,
>
> Did you try to disable checkboxs of :
> Tools->options->Text sditor->xml/html->format->applay automatic
> formating ?
>
> Natty Gur[MVP]
>
> blog : http://weblogs.asp.net/ngur
> Mobile: +972-(0)52-8888377
>
>
> *** Sent via Devdex http://www.devdex.com ***
> Don't just participate in USENET...get rewarded for it![/color]
Closed Thread