What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » underlined links

underlined links
Author: Message:
ins4ne
Veteran Member
*****

Avatar
...

Posts: 1015
Reputation: 38
36 / Male / Flag
Joined: Apr 2006
Status: Away
O.P. underlined links
how do i remove the underline from links? i tried everything in css but it doesnt work. i use dreamweaver 8. and the result is this. i dont want the black underline there :@

btw the site is just 4 fun ;)
[Image: b5c5bb366c94ba43283cc13901380e3e.png]
11-19-2006 01:28 AM
Profile PM Find Quote Report
Ezra
Veteran Member
*****

Avatar
Forgiveness is between them and God

Posts: 1960
Reputation: 31
37 / Male / Flag
Joined: Mar 2003
RE: underlined links
change
code:
a:link {
    text-decoration: underline overline line-through blink;
}
to:
code:
a:link {
    text-decoration: overline line-through blink;
}
Just remove the underline there :P


BTW, You have html errors :P

quote:
Originally posted by Tidy

line 1 column 1 - Warning: missing <!DOCTYPE> declaration
line 27 column 144 - Warning: unescaped & or unknown entity "&uid"
line 26 column 21 - Warning: <img> lacks "alt" attribute

0 errors / 3 warnings


This post was edited on 11-19-2006 at 01:36 AM by Ezra.
[Image: 1-0.png]
             
11-19-2006 01:34 AM
Profile PM Web Find Quote Report
ins4ne
Veteran Member
*****

Avatar
...

Posts: 1015
Reputation: 38
36 / Male / Flag
Joined: Apr 2006
Status: Away
O.P. RE: underlined links
oh :$ didnt notice that. ill have a look a the whole code again

edit: its a 5 minute site

This post was edited on 11-19-2006 at 01:37 AM by ins4ne.
[Image: b5c5bb366c94ba43283cc13901380e3e.png]
11-19-2006 01:36 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On