Hey, i need help with webpages resizing so it fits all browsers/screen sizes, This is my front page of a website, those images are sliced so i get confuzed how to do it all.
<html>
<head>
<title>new size</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="../site_layout.css" rel="stylesheet" type="text/css">
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<!-- Save for Web Slices (new size.psd) -->
<div id="Site_Layout">
<table width="800" border="0" cellspacing="0" cellpadding="0">
<tr>
<tr>
<td colspan="3">
<img src="images/new-size_01.jpg" width="1680" height="593" alt=""></td>
</tr>
<tr>
<td rowspan="2">
<img src="images/new-size_02.jpg" width="547" height="457" alt=""></td>
<td>
<img src="images/new-size_03.jpg" width="606" height="179" alt=""></td>
<td rowspan="2">
<img src="images/new-size_04.jpg" width="527" height="457" alt=""></td>
</tr>
<tr>
<td>
<img src="images/new-size_05.jpg" alt="" width="606" height="278" align="baseline"></td>
</tr>
</table>
</div>
<!-- End Save for Web Slices -->
</body>
</html>