It is possible to control the width of form input fields so they are exactly the same in page view and browser preview or publish.
1. Place your input box and drag it until it has the desired width, at this point note the width as displayed in the status bar and write down or remember the pixel width displayed.
2. Select the Input field, click the html button on its property palette and click the inside tag tab.
3. Type: style="width:230px;" if the value in step one produced a width of 230px
Back to Index - Anton's Homepage
|