Jump to content

window sizes


squiblo

Recommended Posts

im not sure if i can phrase this question correctly but ill give it ago. when i resize my window making it smaller, elements on my page move to try and stay in view, but i would like them to stay still how can this be done? i am using table tags to place everything neatly,  if you dont understand ill try my best to explain more, please help

Link to comment
Share on other sites

If you are using a table, you can force it to a specific (minimum) width, or force each column to a specific (minimum) width and it should not resize with the window.

 

<TABLE style="width: 800px">

 

<TABLE><TR><TD style="width: 300px">...</TD><TD style="width: 450px"> ...

you only have to set the column's width once (I use the first row), the other rows should follow suit.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.