Form Results and scroll bars...

  • Thread starter Thread starter 116
  • Start date Start date
1

116

Can form results be displayed using scroll bars, rather than limiting number
of lines?

TIA
David
 
Use a scrollable <div> set to the required height and/or width:


<div style="height: 500px; overflow: auto">

Form results go here

</div>

Not sure what you mean by "limiting number of lines"
--
Ron Symonds
Microsoft MVP (Expression Web)
http://www.rxs-enterprises.org/fp

Reply only to group - emails will be deleted unread.
 
[Apologies if this is a duplicate post. Original has disappeared...]

Use a scrollable <div> set to the required height and/or width:


<div style="height: 500px; overflow: auto">

Form results go here

</div>

Not sure what you mean by "limiting number of lines"


--
Ron Symonds
Microsoft MVP (Expression Web)
http://www.rxs-enterprises.org/fp

Reply only to group - emails will be deleted unread.
 
Back
Top