I am a newbie here and a beginner with javascript/html - I would like to know is there a standard way to set your page fit to most if not all windows. My webpage has links, selected form in 1 single row table and images. I set the margin to 10px for xpos and ypos. I have tested the page on my PC, SonyLaptop and another laptop of widescreen. It seems to display differently. I tried to use screen.width and screen.height with JavaScript to define some of the width and height of my columns but it does not seem work!!!! Is it correct to say that the width and height must contains a constant and not variable? I.e width=10px and NOT width=aWidth where <script language="javas cript"> aWidth=20;</script> for example.
Any suggestion is greatly appreciated.
Regards
Any suggestion is greatly appreciated.
Regards
Comment