Hello I have a div inside a div that I want to remove the blue color and underline from a link.
the HTML is:
The CSS for the divs are
{code]
#renovate_Wiebe{
background-color:#669999;
width:963px;
}
#renovate_Menu {
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
padding-left:40px;
padding-top:40px;
background-color:#669999;
float:left;
width:235px;
height:327px;
border:none;
text-decoration:none;
font-size: 18px;
}
[/code]
The font size works but the "text-decoration:none" is not working.
any ideas?
thanks
the HTML is:
Code:
<div id="renovate_Wiebe">
<div id="renovate_Menu">
<b>RENOVATIONS</b><br>
<br>
Port Royal Residence<br>
<br>
<a href="remodel_Wiebe.html">Harbourtown Townhouse</a><br>
<br>
<a href="remodel_Art.html">Artist’s studio</a><br>
The CSS for the divs are
{code]
#renovate_Wiebe{
background-color:#669999;
width:963px;
}
#renovate_Menu {
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
padding-left:40px;
padding-top:40px;
background-color:#669999;
float:left;
width:235px;
height:327px;
border:none;
text-decoration:none;
font-size: 18px;
}
[/code]
The font size works but the "text-decoration:none" is not working.
any ideas?
thanks