I want my menus in a TD to not be underlined when hyper. Here's what I got so far:
td.nav { background-color: #f0f0f0;
color: #000000;
font-size: 10pt;
font-family: Verdana, Arial, sans-serif }
How do I achieve this? Thanks in advance.
| SitePoint Sponsor |
I want my menus in a TD to not be underlined when hyper. Here's what I got so far:
td.nav { background-color: #f0f0f0;
color: #000000;
font-size: 10pt;
font-family: Verdana, Arial, sans-serif }
How do I achieve this? Thanks in advance.





Simple:~~Hope This HelpsCode:.nav a { text-decoration: none; }
Thanks, I got it now.![]()
Bookmarks