Can someone help me center this in html please?

Ashvin L

New member
What i did is design my webpage in photoshop and saved as web into an html file.
But its always right aligned.
Can you please tell me where to put the center tags?


<html>
<head>
<title>Lesite</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<!-- ImageReady Slices (Lesite.psd) -->
<table id="Table_01" width="2049" height="1501" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="32">
<img src="images/Lesite_01.jpg" width="2048" height="198" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="198" alt=""></td>

(suppose to be lots of codes here)



<td>
<img src="images/spacer.gif" width="643" height="1" alt=""></td>
<td></td>
</tr>
</table>
<!-- End ImageReady Slices -->
</body>
</html>


Thank you.
 
Back
Top