AWESOME!!!! The links are all the proper color. EXCEPT for the EzPages. i am a\having a little trouble understaing the code I need to use to get these the right color. You said to use an a:visited, I am not sure the proper formula here.
AWESOME!!!! The links are all the proper color. EXCEPT for the EzPages. i am a\having a little trouble understaing the code I need to use to get these the right color. You said to use an a:visited, I am not sure the proper formula here.
Never mind....I got it....
I added this to my css:
#navEZPagesTop a:visited {
color: #ffffff;
}
I also added one for the hover:
#navEZPagesTop a:hover {
color: #f6b9c5;
}
And everything seems to be in good working order!!! Thanks again for all your help. :)
Excellent!
be sure to hide those underlined links with:
a:link {
color: #663300;
text-decoration:none;
}
I'm headed for some sleep.
Twitch.
https://www.twitchtoo.com Do you work for free? Please donate.
June 7.2026 - NOW AVAILABLE - Twitch Base8 - Obsidian
Will do...thanks so much. :) Good luck with your snow.
You're welcome, I like the snow... and centered left navs...
add this yes?
.sideBoxContent {
/*background-color: #ffffff;
padding: 0.4em;*/
text-align: center;
}
Twitch.
https://www.twitchtoo.com Do you work for free? Please donate.
June 7.2026 - NOW AVAILABLE - Twitch Base8 - Obsidian
Thanks so much. :)