I have a need to have a fixed size area in the window but the text it contains may exceed its capacity. Is there any way I can make it scroll.
I know I could set up a frame to do this but want to avoid frames. I know a list box will scroll but I want to have the full power of HTML and CSS formatting. I know I could embed a Java applet to get this but I don't want to go down that line either.
Any ideas or is it just not possible within the constraints of HTML and CSS?
I know I could set up a frame to do this but want to avoid frames. I know a list box will scroll but I want to have the full power of HTML and CSS formatting. I know I could embed a Java applet to get this but I don't want to go down that line either.
Any ideas or is it just not possible within the constraints of HTML and CSS?