html - Stop Visual Web Developer from putting "span lang="en-us" tags -


I understand how the VWD styles apply, depending on how you can modify the text formatting , And found that it keeps putting a

  span lang = "en-us"  

tag in front of things. Google's check did not generate any item for the VWD, so I thought if anyone knows to stop adding this tag then can I ask?

Thank you!

Google's results indicate similar problems in this 'family' products (frontpage, expression web)

Do you try to resolve these products? Like the language specified in the HTML tags?

  & lt; Html xmlns = "http://www.w3.org/1999/xhtml" lang = "en" xml: lang = "en" & gt;  

Source:


Comments

Popular posts from this blog

email - PHP mail error ... failed to open stream : permission denied -

sql server - SQL Query - Delete duplicates if more than 3 dups? -

c# 3.0 - Issue with getting 2 chars from string using indexer -