LeftMargin parameter

  • Thread starter Thread starter Stan Sainte-Rose
  • Start date Start date
S

Stan Sainte-Rose

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
 
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
 
Back
Top