The problem I'm having is images aren't lining up correctly, and my table cells are not staying the right size. I'll try to explain the best I can. I'm using Dreamweaver 8, and my main browser is explorer 6.0. I have a table that covers the entire page (100%.) Several rows, mostly 1 column, parts of it are 2 columns. First 5 rows contain a flash.swf banner, a background picture, a logo, the same background picture, and a menu.swf. I'm having spacing issues in firefox and netscape that puts gaps between each row. After the first 5 rows come my main problem. I'm trying to create a rounded text box with a graphic on the left side (that I can also put information over.) In my 6th row I have 2 columns. In the left hand column is where I want my first background graphic titled "corner." I want it to be fixed at width="221" height="25". In the right column Is where I want my main body to go with text. I want this to expand the rest of the screen (vertically and horizontally), stetching in each browser. In the next row there really only needs to be 1 column - matching up with the "corner" image above. I want this to be width="221" height="100%". I want this to stretch to the bottom of the main body I spoke about above. Right now the "corner" and "side" image are not displaying properly. If you view on a smaller screen it shrinks - cutting off the rounded edge, and if you view on a larger screen the "corner" image begins to repeat itself. I would like to attach the html, but I don't see an option, so I'll paste my code. You can view the pages at or . I've noticed that the sites aren't displaying my code correctly if you view source, that is why i'm pasting it here. Thanks... please help.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "<html xmlns="<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Celeste Home</title>
<style type="text/css">
<!--
body {
background-color: #FFFFFF;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
.style1 {font-size: 12px}
.style2 {font-size: 10px}
.style3 {
font-size: 16px;
font-weight: bold;
}
.style4 {font-size: 14px}
-->
</style>
</head>
<body>
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="50" colspan="2" bgcolor="#FFFFFF"><object classid="clsid
27CDB6E-AE6D-11cf-96B8-444553540000" codebase=" height="100%" width="100%" align="left" title="celeste_banner">
<param name="movie" value="celeste_banner.swf" />
<param name="quality" value="high" />
<param name="scale" value="noborder" />
<embed src="celeste_banner.swf" height="50" align="left" quality="high" pluginspage=" type="application/x-shockwave-flash"></embed>
</object></td>
</tr>
<tr>
<td colspan="2"><div align="center"><img src="gradient_rectangle.jpg" alt="gradient_rectangle" width="100%" height="20" /></div></td>
</tr>
<tr>
<td height="82" colspan="2" bgcolor="#FFFFFF"><div align="center"><img src="celeste_logo1.gif" alt="celeste_logo" width="280" height="80" /></div></td>
</tr>
<tr>
<td colspan="2"><div align="left"><img src="gradient_rectangle.jpg" alt="gradient_rectangle" width="100%" height="20" /></div></td>
</tr>
<tr valign="top">
<td height="50" colspan="2" bgcolor="#FFFFFF"> <p align="left">
<OBJECT classid="clsid
27CDB6E-AE6D-11cf-96B8-444553540000"
codebase=" WIDTH=100% HEIGHT=50> <PARAM NAME=movie VALUE="celeste_nav.swf"> <PARAM NAME=menu VALUE=false>
<PARAM NAME=quality VALUE=high>
<PARAM NAME=bgcolor VALUE=#25408F>
<PARAM NAME="scale" VALUE="noborder" />
<EMBED src="celeste_nav.swf" menu=false quality=high bgcolor=#25408F WIDTH=800 HEIGHT=50 TYPE="application/x-shockwave-flash" PLUGINSPAGE="</OBJECT>
</tr>
<tr valign="top">
<td width="221" height="31" background="images/corner.gif" bgcolor="#FFFFFF"> </td>
<td rowspan="2" bgcolor="#FFFFFF"><p align="left"><br />
</p>
<p align="center"><span class="style1"><img src="group_picture.jpg" alt="group_picture" width="306" height="204" /></span><br />
<span class="style2">The Law Office of Celeste & Associates, P.A. concentrates heavily in the <br />
litigation of many different types of personal injury claims. </span></p>
<p align="left" class="style1"> </p>
<blockquote>
<p align="left" class="style3">Celeste & Associates Handles:</p>
<ul>
<li class="style4">All types of personal injury and wrongful death cases arising out of motor vehicle accidents, slip and falls, dog bites and products liability.</li>
<li class="style4">Employment cases involving wrongful termination and hostile work environments due to all forms of discrimination as well as workers compensation retaliation claims and wage and overtime claims.</li>
<li class="style4">Workers Compensation claims involving any dispute over wage loss or medical benefits.</li>
<li><span class="style4">Social Security Disability claims.</span></li>
</ul>
</blockquote>
<p><br />
</p>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="53%"><blockquote>
<p><span class="style1">Suite 315 <br />
580 Village Boulevard<br />
W. Palm Beach, FL 33409<br />
Tel: 561-478-2447<br />
Fax: 561-478-5073</span></p>
</blockquote></td>
<td width="47%"><blockquote>
<p><span class="style1">8000 S. U.S. Hwy One<br />
Suite 400<br />
Port St. Lucie, FL 34952<br />
Tel:772-343-8992<br />
Fax:772-343-8993 </span></p>
</blockquote></td>
</tr>
</table>
<p align="left"><span class="style1"><br />
</span></p> </td>
</tr>
<tr valign="top">
<td background="images/side.gif" bgcolor="#FFFFFF"> </td>
</tr>
<tr valign="top">
<td colspan="2"><img src="gradient_rectangle.jpg" alt="gradient_rectangle" width="100%" height="20" /></td>
</tr>
<tr valign="top">
<td colspan="2" bgcolor="#FFFFFF"><span class="style1">Celeste & Associates, P.A. </span></td>
</tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "<html xmlns="<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Celeste Home</title>
<style type="text/css">
<!--
body {
background-color: #FFFFFF;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
.style1 {font-size: 12px}
.style2 {font-size: 10px}
.style3 {
font-size: 16px;
font-weight: bold;
}
.style4 {font-size: 14px}
-->
</style>
</head>
<body>
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="50" colspan="2" bgcolor="#FFFFFF"><object classid="clsid
<param name="movie" value="celeste_banner.swf" />
<param name="quality" value="high" />
<param name="scale" value="noborder" />
<embed src="celeste_banner.swf" height="50" align="left" quality="high" pluginspage=" type="application/x-shockwave-flash"></embed>
</object></td>
</tr>
<tr>
<td colspan="2"><div align="center"><img src="gradient_rectangle.jpg" alt="gradient_rectangle" width="100%" height="20" /></div></td>
</tr>
<tr>
<td height="82" colspan="2" bgcolor="#FFFFFF"><div align="center"><img src="celeste_logo1.gif" alt="celeste_logo" width="280" height="80" /></div></td>
</tr>
<tr>
<td colspan="2"><div align="left"><img src="gradient_rectangle.jpg" alt="gradient_rectangle" width="100%" height="20" /></div></td>
</tr>
<tr valign="top">
<td height="50" colspan="2" bgcolor="#FFFFFF"> <p align="left">
<OBJECT classid="clsid
codebase=" WIDTH=100% HEIGHT=50> <PARAM NAME=movie VALUE="celeste_nav.swf"> <PARAM NAME=menu VALUE=false>
<PARAM NAME=quality VALUE=high>
<PARAM NAME=bgcolor VALUE=#25408F>
<PARAM NAME="scale" VALUE="noborder" />
<EMBED src="celeste_nav.swf" menu=false quality=high bgcolor=#25408F WIDTH=800 HEIGHT=50 TYPE="application/x-shockwave-flash" PLUGINSPAGE="</OBJECT>
</tr>
<tr valign="top">
<td width="221" height="31" background="images/corner.gif" bgcolor="#FFFFFF"> </td>
<td rowspan="2" bgcolor="#FFFFFF"><p align="left"><br />
</p>
<p align="center"><span class="style1"><img src="group_picture.jpg" alt="group_picture" width="306" height="204" /></span><br />
<span class="style2">The Law Office of Celeste & Associates, P.A. concentrates heavily in the <br />
litigation of many different types of personal injury claims. </span></p>
<p align="left" class="style1"> </p>
<blockquote>
<p align="left" class="style3">Celeste & Associates Handles:</p>
<ul>
<li class="style4">All types of personal injury and wrongful death cases arising out of motor vehicle accidents, slip and falls, dog bites and products liability.</li>
<li class="style4">Employment cases involving wrongful termination and hostile work environments due to all forms of discrimination as well as workers compensation retaliation claims and wage and overtime claims.</li>
<li class="style4">Workers Compensation claims involving any dispute over wage loss or medical benefits.</li>
<li><span class="style4">Social Security Disability claims.</span></li>
</ul>
</blockquote>
<p><br />
</p>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="53%"><blockquote>
<p><span class="style1">Suite 315 <br />
580 Village Boulevard<br />
W. Palm Beach, FL 33409<br />
Tel: 561-478-2447<br />
Fax: 561-478-5073</span></p>
</blockquote></td>
<td width="47%"><blockquote>
<p><span class="style1">8000 S. U.S. Hwy One<br />
Suite 400<br />
Port St. Lucie, FL 34952<br />
Tel:772-343-8992<br />
Fax:772-343-8993 </span></p>
</blockquote></td>
</tr>
</table>
<p align="left"><span class="style1"><br />
</span></p> </td>
</tr>
<tr valign="top">
<td background="images/side.gif" bgcolor="#FFFFFF"> </td>
</tr>
<tr valign="top">
<td colspan="2"><img src="gradient_rectangle.jpg" alt="gradient_rectangle" width="100%" height="20" /></td>
</tr>
<tr valign="top">
<td colspan="2" bgcolor="#FFFFFF"><span class="style1">Celeste & Associates, P.A. </span></td>
</tr>
</table>
</body>
</html>