Give me better idea to do Marquee tag in asp.net page.

Posted by Ayyappan.Anbalagan on Stack Overflow See other posts from Stack Overflow or by Ayyappan.Anbalagan
Published on 2010-05-12T17:15:31Z Indexed on 2010/05/12 17:24 UTC
Read the original article Hit count: 218

Filed under:
|
|
|

The bellow code working, but i don’t know it the write way or not?

<td align="center" style=" height:50px; width:100%;  background-color:Red;width:10%;">

<div id="divremview" >

<marquee behavior="scroll" direction="up">

<div id="div1"><asp:Label ID="Label1" runat="server" Text="Label">Hi</asp:Label></div>

</marquee>

</div>    </td>

Also it not in center alignment. As usual it in left alignment

© Stack Overflow or respective owner

Related posts about marquee

Related posts about ASP.NET