I have tried to get my web page to fit to fill any rez monitor to no avail. Can anyone help? I have an under construction page up to test this before I load the complete site. Here is the code for it. What do I need to change to get this to fit any monitor say for example like the Apple web site where they have that nice header that will fit any monitor you use whether it's 800x600 or 1024x768. I've managed to get it centered by making the left margin 100 but if you open it on a smaller rez monitor than 1280x1024 it is massive and you have to scroll to see everything. Suggestions? Thanks for all the help.
<html>
<head>
<title>comingsoon</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="000000" leftmargin="100" topmargin="0" marginwidth="0" marginheight="0">
<table id="Table_01" width="1024" height="768" border="0" cellpadding="0" cellspacing="0">
<tr>
<td rowspan="3">
[img]images/index_01.gif[/img]</td>
<td colspan="3">
[img]images/index_02.gif[/img]</td>
</tr>
<tr>
<td rowspan="2">
[img]images/index_03.gif[/img]</td>
<td>
[img]images/index_04.gif[/img]</td>
<td rowspan="2">
[img]images/index_05.gif[/img]</td>
</tr>
<tr>
<td>
[img]images/index_06.gif[/img]</td>
</tr>
</table>
</body>
</html>
Submit Your Article
Forum Rules

Reply With Quote
