|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Problem with using "marquee" in HTML
I am trying to show a dynamic "Welcome To My Website" all the time. The following code is doing the purpose but it's going for the next time when the previous one is completely gone. I want to show the same consequitively. How to do that?
<html> <head> </head> <body> <table width="100%" bgcolor="green"> <tr> <td><p align="center"><font face="impact" color="yellow"> <marquee border="0"> Welcome To My Website </marquee> </font> </td> </tr> </table> </body> </html> |
|
#2
|
|||
|
|||
|
RE: Problem with using
it cannot be done with the standard Marquee tags. (as far as I can tell) so you might want to look into javascript text scrollers... a good site to check out would be www.24fun.com and look under 'text'
|
|
#3
|
|||
|
|||
|
RE: Problem with using
don't use marquee. nobacy likes them....
|
|
#4
|
|||
|
|||
|
RE: Problem with using
don't use marquee. nobady likes them....
|
|
#5
|
|||
|
|||
|
RE: Problem with using
Without out using MARWUEE how can I do that. Could you please help me.
|
|
#6
|
|||
|
|||
|
RE: Problem with using
Use it like this... looks more handsome... but most of the viewers will don't like the marquee!
<MARQUEE BEHAVIOR=ALTERNATE DIRECTION=RIGHT> <font size=3 face="Verdana">JavaScript Source Code 2002, another marvelous use of bandwidth!</font> </MARQUEE> |
![]() |
| Viewing: Codewalkers Forums > Other Technologies > Client Side Things > Problem with using "marquee" in HTML |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|