I'm trying to replace each text string in the navigational list with a unique image (for example, I'm replacing "NEWS", "WRITING", "MUSIC", and "CONTACT" with images) using my CSS. I therefore need to give each list tag a unique class when the PHP calls the unordered list. I'm betting it would be easiest to edit the PHP to insert the section id when it writes the code.
I see how it was written to insert the "class='active'" string and have beeing messing around trying to get it to also call up the section id. Unfortunately, I'm not a PHP guru. So am basically asking if anyone knows the syntax for calling the section id.