Portal Engine Questions on portal engine and web parts.
Version 6.x > Portal Engine > How can I customize the display of log on form? View modes: 
User avatar
Member
Member
hungquang_itsyad-yahoo.com - 3/9/2012 2:59:11 AM
   
How can I customize the display of log on form?
Hi,
I added logon form webpart into mysite, but it shows not the same as designs template.

How can i customize it?

User image

User image


Thank!

User avatar
Kentico Consulting
Kentico Consulting
kentico_borisp - 3/9/2012 5:59:43 AM
   
RE:How can I customize the display of log on form?
Hello,

You can assign a specific width to the text boxes available in the file:

CMSWebParts\Membership\Logon\LogonForm.ascx

This file is basically the given log on form web part. You can add various style classes to other controls on the page so you can style them in your stylesheet according to your needs. Additionally I would recommend you to clone the web part before you make any changes and use the copy of the web part instead of the default one, since it can be changed during hotfix /upgrade package application and you can loose your changes.

Best regards,
Boris Pocatko