Ok so I am trying to make the titles have a background image but yea...cant seem to figure out what I am doing wrong. I geather I need to be useing the <!-- Menu:StaticName --> but the example that is give is, lets just say, not the best for my blondeness.
I'm guessing you're talking about the menus?
If so that's actually in the Current Menu File. The Menu file is fairly simple and is bascially laid out like this:
<table>
<tr>
<td>
<!-- Menu:Title -->
</td>
</tr>
<tr>
<td>
<!-- Menu:StartItemList -->
<!-- Menu:StartItem -->
<!-- Menu:Link -->" <!--Menu opup -->><!-- Menu:LinkName -->
<!-- Menu:EndItem -->
<!-- Menu:EndItemList -->
<!-- Menu:StartStandAlone -->
<!-- Menu:StandAloneContent -->
<!-- Menu:EndStandAlone -->
</td>
</tr>
</table>So what you want to do is modify that first <td> section. Either via CSS (MenuCat) or via oldschool html directly in the <td>
Also while I have you here. How would it be best to go about adding a footer to place the copyright and have it look as nice as the header? <plan html maybe?>
The copyright is
<!-- System:Copyright -->. So all you need to do is create some kind of copy of your top and put that in there. If you don't put that code the page engine automatically just sticks it on the bottom.