Hi Salar,
Thanks - I did parse it and the [COPYRIGHT] now shows up as desired.
However, I added the rest of the definitions to skin.xml:
<Object>
<Token>[COPYRIGHT]</Token>
<Settings>
<Setting>
<Name>CssClass</Name>
<Value>copyrightlink</Value>
</Setting>
</Settings>
</Object>
<Object>
<Token>[TERMS]</Token>
<Settings>
<Setting>
<Name>CssClass</Name>
<Value>termslink</Value>
</Setting>
</Settings>
</Object>
<Object>
<Token>[PRIVACY]</Token>
<Settings>
<Setting>
<Name>CssClass</Name>
<Value>privacylink</Value>
</Setting>
</Settings>
</Object>
<Object>
<Token>[SEARCH]</Token>
<Settings>
<Setting>
<Name>CssClass</Name>
<Value>searchlink</Value>
</Setting>
</Settings>
</Object>
<Object>
<Token>[LANGUAGE]</Token>
<Settings>
<Setting>
<Name>CssClass</Name>
<Value>langlink</Value>
</Setting>
</Settings>
</Object>
and the following to skin.css:
.copyrightlink {
font-family: Tahoma, Arial, Helvetica;
font-size: 9px;
font-weight: bold;
color: white;
}
.termslink {
font-family: Tahoma, Arial, Helvetica;
font-size: 9px;
font-weight: bold;
color: white;
}
.privacylink {
font-family: Tahoma, Arial, Helvetica;
font-size: 9px;
font-weight: bold;
color: white;
}
.searchlink {
font-family: Tahoma, Arial, Helvetica;
font-size: 9px;
font-weight: bold;
color: white;
}
.langlink {
font-family: Tahoma, Arial, Helvetica;
font-size: 9px;
font-weight: bold;
color: white;
}
Again, the [COPYRIGHT] works as advertised but the rest are not. I have parsed/refreshed now several times. I must have messed up somewhere but am unable to figure out "where". Any possibility the problem is that the rest are actual links vs. [COPYRIGHT] which is just text?
Thanks again for your help!!!