| |||
| I am using a div tag to put up some text, and there are a few hyperlinks there. I want to use different color in that div, how can I do it? My css is Code: a {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
color: #FF0000;
text-decoration: underline;
} |
| |||
| Quote:
Code: a {
text-decoration: none;
border-bottom: 1px solid red;
color: Lime;
} |
![]() |
| Thread Tools | |
| Display Modes | |
| |