I need multiple link colors
-
My site https://www.lifeinabungalo.com has a black sidebar and a white post section, which makes it very difficult to choose a link color. Right now I have a maroon, which works fine on the post, but poorly on the sides. Is there any way to make the center column (#content) the left and right sidebars (#contentright and #contentright2)?
#content{
float: right;
width: 460px;
padding: 5px;
margin-top:5px;
}#contentright2{
float: left;
width: 200px;
padding: 5px;
margin-top:10px;
border: 0px solid Gray;
border-right: 0px solid Gray;
}#contentright{
float: right;
padding: 5px;
border: 0px solid Gray;
border-left: 0px solid Gray;
width: 200px;
margin-bottom: 10px;
font-size: 11px;
color: Gray;
}
- The topic ‘I need multiple link colors’ is closed to new replies.