Shoutbox

underlined links - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Skype & Technology (/forumdisplay.php?fid=9)
+---- Forum: Tech Talk (/forumdisplay.php?fid=17)
+----- Thread: underlined links (/showthread.php?tid=68623)

underlined links by ins4ne on 11-19-2006 at 01:28 AM

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 ;)


RE: underlined links by Ezra on 11-19-2006 at 01:34 AM

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


RE: underlined links by ins4ne on 11-19-2006 at 01:36 AM

oh :$ didnt notice that. ill have a look a the whole code again

edit: its a 5 minute site