browse: forums | FAQ
Connecting Tech Pros Worldwide

Hey there! Do you need ASP.NET help?

Get answers from our community of ASP.NET experts on BYTES! It's free.

LeftMargin parameter

Stan Sainte-Rose
Guest
 
Posts: n/a
#1: Nov 18 '05
Hi,

I don't understand why on several asp.net pages I get errors with vs.net
2003 about parameters.

With the intellisense I don't have the LeftMargin parameter with the <body>
tag, same thing with Background parameter with the <td> tag.

Stan





Jason DeFontes
Guest
 
Posts: n/a
#2: Nov 18 '05

re: LeftMargin parameter


Those are deprecated attributes that you shouldn't really be using
anymore when you can use stylesheets instead. However, if you want to
use them for whatever reason then go right ahead, you can just ignore
the errors in VS.

-Jason

Stan Sainte-Rose wrote:
[color=blue]
> Hi,
>
> I don't understand why on several asp.net pages I get errors with vs.net
> 2003 about parameters.
>
> With the intellisense I don't have the LeftMargin parameter with the <body>
> tag, same thing with Background parameter with the <td> tag.
>
> Stan
>
>[/color]
Stan Sainte-Rose
Guest
 
Posts: n/a
#3: Nov 18 '05

re: LeftMargin parameter


In fact, I ve removed this line
<meta content="http://schemas.microsoft.com/intellisense/ie5
name="vs_targetSchema">
and the problem was there..

Stan


"Jason DeFontes" <jason@defontes.com> a écrit dans le message de news:
OyYrKEeOEHA.3044@TK2MSFTNGP10.phx.gbl...[color=blue]
> Those are deprecated attributes that you shouldn't really be using
> anymore when you can use stylesheets instead. However, if you want to
> use them for whatever reason then go right ahead, you can just ignore
> the errors in VS.
>
> -Jason
>
> Stan Sainte-Rose wrote:
>[color=green]
> > Hi,
> >
> > I don't understand why on several asp.net pages I get errors with vs.net
> > 2003 about parameters.
> >
> > With the intellisense I don't have the LeftMargin parameter with the[/color][/color]
<body>[color=blue][color=green]
> > tag, same thing with Background parameter with the <td> tag.
> >
> > Stan
> >
> >[/color][/color]


Closed Thread