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 HTML Links


You can create glowing hyperlinks within your web page.

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.

Creating glowing web page links within your sales web pages is a great way to draw attention to your links by highlighting them. However, use this HTML code carefully, as you don't want to confuse your visitors. 

 More Web Design Tips