HTML Tutorial


 Forum HomeForum Home   FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
RegisterRegister - Not registered yet? Got something to say? Join HTML Code Tutorial!
No Underline Please!
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Form
View previous topic :: View next topic  
Author Message
wxwatchr



Joined: 21 Dec 2004
Posts: 1

PostPosted: Tue Dec 21, 2004 5:37 pm     No Underline Please! Reply with quote

This maybe the stupidest question that you have heard in a while but...i cannot get the HTML code for no underlines on links to work with my web page. Can someone please help?
Corey Bryant
Site Admin


Joined: 15 May 2004
Posts: 8268
Location: Castle Rock CO USA

PostPosted: Wed Dec 22, 2004 5:09 am     Reply with quote



You will need to use CSS. Something like:
Code:
A
{
   COLOR: #0066cc;
}
A:hover
{
   COLOR: red;
   TEXT-DECORATION: none;
}
A:active
{
   COLOR: red;
   TEXT-DECORATION: none
}

You can read more here:
http://www.w3schools.com/css/
http://echoecho.com/css.htm
http://www.westciv.com/style_master/academy/css_tutorial/
http://www.oswd.org/index.phtml
Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Form All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
HTML Help Archive
Powered by phpBB © 2001, 2005 phpBB Group
HTML Help topic RSS feed 

 
HOSTING / DESIGN
MAKE MONEY

Home
  |   Tutorials   |   Forum   |   Quick List   |   Link Directory   |   About
Copyright ©1997-2002 Idocs and ©2002-2007 HTML Code Tutorial