How do I VERTICALLY align my webpage?

JAFL

Baseband Member
Messages
24
I'm trying to vertically align my webpage. I've posted the html below. I'm a complete newbie, so If anyone can tell me what and where I'd appreciate it.

<html>
<head>
<title>site</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<!-- Save for Web Slices (site.jpg) -->
<center>
<table id="Table_01" width="1000" height="773" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="3">
<img src="images/index_01.jpg" width="1000" height="265" alt=""></td>
</tr>
<tr>
<td rowspan="2">
<img src="images/index_02.jpg" width="213" height="508" alt=""></td>
<td><a href="pdf/pdf.pdf"><img src="images/Link-to-Pdf.jpg" width="573" height="208" border="0"></a></td>
<td rowspan="2">
<img src="images/index_04.jpg" width="214" height="508" alt=""></td>
</tr>
<tr>
<td>
<img src="images/index_05.jpg" width="573" height="300" alt=""></td>
</tr>
</table>
<center>
<!-- End Save for Web Slices -->
</body>
</html>
 
Back
Top Bottom