Click to See Complete Forum and Search --> : Layout Size According to Monitor Resolution?


Wasiu0607
03-12-2008, 11:27 PM
Hi guys, I am doing a website for the company I work at. The layout isn't good, but I'm beginning to understand it. However, I'd like to know what I have to do in order to allow my layout be automatically adjustable to whatever monitor resolution I have. The table width is set at around 1000, but when I change my resolution to 860x480, it was way too big.

Here is the website: http://www.netzeye.com/Camera/CAMCCD53W/


Thanks!

felgall
03-12-2008, 11:34 PM
Why would you want to do that. People with huge monitor resolutions never open their browser full screen. If you are going to adjust for something then adjust for window size which is the actual area your page displays in. You can do that most easily by setting sizes using %

ray326
03-13-2008, 08:38 PM
Oh, dear. You'd be so much better off with a properly coded page. Do you realize that
<tr>
<td bgcolor="#4d4d4d"><font face="calibri" size=2>
<img height=8 src="file:///C|/Documents%20and%20Settings/user/Desktop/netzeye/Welcome%20to%20netZeye_com_files/spacer.gif"
width=20><strong><img height=13 src="http://www.netzeye.com/arrow.gif" width=10 align=absMiddle border=0></strong>
<a href="http://www.netzeye.com/Camera/babymonitor.htm">Baby Monitor</a></font>
</td>
</tr>
could be simply?
<li><a href="http://www.netzeye.com/Camera/babymonitor.htm">Baby Monitor</a></li>