Trying to get my page to fit within screen perfectly
Matrixster
10:58 pm on Apr 6, 2005 (gmt 0)
I created a webpage that fits perfectly in my screen/browser, but when I use another computer some of the right side of the webpage is cut off and I have to drag the scrolling bar to the right to see the right side of the page.
My Question: Is there a way I can make my page automatically adjust to other screens/browsers so my page will always be seen at 100% rather than having to scroll to the right to see the rest of the page?
topr8
11:16 pm on Apr 6, 2005 (gmt 0)
set your div or table widths to 100%
rocknbil
5:12 pm on Apr 7, 2005 (gmt 0)
Or set a style sheet (does the same thing)
body: margin-left: 12px; margin-right: 12px;
when I use another computer some of the right side of the webpage is cut off and I have to drag the scrolling bar to the right to see the right side of the page.
I hate that! :-)
Matrixster
3:26 am on Apr 8, 2005 (gmt 0)
Cool, got it. However the text in my banner will not expand or shrink down with the browser and remains the same size, making it almost too big in some browsers. Any way to adjust the font with this as well?
rocknbil
4:37 pm on Apr 11, 2005 (gmt 0)
You mean the graphic at the top? No, that's an image, not a font, and it's going to stay whatever it is. You could size it down though.