»
 

Go Back   ResellerRatings Store Ratings > ResellerRatings Forums > Tech Support

Reply
 
LinkBack Thread Tools Display Modes
Old 07-14-2003, 02:50 PM   #1 (permalink)
Registered User
 
Join Date: Oct 2001
Posts: 3,539
ClubMed is on a distinguished road
Non-underlined links?

I forgot how to make non-underlined links

If anyone knows, tell me please.

Thanks.

ClubMed is offline   Reply With Quote
Old 07-14-2003, 02:56 PM   #2 (permalink)
Registered User
 
cowboybooter's Avatar
 
Join Date: Jul 2002
Location: London Suburbia,UK
Posts: 515
cowboybooter is on a distinguished road
such as[Edit, Nope, that didn't work, looks like I forgot also]


CBB

Last edited by cowboybooter; 07-14-2003 at 03:02 PM.
cowboybooter is offline   Reply With Quote
Old 07-14-2003, 03:00 PM   #3 (permalink)
Registered User
 
Idigguns's Avatar
 
Join Date: Oct 2002
Location: S. Florida
Posts: 1,230
Idigguns is on a distinguished road
Send a message via AIM to Idigguns
I don't know too much about CSS. Try Google for a CSS tutorial web site.
Idigguns is offline   Reply With Quote
Old 07-14-2003, 03:01 PM   #4 (permalink)
Registered User
 
wavefront's Avatar
 
Join Date: May 1999
Location: CA
Posts: 82
wavefront is on a distinguished road
I'd either turn them off in IE in the Advanced options or use a graphic link instead.
wavefront is offline   Reply With Quote
Old 07-14-2003, 03:01 PM   #5 (permalink)
Registered User
 
sixf00t4's Avatar
 
Join Date: Aug 2002
Location: Western PA
Posts: 2,296
sixf00t4 is on a distinguished road
Send a message via ICQ to sixf00t4 Send a message via AIM to sixf00t4 Send a message via Yahoo to sixf00t4
<a href="http://www.techimo.com" style="text-decoration: none">
www.techimo.com</a></p>
__________________
[url=http://joshuadhall.com]My blog[/url]
sixf00t4 is offline   Reply With Quote
Old 07-14-2003, 03:01 PM   #6 (permalink)
Registered User
 
omalleytrading's Avatar
 
Join Date: Apr 2003
Location: Albany, NY
Posts: 425
omalleytrading is on a distinguished road
Use CSS. Text-Decoration: None; is the trick. For example:

Code:
<a href="http://www.techimo.com" style="text-decoration: none;">Click Me</a>
omalleytrading is offline   Reply With Quote
Old 07-14-2003, 03:03 PM   #7 (permalink)
Registered User
 
sixf00t4's Avatar
 
Join Date: Aug 2002
Location: Western PA
Posts: 2,296
sixf00t4 is on a distinguished road
Send a message via ICQ to sixf00t4 Send a message via AIM to sixf00t4 Send a message via Yahoo to sixf00t4
a 5:00 post and 3 5:01 posts!
__________________
[url=http://joshuadhall.com]My blog[/url]
sixf00t4 is offline   Reply With Quote
Old 07-14-2003, 03:06 PM   #8 (permalink)
Registered User
 
Join Date: Oct 2001
Posts: 3,539
ClubMed is on a distinguished road
Thanks omalleytrading and sixfoot4, tip worked
ClubMed is offline   Reply With Quote
Old 07-14-2003, 03:06 PM   #9 (permalink)
Registered User
 
crouse's Avatar
 
Join Date: Jun 2002
Location: Iowa
Posts: 2,527
crouse is on a distinguished road
Send a message via ICQ to crouse
http://www.techimo.com/forum/showthr...377#post728377

Put this in the head of your document


Code:
<style type="text/css">
<!--
  .roll { text-decoration:none; color:black; }
  A.roll:hover { text-decoration:underline; color:yellow; }
-->
</style>

Put this in your body section

[code<a href="whatever.html"
class="roll">whatever</a>
[/code]

You can change the settings in the style type section to whatever you prefer

HTH's
__________________
The day Microsoft makes something that doesn't suck is probably the day they start making vacuum cleaners. --- Author Unknown.
crouse is offline   Reply With Quote
Old 07-14-2003, 03:07 PM   #10 (permalink)
Registered User
 
Join Date: Oct 2001
Posts: 3,539
ClubMed is on a distinguished road
Thanks crouse, thats the method I used to use and was looking for actually!
ClubMed is offline   Reply With Quote
Reply




Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Most Active Discussions

Recent Discussions

All times are GMT -6. The time now is 04:36 AM.