Hi, I need a little help about stretching this page so all that info at the bottom would fit properly: http://assetauctionservice.com/salesPreview.htm Is this a CSS issue, or an HTML? What's the best way of fixing this? Thank you.
In your CSS file, change the width of the container, container2 and containerHomes to something bigger.
put 100% width in your style css file, and make it nowrap and in the html code give it a pixel width like 850(has to be the minimal width)
Who should I listen to? Alright, so container, container2, and containerHomes would make the page longer or wider? You said width, so I'm guessing that was a typo? Thanks again.
And if I change the container width, do they all have to be the same for "container, container2, and containerHomes" ? Thanks.
(I was only able to see your latest "awful" revision) Did you already try using any of the following: height: ###px; min-height: 100%; height: auto; or simply height: 100%; inside of your containerHomes in your CSS?