VoyForums
[ Show ]
Support VoyForums
[ Shrink ]
VoyForums Announcement: Programming and providing support for this service has been a labor of love since 1997. We are one of the few services online who values our users' privacy, and have never sold your information. We have even fought hard to defend your privacy in legal cases; however, we've done it with almost no financial support -- paying out of pocket to continue providing the service. Due to the issues imposed on us by advertisers, we also stopped hosting most ads on the forums many years ago. We hope you appreciate our efforts.

Show your support by donating any amount. (Note: We are still technically a for-profit company, so your contribution is not tax-deductible.) PayPal Acct: Feedback:

Donate to VoyForums (PayPal):

Login ] [ Contact Forum Admin ] [ Post a new message ] [ Search | Check update time ]


Remove The Annoying Underlines
This great trick is from Michael Wang, at Html-html.com.
Each time we're given the opportunity to click-a-link; everything is usually underlined. (example: welcome to BING).
But there's a simple trick to remove these underlines (which can sometimes be annoying).

It begins by giving a simple name to each link.
We'll pick a simple one: The word jay.
(I could have chosen one mere letter, such as D)

The following code is implemented anywhere within the body:

<STYLE TYPE="text/css">
<!--
.jay {text-decoration:none}
--
>
</STYLE>

Then, add a simple reference within the HTML Link:
class="jay"

So, here's how it would look within the entire code:---Bing Search
(Notice how the Bing Search line has been removed).


<a href='http://bing.com/' class="jay" target="_blank" >Bing Search</a>


<a href='http://URL here' class="jay" target="_blank" >Title Of Link</a>

This rule can also be applied to other types of Links, as well.
For example: now becomes:
(the underlines have been removed when class="jay" was added to each line.)




There are no messages in the main index.


Post a message:
This forum requires an account to post.
[ Create Account ]
[ Login ]

[ Contact Forum Admin ]


Forum timezone: GMT-8
VF Version: 3.00b, ConfDB:
Before posting please read our privacy policy.
VoyForums(tm) is a Free Service from Voyager Info-Systems.
Copyright © 1998-2019 Voyager Info-Systems. All Rights Reserved.