admin
-
7/31/2006 3:14:48 PM
Re: Hello!!
Hello,
Thank you for your message. Unfortunately, the logon form layout cannot be modified directly. You could only use a workaround and change the position using CSS positioning like this:
#LogonForm1__ctl5 { position: relative; left: 100px; top: 200px; }
Best Regards,
|