SizzZzlinhair
02-08-2003, 07:36 PM
Blah, I really need some help. I'm trying to edit this page I have and I am making basic tables. But I'm trying to figure out if I can put a scrollbar at one side of it so that way the tables doesn't have to be so long. Does anyone know the code for that? Thanks.
Dude128
02-08-2003, 07:44 PM
you can't have a scrollbar in tables. you will need to use iframes or divs, both of which you can find code for by searching the forum.
misfit
02-08-2003, 07:48 PM
You can't have a scrollbar in a table... Tables will stretch with the content that's in them...
I think what you're looking for is a div thing.
<div style="width:##; height:##; overflow:auto">
Your stuff goes in here. If it's bigger than the width and/or height that you put in above, it will make scrollie bars. Got it?
</div>
Yeah? I think. Anywho. Try sticking that inside the table cell.
edit: or what he said.. Yeah. Im slow. :)
SizzZzlinhair
02-08-2003, 07:50 PM
Yup, I got it! Thanx so much!