View Full Version : Tables....BLARGH!!!!


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>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</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">&nbsp;</td>
</tr>
<tr>
<td width="100%" height="80">&nbsp;</td>
</tr>
</table>
</center>
</div>
<p>&nbsp;</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">&nbsp;</td>
</tr>
<tr>
<td width="100%" height="77">&nbsp;</td>
</tr>
</table>
</div>

</body>

</html>



If you need more describing pleaase ask.

Final

Zohar Amihud
04-12-2005, 09:22 PM
You have to create a table: 1 row and 2 or more cells.
Then, in each cell create a table.

Final-Shot
04-12-2005, 09:46 PM
IT WORKS!

Thanks!