Hello,
I have a scanned form that ia already filled with horzonal lines. I have created a textfield, multiline, with Rich Text Editing. Due to the horizontal lines on the page, I cannot give a white background to this field. I need each new line (carriage or wrapped) to strat exactly in the space between each pair of horizontal lines. I have tried different line spacing but it may work for the first couple of lines before it types on a line. Any advice?
Acrobat 8.1
The next consideration is whether the lines are really necessary, because normally, such lines are here for providing a guide for hand writing. When filling out the form on screen, this is no longer relevant. In order to still maintain the writing lines when you use the form to be filled out by hand, you could add a little JavaScript in the Validation or Format event which evaluates whether there is text in the field and then changes the background color between white and transparent.
If the lines MUST be there, you might consider editing the document in the graphic editor and reinsert equidistant lines.
Hope this can help.
Max.