|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 08/08/2008 15:35:09
Posts: 5,
Visits: 17
|
|
| I'm attemtping to rid myself of the Login/Logout links Welcome Welcome Justin Crabtree (Logout) <--- As in that bit.. is there an easy way of doing this? I've managed to get rid of the link itself, but the brackets around it are being more stubborn. Thanks, Justin
|
|
|
|
|
Support Supremo
      
Group: Customers
Last Login: 13/11/2008 12:44:07
Posts: 568,
Visits: 2,507
|
|
Justin Crabtree (3/14/2007)
I'm attemtping to rid myself of the Login/Logout links Welcome Welcome Justin Crabtree (Logout) <--- As in that bit.. is there an easy way of doing this? I've managed to get rid of the link itself, but the brackets around it are being more stubborn. Thanks, Justin Hi Justin, Many thanks for your post! You can hide such information adding the Visible attribute set to False inside some InstantASP:Hyperlink tags in the MainNavigation.ascx file like below: <InstantASP:HyperLink id="hypUserNameLink" CssClass="SmlLinks" Visible=False Runat="Server"/>
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 08/08/2008 15:35:09
Posts: 5,
Visits: 17
|
|
| Thanks, I was trying that... but it wasn't working (honest!). It does this morning though. I was probably typoing something somewhere somehow. Regards, Justin
|
|
|
|