PDA

View Full Version : Change the width of username/password field


vikris
04-16-2010, 11:04 AM
I would like to change the width of the username/password field.

If anyone can tell me what stylevar should be edited or template.

The screenshot is in attachment.

Thanks!

Lynne
04-16-2010, 01:55 PM
If you want to change the size of the text box, you need to actually edit the template because the input field for them is set to size="10" and you would want to increase that.

To find the template to modify, do this - vboptions > General Settings > Add Template Name in HTML Comments > set to Yes . Then go back to your page and view the source code and you will see the name of the template called around your part of the code. (Sometimes the template is the one mentioned at the very top of the page source.)

vikris
04-16-2010, 02:14 PM
Thanks Lynne! Done!

Template Header; navbar_loginform.

Thanks again!