Well it's realy simple... usually your links are like this:
orCode:<a href="http://yoursite.xxx">My Site</a>
Well you just have to addCode:<a href="http://yoursite.xxx" target="_blank">My Site</a>
style="text-decoration: none" and then you don't have underline anymore
ExampleCode:<a href="http://mysite.xxx" style="text-decoration: none">My site</a>
Well there are lot's of decorations more, like if you want your link to blink then use this decoration:
ExampleCode:<a href="http://yoursite.xxx" style="text-decoration: blink">My site</a>
If you want to have overline on link then use this decoration:
ExampleCode:<a href="http://yoursite.xxx" style="text-decoration: overline">My site</a>
If you want to have line-through then use this decoration:
ExampleCode:<a href="http://yoursite.xxx" style="text-decoration: line-through">My Site</a>
Have fun!
Last edited by Jaan; 01-10-2007 at 02:05 PM.
Thanks for the Tutorial, I will try this out
Seems to be cool for Beginners like me.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks