Luis Rivera posts here with pictures or things that are longer than 140 characters
Catching Elephant is a theme by Andy Taylor
<!— Description Plus Navigation —>
div.descrip a {
color: #000000;
text-decoration: none;
}
div.descrip a:visited {
color: #000000;
text-decoration: none;
}
div.descrip a:hover {
color: gray;
text-decoration: none;
}
This is my CSS code.
<div class=”descrip”>
<td align=”center”><b><a href=”/”>TOP</a></b></td>
<td align=”center”><b><a href=”/ask”>ASK</a></b></td>
<td align=”center”><b><a href=”/rss”>RSS</b></a></td>
</div>
This is my html code for the navigation gray bar.
The links are supposed to be different in the bar. They aren’t. Help.