Your Guide to Professional
Web Site Design and Development

HTML Tips
HTML Codes
Web Development
Web Design Tips
JavaScript Codes
216 Web Safe Colors
CSS Tutorial
JavaScript Tutorial
ASCII Character Codes

Offering a guide to professional web site design, web page design and web design guidelines

| Web Site Development | HTML Codes | HTML Tips | Web Design TipsJavascript Snippets | 216 Safe Colors | Symbols | CSS Tutorial | JavaScript Tutorial |

Creating Glowing Web Page Links


This special effect will make your links appear to be glowing. Place the following code within your HTML where you would like your link to appear.

Glowing Text Link Example

<SPAN STYLE="position:relative; width:200; height:25; filter:glow(color=#3A9DFA,strength=2)">
<A href="http://www.domain.com">Glowing Text Link Example</A></SPAN>

Change the text indicated in "red" for customization.




 More Web Design Tips