View Full Version : Scrollbar + Page Size Help


prodigal_sista
12-06-2006, 06:41 PM
Hey.

http://simonwebbecentral.e-fans.net/index2.php

On that page, where the news is, there is a scrollbar. I want to get rid of the scrollbar. I tried the right HTML and it worked, however then, only half my page shows. Is my frame set to a particular height? How do I edit the HTML so that the news section is the same height as the table on the right?


Help would be appreciated

prodigal_sista
12-06-2006, 06:44 PM
Awfully sorry that theres 3 same topics, my connection went weird.

elendil
12-06-2006, 09:59 PM
well the horizontal scrollbar is because the googleadd is to big,

and the vertical is indeed because your body that isnt heigh enuf
just add to the body <body height=whateverheighttherightpartintotalis>

prodigal_sista
12-06-2006, 11:04 PM
that code wont work

bourdelson
12-07-2006, 12:34 AM
<IFRAME border=0 style="LEFT: 170; POSITION: absolute; TOP: 423"
frameBorder=0 width=490 height=800 src=news.php name=main
background-color="white" allowtransparency="true"></IFRAME>

Remove that bolded part and your frame should extend to fit the content. :)