This topic is locked

Still problems with field width

10/26/2006 9:00:32 AM
PHPRunner General questions
B
bluestrikealpha author

When I try to make the fieldwidth smaller in visual editor on the add and edit pages by clicking on them this does not work. Also when you are using the lookup wizard, you can not change the size.
Any help Alexey of Jane? <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=3679&image=1&table=forumtopics' class='bbc_emoticon' alt=':rolleyes:' />

Alexey admin 10/26/2006

Dion,
to change the size of a text field in Visual Editor just double-click it and change value in size box.
Unfortunately there is no easy way to change size of Lookup wizard.

You can change the width of all dropdown boxes on the page adding STYLE section to the page.

I.e. switch to HTML mode in Visual Editor and add the following code in the beginning of the page:

<style>

select {width:200}

</style>

B
bluestrikealpha author 10/27/2006

Dear Alexey & Jane,
I just bought your software, because its a good product but your support is fantastic. Keep up the good work!
Dion <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=12205&image=1&table=forumreplies' class='bbc_emoticon' alt=':D' />