Search code examples
lotus-noteslotus-domino

Lotus notes text field width on web


I would like to increase width of lotus notes text field on web, I have tried

width="48"

On html tab of the field and put there in style tag but that is not working.

Basically I am having comment field which wherein I would like to increase width of the field so user can see enter long text instead of typing and getting moved.

P.s I know richtext field which can have cols and rows property but I dont need rich text field. I just need simple text field.


Solution

  • Use colon and not an equals sign and add px. So do this instead:

    width:48px;