CODE
text-decoration
I want to remove the bullets and the under lines on my links in my nav bar. I know this is a way to do it, but when I enter it nothing happens. Here's an example of what code I'm using.CODE
#content{
background-color:gray;
border:black 1px solid;
width:100%;
height:450px;
}
#navbar{
background-color:white;
border:black 1px solid;
width:30%;
height:350px;
[color="#FF0000"]text-decoration:none;[/color]
}
As far as I know that's correct code, I even check it on w3. But it doesnt do what I want it to do. Ive seen videos etc of people using that code to remove the underline but when ever i try to do it well.... no trabaja.......
Thanks,
Kevin
background-color:gray;
border:black 1px solid;
width:100%;
height:450px;
}
#navbar{
background-color:white;
border:black 1px solid;
width:30%;
height:350px;
[color="#FF0000"]text-decoration:none;[/color]
}
As far as I know that's correct code, I even check it on w3. But it doesnt do what I want it to do. Ive seen videos etc of people using that code to remove the underline but when ever i try to do it well.... no trabaja.......
Thanks,
Kevin