asp.net - marque will not displayed error comes as validation xhtml1.0 -



asp.net - marque will not displayed error comes as validation xhtml1.0 -

this code shows error message validation xhtml1.0 transitional lement marquee not displayed

.header { width: 100%; background-color: green; height: 80px; } <body> <form runat="server"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td> <marque behavior="scroll" direction="right"> <div class="header"> <a href="/default.aspx" ><img src="images/wave.gif" width="100" height="65" border="0" alt="home -- xefteri-articles web developers"/></a> </div> </marque> </td> </tr> </table> </form> </body>

suggest suitable method

you have written <marque> tag , <marquee>. seek changing <marquee> may work

asp.net

Comments

Popular posts from this blog

formatting - SAS SQL Datepart function returning odd values -

c++ - Apple Mach-O Linker Error(Duplicate Symbols For Architecture armv7) -

php - Yii 2: Unable to find a class into the extension 'yii2-admin' -