Technical support This forum is closed.
Version 1.x > Technical support > Hello!! View modes: 
User avatar
Member
Member
phan - 7/31/2006 11:37:27 AM
   
Hello!!
Can you tell me how to design LogonForm . For example :Labels "Login" and "Password" lie above their TextBoxs.
Thanks.

User avatar
Guest
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,