Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

VS using less attributes?

Status
Not open for further replies.

gagz

Programmer
Nov 21, 2002
333
US
I recently converted a .NET project form web matrix to visual studio... since i've done so it complains about a lot of the attributes that I've set for controls/html tags that worked fine for web matrix. things like size, scrollbar(for multiline) and value of a textbox, bgcolor of an HR tag, saying something like "could not find any attribute 'value' of element 'TextBox'"

anyone run into this?
 
scrath the hr tag, it doesn't have a bgcolor... my bad...

but the others are still valid issues.
 
If you create a new page in VS, you'll see meta tags for target schemas and such... if your page doesn't have them, then VS complains a little bit.

Just ignore them. They, in no way, affect your page.

-paul
penny1.gif
penny1.gif

The answer to getting answered -- faq855-2992
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top