This topic is locked

Edit Length of Field Names

11/11/2004 7:24:46 AM
ASPRunnerPro General questions
D
dnoakes author

Is it possible to edit the length of the field that displays the field in in the edit page (not the actual data entry field) as it is text wrapping where it does not need to.
I have checked and they do not appear when using FP2003 and there seems to be nothing in the code to determine the field size.
Can anybody advise ?

Sergey Kornilov admin 11/11/2004

Hi,
Internet Explorer wraps text if table column not wide enough to fit all the text. Try to make this column wider to avoid wrapping.
Find the first statement Response.Write vbCRLF & "<tr><td class=shade>" in ..._edit.asp file and change it to:

Response.Write vbCRLF & "<tr><td class=shade width=300>"