I almost finished skinning my SmarterStrack installation by modifying a copy of the Horizon skin.
However I want to remove some elements from the skin which I do not need.
<table>
<tr>
<td class="CompanyLogo">
<asp:HyperLink runat="server" ID="LogoHyperlink" EnableViewState="false">
<asp:Image runat="server" ID="LogoImage2" ImageAlign="absmiddle" EnableViewState="false" /></asp:HyperLink>
</td>
<td class="CompanyTitle">
<asp:Literal runat="server" ID="CustomerServiceLabel" />
</td>
<td class="LanguageCell" runat="server" id="LanguageListCell">
<span class="Label">
<STWC:GlobalizedLabel runat="server" ResourceIDGlobal="MasterPages.CustomerEntry_Language" /></span>
<asp:DropDownList runat="server" ID="LanguageList" onChange="LanguageChanged()" />
</td>
</tr>
</table>
I want to remove all of the above. But if I do then I get a load of .NET errors. How do I remove the language link and other superflous items from the CustomerEntry.Master file?
Andy
SSL Certs from $10.00 year
SmarterTools Reseller
www.servertastic.com