Hello,
I am working on a webpage that calls for three tables. I am trying to put two side by side and the third across the bottom of the page. All of the tables are jammed together in one area and I cannot fogure out how to seperate them. Can anyone make a suggestion?
Here is my code
<html>
<body bgcolor="#66CC99">
<h1 align = "center">Xxxxxxx X. Xxxxxx</h1>
<h2 align = "center">CIS257: Designing Internet Applications<br /> Using HTML
</h2>
<h3 align = "center">Winter 2002</h3><br />
<hr noshade size="3" width="75%" />
<hr noshade size="3" width="25%" />
<p align = "left"><a href=" Web site</a><br />
</p>
<table border = "1" align="right" cellpadding ="5" width="50%">
<th rowspan = "6">Homework Assignments:</th>
<tr>
<td><a href="mainfamily.htm">Geneology Web site</a></td>
</tr>
<tr>
<td><a href="list.htm">List of Favorite Videos</a></td>
</tr>
<tr>
<td><a href="docstyle.htm">Document Level Stylesheets</a></td>
</tr>
<tr>
<td><a href="rev.htm"><img src="adobe2.jpg"
align="middle"
alt="Adobe Photoshop 6.0 review"
border="0"></a></td>
</tr>
</table>
<table border = "1" align="left" cellpadding="5" width="50%">
<tr>
<td><img src="myphoto.jpg"
alt="My Picture"
height="200"
width="200" >
</td>
</tr>
<caption align="top" >Hello he I am and here are my computer specs:</caption>
<tr>
<td>Processor: Intel Pentium III</td>
</tr>
<tr>
<td>Processor Speed (MHz): 799 MHz</td>
</tr>
<tr>
<td>Memory: 132.0 MB</td>
</tr>
<tr>
<td>Hard Disk Capacity: 2.15 GB</td>
</tr>
<tr>
<td>Modem Speed: 115 Baud</td>
</tr>
<tr>
<td>Floppy Drive Sizes: One 3.5" Floppy Disk drive</td>
</tr>
<tr>
<td>CD-ROM Speed: 40x Speed</td>
</tr>
<tr>
<td>Sound Card: Sound Blaster Live</td>
</tr>
<tr>
<td>Word Processor: Notepad and Microsoft Word 2000</td>
</tr>
<tr>
<td>Internet Browser: Netscape</td>
</tr>
<tr>
<td>Internet Service Provider: America Online</td>
</tr>
</table>
<hr noshade size="3" width="75%" />
<center>
<table
bgcolor="#FFFF99"
cellpadding="5"
cellspacing="5"
border=1
style="border-style: solid; font-family: serif; font-size: 10pt; font-weight: bold; border-width: 1px;">
<tr>
<td rowspan="10">Please send comments and questions to <a href="mailto:xxxxxxxx@aol.com">xxxxxxxxx@aol.com</a>
</td>
<td rowspan="2">Last update: March 13, 2002 </td>
<td rowspan="2">xxxxxxxxxxxx</td>
<td rowspan="2">xxxxx</td>
</tr>
</table>
</center>
<table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="1%">
</body>
</html>
Thank you very much
I am working on a webpage that calls for three tables. I am trying to put two side by side and the third across the bottom of the page. All of the tables are jammed together in one area and I cannot fogure out how to seperate them. Can anyone make a suggestion?
Here is my code
<html>
<body bgcolor="#66CC99">
<h1 align = "center">Xxxxxxx X. Xxxxxx</h1>
<h2 align = "center">CIS257: Designing Internet Applications<br /> Using HTML
</h2>
<h3 align = "center">Winter 2002</h3><br />
<hr noshade size="3" width="75%" />
<hr noshade size="3" width="25%" />
<p align = "left"><a href=" Web site</a><br />
</p>
<table border = "1" align="right" cellpadding ="5" width="50%">
<th rowspan = "6">Homework Assignments:</th>
<tr>
<td><a href="mainfamily.htm">Geneology Web site</a></td>
</tr>
<tr>
<td><a href="list.htm">List of Favorite Videos</a></td>
</tr>
<tr>
<td><a href="docstyle.htm">Document Level Stylesheets</a></td>
</tr>
<tr>
<td><a href="rev.htm"><img src="adobe2.jpg"
align="middle"
alt="Adobe Photoshop 6.0 review"
border="0"></a></td>
</tr>
</table>
<table border = "1" align="left" cellpadding="5" width="50%">
<tr>
<td><img src="myphoto.jpg"
alt="My Picture"
height="200"
width="200" >
</td>
</tr>
<caption align="top" >Hello he I am and here are my computer specs:</caption>
<tr>
<td>Processor: Intel Pentium III</td>
</tr>
<tr>
<td>Processor Speed (MHz): 799 MHz</td>
</tr>
<tr>
<td>Memory: 132.0 MB</td>
</tr>
<tr>
<td>Hard Disk Capacity: 2.15 GB</td>
</tr>
<tr>
<td>Modem Speed: 115 Baud</td>
</tr>
<tr>
<td>Floppy Drive Sizes: One 3.5" Floppy Disk drive</td>
</tr>
<tr>
<td>CD-ROM Speed: 40x Speed</td>
</tr>
<tr>
<td>Sound Card: Sound Blaster Live</td>
</tr>
<tr>
<td>Word Processor: Notepad and Microsoft Word 2000</td>
</tr>
<tr>
<td>Internet Browser: Netscape</td>
</tr>
<tr>
<td>Internet Service Provider: America Online</td>
</tr>
</table>
<hr noshade size="3" width="75%" />
<center>
<table
bgcolor="#FFFF99"
cellpadding="5"
cellspacing="5"
border=1
style="border-style: solid; font-family: serif; font-size: 10pt; font-weight: bold; border-width: 1px;">
<tr>
<td rowspan="10">Please send comments and questions to <a href="mailto:xxxxxxxx@aol.com">xxxxxxxxx@aol.com</a>
</td>
<td rowspan="2">Last update: March 13, 2002 </td>
<td rowspan="2">xxxxxxxxxxxx</td>
<td rowspan="2">xxxxx</td>
</tr>
</table>
</center>
<table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="1%">
</body>
</html>
Thank you very much