View Single Post
  #1   Report Post  
bmac
 
Posts: n/a
Default Shadow trailing the length of the Frame using Text Form Field?

Good Afternoon All,
I'm creating a form where I want to allow users to input comments
and limit the amount of words/characters they can type. The easiest way to
do this would be to put the text formfield in a table and set the exact width
and height for that cell. Well, the problem with doing that is when the user
wants to edit text, they can't hightlight specific text within the formfield
and copy/paste text within the formfield. It random highlights the text and
group things together. So, the solution to fix that problem is to use frames
instead. Now, this works great but if I don't put a return on the next line
below the formfield, there is a shadow/trail(dark line) that extends the
height of the frame from the formfield. When I take away the return, then I
get the results that I want because I can do to the very end of the box and
not have that empty space where the return is. Is there a way to format the
frame or the formfield itself to get rid of that shadow. Any help will be
greatly appreciated. Thanks.

bmac