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
Post a Comment