|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
sir
i'm very new to html. can u help me out how to remove underlines from the links? ranjeet |
|
#2
|
|||
|
|||
|
You need to use style sheets. Put this inside the <head></head> tag:
<style type="text/css"> <!-- a { text-decoration: none} --> </style> the underlines will dissapear (only in 4.0+ browsers) |
|
#3
|
|||
|
|||
|
thanx sir
actually i'm not familiar with css .... thanx for the help ranjeet |
![]() |
| Viewing: Dev Shed Forums > Web Design > HTML Programming > removing underline from links |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|