Form Results and scroll bars...

1

116

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

TIA
David
 
R

Ronx

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.
 
R

Ronx

[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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Missing scrolls bars in web pages created with FP 6
Scroll bars, memo type 3
Locked scroll bars 2
Changing Scroll bars 3
Colors 1
scroll bars 2
scroll bars and templates 6
Frames don't line up 3

Top