vicary
05-22-2003, 03:37 AM
Can anyone help me to get these tables side by side with about a quarter inch space between the two? I am tired..maybe I am just overlooking something.
Here is my code...
<body>
<br><br>
<h1>Professional Series</h1>
<p>This page is design for a more professional appearance.
Those medium grade businesses may like this design.
I worked hard and long on the coordinating colors, fonts, and layout.</p>
</center>
<div align="center">
<br>
<table width="80%" border="1" cellspacing="0" cellpadding="20">
<tr><td width="180" valign="top" align="center">
<table width="180" border="1" bordercolor="#224278" cellspacing="0" cellpadding="10">
<tr><td width="180" valign="top" bgcolor="#557BB9">
<br>
<p align="center" class="header">Navigation</p>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="http://www.vicarybiznis.com">Vicary Biznis</a></li>
<li><a href="http://www.kconline.com">KConline</a></li>
<li><a href="http://www.ebay.com">Ebay</a></li>
<!--<li><a href="http://www.vicarybiznis.com/pricing.html">Pricing</a></li>
<li><a href="http://www.vicarybiznis.com/contact.html">Contact</a></li>
</ul>
<br>
<p align="center" class="header">Guestbook</p>
<div align="center"><a href="http://pub42.bravenet.com/guestbook/show.asp?usernum=usernum=1550521594&vid=">View Book</a><br></div>
<br>
<br>
<br>
</p>
</td>
</tr>
</table>
</table>
</body>
</html>
Here is my code...
<body>
<br><br>
<h1>Professional Series</h1>
<p>This page is design for a more professional appearance.
Those medium grade businesses may like this design.
I worked hard and long on the coordinating colors, fonts, and layout.</p>
</center>
<div align="center">
<br>
<table width="80%" border="1" cellspacing="0" cellpadding="20">
<tr><td width="180" valign="top" align="center">
<table width="180" border="1" bordercolor="#224278" cellspacing="0" cellpadding="10">
<tr><td width="180" valign="top" bgcolor="#557BB9">
<br>
<p align="center" class="header">Navigation</p>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="http://www.vicarybiznis.com">Vicary Biznis</a></li>
<li><a href="http://www.kconline.com">KConline</a></li>
<li><a href="http://www.ebay.com">Ebay</a></li>
<!--<li><a href="http://www.vicarybiznis.com/pricing.html">Pricing</a></li>
<li><a href="http://www.vicarybiznis.com/contact.html">Contact</a></li>
</ul>
<br>
<p align="center" class="header">Guestbook</p>
<div align="center"><a href="http://pub42.bravenet.com/guestbook/show.asp?usernum=usernum=1550521594&vid=">View Book</a><br></div>
<br>
<br>
<br>
</p>
</td>
</tr>
</table>
</table>
</body>
</html>