When I put this code in
<asp:LoginStatus ID="LoginStatus1" runat="server" style="top: 170px; left: 890px;
position: absolute;" Font-Names="verdana" ForeColor="Black" Font-Size="13px" />
it displays a logout object on my webpage that is underlined and when I click it it obviously logs me out.
Is it at all possible to use a use a .png image that I have created that when clicked would do the same job?
Try using
LoginImageUrlandLogoutImageUrlattributesFor example…