K
K Viltersten
I'm using the following lines in my page.aspx code.
<a href="#"
ext:qtitle="Title of the info"
ext:qwidth='250'
ext:qtip="The info itself."
VS reports mucho erroro on this e.g.
"Unrecognized namespace 'ext'."
"Validation (XHTML 1.0 Transitional): Attribute 'qtitle' is not a valid
attribute of element 'a'."
and frankly, even if the application runs as it's supposed to, it's a
matter of principle and good coding not to generate such errors. How cani
"declare" those things so VS won't bark at them?
<a href="#"
ext:qtitle="Title of the info"
ext:qwidth='250'
ext:qtip="The info itself."
Some text</a>
VS reports mucho erroro on this e.g.
"Unrecognized namespace 'ext'."
"Validation (XHTML 1.0 Transitional): Attribute 'qtitle' is not a valid
attribute of element 'a'."
and frankly, even if the application runs as it's supposed to, it's a
matter of principle and good coding not to generate such errors. How cani
"declare" those things so VS won't bark at them?