HTML FONT
-
Hi All Is there any style is HTML so that i Can blink My Label font
-
Hi All Is there any style is HTML so that i Can blink My Label font
-
How shuld i use it.. there is no tag comming in Intellisense...:confused:
-
How shuld i use it.. there is no tag comming in Intellisense...:confused:
-
Hi Ther i tried it Like It doesnt Work
-
Hi Ther i tried it Like It doesnt Work
-
Hi Ther i tried it Like It doesnt Work
-
Also you can use style text-decoration=blink;
.blinkytext {
font-family: Arial, Helvetica, sans-serif;
font-size: 1.2em;
text-decoration: blink;
font-style: normal;
}but will not work in IE
-
Hi All Is there any style is HTML so that i Can blink My Label font
Also you can use style text-decoration=blink;
.blinkytext {
font-family: Arial, Helvetica, sans-serif;
font-size: 1.2em;
text-decoration: blink;
font-style: normal;
}