Forum Moderators: not2easy
I'm trying to change the behavior of my text.
For example:
.Navtext {
font-family: "Times New Roman", Times, serif;
font-size: 16px;
font-style: normal;
font-weight: bold;
color: #FFFFFF;
}
--------
This is my normal navigation area text size. Not necessarily for navigation.
BUT, I want to make it so that when I have a link that it doesn't change color ever, not visited, not hovering, nothing. The only thing I do want it to do is Underline..
Sorry, I know this is beginner 101 newbie CSS but, I really spent about 1.5 hours looking for this! Sad huh! Sorry, I only do this on the side rarely..
alas it is not working. I remembered once working on something in php long ago that wasn't 'taking' then once I cleared my cache it worked when I reviewed it in various browsers...
However that is not the case in this...case.
Started to make me mad that I'm spending so much time on the stupid stuff and almost no time on my actual content for this site. My next step is working without tables and using CSS only...should be fun since I can't even get something simple like this down! ARGH!