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 acer asus bios bsod computer crash desktop driver drivers error ethernet excel freeze gaming hard drive hardware hdmi internet laptop malware memory modem monitor motherboard netgear network printer problem ram registry repair router slow software sound toshiba trojan usb video virus vista wifi windows windows 7 windows 7 32 bit windows 7 64 bit windows xp wireless xbox
Search
Search for:
Tech Support Guy Forums > Internet & Networking > Web Design & Development >
Solved: Problem with my links

Reply  
Thread Tools
Omovie's Avatar
Computer Specs
Member with 71 posts.
 
Join Date: Oct 2009
Experience: Web Application
29-Oct-2009, 11: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, 02:12 PM #2
Try putting this on your css

a {
text-decoration: none;!important
}
colinsp's Avatar
Computer Specs
Senior Member with 1,044 posts.
 
Join Date: Sep 2007
Location: Spain
Experience: Adv PC, int HTML, bit PHP
30-Oct-2009, 03: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
Member with 71 posts.
 
Join Date: Oct 2009
Experience: Web Application
30-Oct-2009, 06: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

THIS THREAD HAS EXPIRED.
Are you having the same problem? We have volunteers ready to answer your question, but first you'll have to join for free. Need help getting started? Check out our Welcome Guide.

Search Tech Support Guy

Find the solution to your
computer problem!




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



Facebook Facebook Twitter Twitter TechGuy.tv TechGuy.tv Mobile TSG Mobile
You Are Using:
Server ID
Advertisements do not imply our endorsement of that product or service.
All times are GMT -4. The time now is 12:44 PM.
Copyright © 1996 - 2011 TechGuy, Inc. All rights reserved.

Powered by Cermak Technologies, Inc.