PDA

View Full Version : Webdesign using tables


asgsoft
03-19-2005, 11:28 AM
i am trying to make a layout from scatch. i want it to be two boxes one over the other at each side, and then the main one in the middle. i can't do it. i am using this code now. could anyone help me achieve what i want to do.

<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="510">
<table width="100%" height="85" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="85" background="banner%20bg.jpg">
<p>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="100%" height="85">
<param name="movie" value="banner.swf">
<param name="quality" value="high">
<param name="SCALE" value="exactfit">
<embed src="banner.swf" width="100%" height="85" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" scale="exactfit"></embed></object>
</p>
</td>
</tr>
</table>
<p align="left">Welcome(name) This is your () visite ,the site has got a
total of () hits this site was last updayed on
<!-- #BeginDate format:fcAm1a -->Saturday, March 19, 2005 12:24 PM<!-- #EndDate -->
</p>
<table width="17%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><table width="161" height="94" border="0" align="left" cellpadding="0" cellspacing="0" bgcolor="#00FF00">
<tr>
<td height="94"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="15"><img src="side%20top.gif" width="161" height="18"></td>
</tr>
</table>
<p>&nbsp;</p>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="18"><img src="side%20bottom.gif" width="161" height="18"></td>
</tr>
</table></td>
</tr>
</table>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<table width="161" height="94" border="0" align="left" cellpadding="0" cellspacing="0" bgcolor="#00FF00">
<tr>
<td height="94"><table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#00FF00">
<tr>
<td height="15"><img src="side%20top.gif" width="161" height="18"></td>
</tr>
</table>
<p>&nbsp;</p>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="18"><img src="side%20bottom.gif" width="161" height="18"></td>
</tr>
</table></td>
</tr>
</table>
<p>&nbsp;</p></td>
</tr>
</table>
<table width="79%" height="50%" border="0" align="right" cellpadding="0" cellspacing="0" bgcolor="#00FF00">
<tr>
<td height="284"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="15"><img src="side%20top.gif" width="227" height="18"></td>
</tr>
</table>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="18"><img src="side%20bottom.gif" width="206" height="18" align="right"></td>
</tr>
</table></td>
</tr>
</table>
<table width="17%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td><table width="161" height="94" border="0" align="left" cellpadding="0" cellspacing="0" bgcolor="#00FF00">
<tr>
<td height="94"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="15"><img src="side%20top.gif" width="161" height="18"></td>
</tr>
</table>
<p>&nbsp;</p>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="18"><img src="side%20bottom.gif" width="161" height="18"></td>
</tr>
</table></td>
</tr>
</table>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<table width="161" height="94" border="0" align="left" cellpadding="0" cellspacing="0" bgcolor="#00FF00">
<tr>
<td height="94"><table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#00FF00">
<tr>
<td height="15"><img src="side%20top.gif" width="161" height="18"></td>
</tr>
</table>
<p>&nbsp;</p>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="18"><img src="side%20bottom.gif" width="161" height="18"></td>
</tr>
</table></td>
</tr>
</table>
<p>&nbsp;</p></td>
</tr>
</table>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p></td>
</tr>
</table>
</body>
</html>

thank you very much