Barco,
I actually thought of doing that, but to be honest, I really don't know how to make all those extra pages, links, etc. how to make a sidebox specifically for those articles.
That was my very first website, and I had to learn a little CSS and HTML to do it. I obviously need more learning.:smile:
Those links...are they the nav links? I found this:
#navMain ul, #navSupp ul, #navCatTabs ul {
margin: 0;
padding: 0.5em 0em;
list-style-type: none;
text-align: center;
line-height: 1.5em;
}
#navMain ul li, #navSupp ul li, #navCatTabs ul li {
display: inline;
}
#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
text-decoration: none;
padding: 0em 0.5em;
margin: 0;
color: #3300ff;
white-space: nowrap;
}
I think I need to separate those #nav CatTabs out and redefine the padding, correct?
Thanks again for the help....total noob here.