resizing...

liunx

Guest
Hello everyone, I'm creating a webpage for our intarnet but when I resize the browser, it cuts off the page on the right.... How can I make it resize with the browser window? Also, when I first open the page it's too big for my browser window and I have to scroll to the right to see the rest... How can I fix this? TIA<br />
<br />
Rican<!--content-->tables will resize your content to the browser size, have a look here (<!-- m --><a class="postlink" href="http://www.w3schools.com/html/html_tables.asp">http://www.w3schools.com/html/html_tables.asp</a><!-- m -->) if you don't know how to do tables.<br />
<br />
you can fix the overflow by moving you page content around, or hiding the overflow, but you won't be able to see what is overflowing, do you have a url?<!--content-->I don't have a URL, it's on our Intranet server. :(<!--content-->ok, you're page is scrolling to the right becuase there is something that is either too big or too over to the right causing the horizontal scrolling, you need to find what it is and either make it smaller or move it to the left.<br />
<br />
if you think in resolution of your screen, 800x600 means that your screen currently is using a res of 800 pixels wide by 600 tall, so if you have a menu, pic etc wider than 800 it will cause horizontal scrolling<br />
maybe you could paste some of the code from that page?<!--content-->
 
Back
Top