View Full Version : help! vertical scrollbars!


anniewayz
09-02-2004, 05:13 PM
I have two problems

1: On this page: here (http://anniewayz.com/index1.php). I cannot get rid of the vertical scrollbar. The content is in an iframe within a div table. Should i edit the width of the table or div? I've tried both. Besides isn't the content just supposed to move to a new line once it reaches the end of the page?


2: On this page: here (http://anniewayz.com/bio.php), i can't get the content to stay in the div layer. It overflows for some reason. The page is made of a header that includes a div layer, which is where the content is. I've include a footer that includes a </div> to close the div but it doesn't close it! I've tried placing a </div> at the end of the content but that doesn't close it either.

PLEASE help me!

P.S. it's a page in progress, none of the navigation links really work.

Monkey Bizzle
09-02-2004, 05:21 PM
your problem is that you don't have an end to your "sentence." Try typing in actual sentences instead of just a whole bunch of words. I copied your codes into my own text file and tested it before I replied so I know that will work.

anniewayz
09-02-2004, 05:27 PM
for the second problem you mean? k thanks...i'll try it.

oh and i fixed the first problem. i forgot to make the div scrollable. i added overflow:auto;" and it works now.

*EDIT: Thank you it worked!!

anniewayz
09-04-2004, 02:31 AM
It's not fixed! I made an actual entry and now the horizontal scrollbars are back! HELP!

anniewayz
09-04-2004, 03:21 PM
It's not fixed! I made an actual entry and now the horizontal scrollbars are back! HELP!

in case anyone has this problem in the future: it was fixed by setting scroll to yes instead of auto