Hey there! I have a major problem. I can't make active links appear in website baker, although I use the class menu_current.
Here is the css,
.menu_current {
display: block;
background-image: url('images/img03a.gif');
color: #AA2808;
}
And the problem is situated in the php command, show_menu
When I use the 'class="menu_current" ' between the parentheses, nothing happena and the page doesn't even appear
