+ Reply to Thread
Results 1 to 2 of 2

Thread: Links Decoration

  1. #1
    Jaan Guest

    Links Decoration

    Well it's realy simple... usually your links are like this:

    Code:
    <a href="http://yoursite.xxx">My Site</a>
    or

    Code:
    <a href="http://yoursite.xxx" target="_blank">My Site</a>
    Well you just have to add

    style="text-decoration: none" and then you don't have underline anymore

    Code:
    <a href="http://mysite.xxx" style="text-decoration: none">My site</a>
    Example

    Well there are lot's of decorations more, like if you want your link to blink then use this decoration:

    Code:
    <a href="http://yoursite.xxx" style="text-decoration: blink">My site</a>
    Example

    If you want to have overline on link then use this decoration:

    Code:
    <a href="http://yoursite.xxx" style="text-decoration: overline">My site</a>
    Example

    If you want to have line-through then use this decoration:

    Code:
    <a href="http://yoursite.xxx" style="text-decoration: line-through">My Site</a>
    Example

    Have fun!
    Last edited by Jaan; 01-10-2007 at 02:05 PM.

  2. CODECALL Circuit advertisement

     
  3. #2
    AfTriX is offline Programming God
    Join Date
    Jan 2007
    Location
    Chicago
    Posts
    586
    Rep Power
    0
    Thanks for the Tutorial, I will try this out
    Seems to be cool for Beginners like me.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Few High PR links vs. Several lower PR links
    By Dan in forum Search Engine Optimization
    Replies: 10
    Last Post: 12-12-2008, 09:22 AM
  2. .NET attributes are more than decoration
    By hurricanesoftwares in forum C# Programming
    Replies: 3
    Last Post: 08-13-2008, 07:40 AM
  3. Links
    By Shan Abbasi in forum HTML Programming
    Replies: 3
    Last Post: 10-23-2006, 06:42 PM
  4. .Gov and .Edu links
    By DevilsCharm in forum Search Engine Optimization
    Replies: 3
    Last Post: 08-23-2006, 07:22 PM
  5. Links
    By koolkid in forum Search Engine Optimization
    Replies: 1
    Last Post: 07-07-2006, 06:53 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts