|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| ||||||||||||||||||||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Underlined links
hi, i have few links on my page and they all are underlined. is there any way
i can take off those underlines? |
|
#2
|
||||
|
||||
|
css
textdecoration:none
|
|
#3
|
||||
|
||||
|
text-decoration...
__________________
selwonk If I've posted some code above, you might think it looks a bit simplistic. It might be. I'd rather people tried the next step themselves rather than getting a full solution on a plate. That way they learn more!
|
|
#4
|
|||
|
|||
|
where do i use this textdecoration:none attribute in?
any help will be appreciated. thanks. |
|
#5
|
||||
|
||||
|
(sigh)
Code:
<style type="text/css">
a {text-decoration: none;}
</style>
note, it would be global to all the links in the page. |
|
#6
|
||||
|
||||
|
If you are a web designer, you should learn CSS backwards and forwards. There are many useful tools like "text-decoration: none;" that will make your life easier. Not to mention, all the benefits of decrease page size (which equals faster load time for the user)...and just being cool.
![]() |
|
#7
|
||||
|
||||
|
A good place to start is at http://www.w3schools.com
|
![]() |
| Viewing: ASP Free Forums > Programming > HTML, JavaScript And CSS Help > Underlined links |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|