Hello,
I have downloaded the 10 pages skinning guide .pdf and am trying the first things.
My question:
For example I would remove the "help" button from the login page.
I understand the template to modify is the "Masterpages\myskin\Login.Master".
The code part should be this:
<td class="LogInBox">
<asp:ContentPlaceHolder ID="MPH" runat="server" />
</td>
Hm.. and then?
Where is the actual code I need to change?
This is the code how it is shown in the browser:
<td>
<div class="ButtonBarDivElement" id="ctl00_MPH_HelpImageButton">
<a tabindex="6" target="helpwindow" href="http://www.smartertools.com/Help/SmarterMail/v5/Default.aspx?p=_USR&v=5.5.3223&lang=en-US&page=LoginUser" class="ButtonBarAnchor">
<span class="ButtonBarLeftWrap">
<span class="ButtonBarRightWrap">
<span class="ButtonBarInnerWrap">
<div class="ButtonBarMenuIcon"><img src="/App_Themes/Horizon/Images/Icons/ButtonBar/../Login/Help.png"/></div>
<div class="ButtonBarMenuIconText">Help</div>
</span>
</span>
</span>
</a>
</div>
</td>
I would like to delete this code from the login page.. But where do I find this code?
Thank you for helping me and pointing me to the right direction.
No, I am not from the SmarterTools staff.
I am giving my support here for free.