Jump to content

resized page


blackdragon_9_9_9

Recommended Posts

How do I prevent my page from being resized when the browser window is resized? The side images float on the edge of the browser window and are always visable as the are squished in to fit the resized page...I would like my page to be viewed by as many sized monitors as posible without moving the contents of my page. Any advice?

<table border="0" width="100%"><tr height="100"><td width="25%"><img src="URL" align=left valign="top "></td><td width="50%" valign="top" align="center">TEXT</td><td width="25%"><img src="URL" align=right valign="top "></td></tr><tr><td width="100%" height="100" colspan="3"><img align="left" valign="top" src="URL"><img align="right" valign="top" src="URL"></td><tr></table>

Link to comment
Share on other sites

If you use percentage widths and heights, it will do that. In fact, that's what percentages mean. If you want it to be static, you will have to set a specific pixel width.Or, you can try some tricks. If you want a minimum width or a minimum height, say you want a minimum width of 300 pixels in a table cell, then get yourself a transparent spacer image and make it have a width of 300 and a height of 1. It won't show up, and it will ensure that the cell will always be at least 300 pixels wide.

Link to comment
Share on other sites

You just need to consider the sizes of images that you use, otherwise if they are to big they will not resize with the browser, causing scroll bars, which I presume you dont want?And yes, if you just use tables and width and height, it should work.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...