Mourning the loss of our friend, WhitPhil.
There's no such thing as a stupid question, but they're the easiest to answer.
JoinTour
Login
Search
 
Web Design & Development
Tag Cloud
access audio black screen blue screen boot bsod connection crash dell desktop driver drivers dvd email error excel firefox hard drive hardware hijackthis internet keyboard laptop malware monitor motherboard network networking outlook problem processor recovery registry cleaner router safe mode slow sound spyware tdlwsp.dll trojan vba video virus vista vundo windows windows 7 windows vista windows xp wireless
Search
Search for:
Tech Support Guy Forums > Internet & Networking > Web Design & Development >
Solved: Problem with my links

Tip: Click here to scan for System Errors and Optimize PC performance
[ Sponsored Link ]

 
Thread Tools
Omovie's Avatar
Computer Specs
Junior Member with 19 posts.
 
Join Date: Oct 2009
Experience: Web Application
29-Oct-2009, 10:31 AM #1
Solved: Problem with my links
I just finished designing a web application, in the CSS i specified that the links should not be underlined, which worked on Internet explorer well, but when i tried to open the same page on Opera, The begins to show on the links.

Have a look
body {
font: 11px Verdana, Arial, Helvetica, sans-serif;
color: #666666;
margin: 0px;
padding: 20px 10px 0px;
}


.textfield {
font-size: 11px;
color: #333333;
background: #F7F7F7;
border: 1px solid #990000;
padding-left: 1px;
}


h1 {
color: #99CC00;
margin: 0px 0px 5px;
padding: 0px 0px 3px;
font: bold 18px Verdana, Arial, Helvetica, sans-serif;
border-bottom: 1px dashed #FF0000;
}


a {
color: #2D3954;
font-size: 11px;
}


a:hover {
color: #99CC00;
}


.err {
color: #FF9900;
}


th {
font-weight: bold;
text-align: left;
}


<STYLE TYPE="text/css">
<!--
A { text-decoration: none; }
A:link { color: #000099; }
A:visited { color: #000099; }
-->
</STYLE>

<!-- End Of No Underlined Links Script -->

Do i have to specified anything in my scripts?

Help me please
TheShooMan's Avatar
Junior Member with 12 posts.
 
Join Date: Oct 2009
Experience: Advanced
29-Oct-2009, 01:12 PM #2
Try putting this on your css

a {
text-decoration: none;!important
}
colinsp's Avatar
Computer Specs
Senior Member with 574 posts.
 
Join Date: Sep 2007
Location: Spain
Experience: Adv PC, int HTML, bit PHP
30-Oct-2009, 02:26 AM #3
Your no underline is commented out

change
Code:
<STYLE TYPE="text/css">
<!--
A { text-decoration: none; }
A:link { color: #000099; }
A:visited { color: #000099; }
-->
</STYLE>
to

Code:
a { text-decoration: none; }
a:link { color: #000099; }
a:visited { color: #000099; }
Omovie's Avatar
Computer Specs
Junior Member with 19 posts.
 
Join Date: Oct 2009
Experience: Web Application
30-Oct-2009, 05:11 AM #4
Thanks bro Collinsp. immediately i change it the underline were gone. am very greatful for your help. Thanks to all Techguy crew for this forum
Reply Bookmark and Share

Smart Search

Find your solution!



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
WELCOME TO TECH SUPPORT GUY! Are you looking for the solution to your computer problem? Join our site today to ask your question -- for free! Our site is run completely by volunteers who want to help you solve your computer problems. See our Welcome Guide to get started.

Thread Tools


You Are Using:
Server ID
Advertisements do not imply our endorsement of that product or service.
All times are GMT -5. The time now is 03:47 PM.
Copyright © 1996 - 2009 TechGuy, Inc. All rights reserved.
Powered by vBulletin, Copyright © 2000 - 2009, Jelsoft Enterprises Ltd.
Powered by Cermak Technologies, Inc.