I'm trying to reskin solpartmenu and having no luck having any effect whatsoever.
What I've done:
In my lih.htm file I have added, within my HTML, between <td></td> tags, [SOLPARTMENU]
In my lih.xml file I have
<Object>
<Token>[SOLPARTMENU]</Token>
<Setting>
<Name>ID</Name>
<Value>dnnSOLPARTMENU</Value>
</Setting>
<Setting>
<Name>Display</Name>
<Value>horizontal</Value>
</Setting>
<Setting>
<Name>MenuItemCSSClass</Name>
<Value>tabs</Value>
</Setting>
<Setting>
<Name>LeftSeparator</Name>
<Value><![CDATA[<img src="tab-left-unsel.gif">]]></Value>
</Setting>
</Object>
(among other parameters)
In my lih.css file I set the values for .tabs and the other classes I set in lih.xml.
I had already set the portal skin (for the site) to lih & successfully changed other elements of the site's design.
I have zipped up the container files in container.zip, the skin files in skin.zip (including the image files I references in lih.xml), then zipped them both into lih.zip. I have uploaded this through the admin/site settings/appearance page. I get lots of messages during the upload that indicate success. I hit "refresh" on my computer. I still see the old menu. No change *whatsoever* -- it's just not pulling the new skin for the menu.
What am I doing wrong?
Thank you!!!!!!!!!!!!!!!