Final-Shot
04-12-2005, 08:47 PM
Well basically, look at this picture:
http://www.freelayouts.com/templates/screenshots/698.gif
What I TRYED to do was align the tables like that, Im using FrontPage 2002.
What I did was create 1 table and aligned it to the left (under the options of creating the table), then I tryed to make another table and align it in the center. BUT I just can't get the dang tables to be at the same position (the second table is always above the left), and I cant get them at the same height... Best I can explain it.
Heres the HTML code to where I get stuck:
<html>
<head>
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>New Page 4</title>
</head>
<body>
<p> </p>
<p> </p>
<p> </p>
<div align="center">
<center>
<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="21%" id="AutoNumber2" height="100">
<tr>
<td width="100%" height="19"> </td>
</tr>
<tr>
<td width="100%" height="80"> </td>
</tr>
</table>
</center>
</div>
<p> </p>
<div align="left">
<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="21%" id="AutoNumber1" height="97">
<tr>
<td width="100%" height="19"> </td>
</tr>
<tr>
<td width="100%" height="77"> </td>
</tr>
</table>
</div>
</body>
</html>
If you need more describing pleaase ask.
Final
http://www.freelayouts.com/templates/screenshots/698.gif
What I TRYED to do was align the tables like that, Im using FrontPage 2002.
What I did was create 1 table and aligned it to the left (under the options of creating the table), then I tryed to make another table and align it in the center. BUT I just can't get the dang tables to be at the same position (the second table is always above the left), and I cant get them at the same height... Best I can explain it.
Heres the HTML code to where I get stuck:
<html>
<head>
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>New Page 4</title>
</head>
<body>
<p> </p>
<p> </p>
<p> </p>
<div align="center">
<center>
<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="21%" id="AutoNumber2" height="100">
<tr>
<td width="100%" height="19"> </td>
</tr>
<tr>
<td width="100%" height="80"> </td>
</tr>
</table>
</center>
</div>
<p> </p>
<div align="left">
<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="21%" id="AutoNumber1" height="97">
<tr>
<td width="100%" height="19"> </td>
</tr>
<tr>
<td width="100%" height="77"> </td>
</tr>
</table>
</div>
</body>
</html>
If you need more describing pleaase ask.
Final