The text decoration is a stylistic effect that the user may apply to visually rendered text that does not affect the layout of the document.Text decoration mechanisms include underline, overline,line-through,blink,& none.
Preview
Blogger Tips And Tricks
Blogger Tips And Tricks
Blogger Tips And Tricks
Blogger Tips And Tricks
Blogger Tips And Tricks
Code
For Blogger Post
<a target="_blank" href="Ur Address
"><span style="font-size: 8pt; text-decoration:blink">Ur Text
</span></a>
Note :- If u want to add the text decoration code In HTML/JavaScript
Ur Code Will Be
</li><a target="_blank" href="Ur Address
"><span style="font-size: 8pt; text-decoration:blink">Ur Text
</span></a></li>
Possible Values
--------Value-------------------------------Description-------------------------
►none ----------------- Defines a normal text. This is default
►underline ------------ Defines a line below the text
►overline ------------- Defines a line above the text
►line-through --------- Defines a line through the text
►blink ---------------- Defines a blinking text
►inherit -------------- Specifies that the value of the text-decoration property should be inherited from the parent element
Browser Support
►The text-decoration property is supported in all major browsers.
►No versions of Internet Explorer (including IE8) support the property value "inherit".
►The "blink" value is not supported in IE, Chrome, or Safari.
Enjoy...
Tuesday, October 13, 2009
Subscribe to:
Post Comments (Atom)
1 comments:
Thanks - I don't want blinking links all the time, but how cool I know how to do that now! I wanted to BOLD my links, but I guess I'll have to settle for underlined. The list here is great all around, now I know how to do the strike-through I see too. :D
Post a Comment