Havint a bit of trouble building these tables. Ive tried removing all size and position attributes, but it doesnt seem to do me any good. Any help would be greatly appreciated. You can tell what i am talking about from the attatched image:

<html>
<head>
<title>Artisans Paridise</title>
<style type="text/css">
body {
		margin-bottom:0;
		margin-left:0;
		margin-right:0;
		margin-top:0;
	 }
</style>
</head>
<body>
<table width="768px" border="0" cellpadding"0" cellspacing="0">
<tr>
	<td height="61" align="left" valign="top">
	<img src="images/top_bluetone_nav.jpg" border="0"> 
	</td>
	<td width="180" height="61" align="left" valign="top">
	<img src="images/top_right_bluetone_nav.jpg" border="0"> 
	</td>
	<td width="351" height="61" align="left" valign="top">
	&nbsp;
	</td>
</tr>
<tr>
	<td width="237" height="39" align="left" valign="top">
	<img src="images/home.jpg" border="0"> 
	</td>
	<td width="531" align="left" valign="top" rowspan="8">
	<iframe frameborder="1" height="600" width="400" src="iframe/home.html" name="main" id="main"></iframe>
	</td>
</tr>
<tr>
	<td width="237" height="34" align="left" valign="top">
	<img src="images/news.jpg" border="0"> 
	</td>
</tr>
<tr>
	<td width="237" height="34" align="left" valign="top">
	<img src="images/sb_art.jpg" border="0"> 
	</td>
</tr>
<tr>
	<td width="237" height="34" align="left" valign="top">
	<img src="images/bw_art.jpg" border="0"> 
	</td>
</tr>
<tr>
	<td width="237" height="34" align="left" valign="top">
	<img src="images/cg_art.jpg" border="0"> 
	</td>
</tr>
<tr>
	<td width="237" height="34" align="left" valign="top">
	<img src="images/portfolio.jpg" border="0"> 
	</td>
</tr>
<tr>
	<td width="237" height="34" align="left" valign="top">
	<img src="images/bio.jpg" border="0">
	</td>
</tr>
<tr>
	<td width="237" height="553" align="left" valign="top">
	<img src="images/bottom_bluetone_nav.jpg" border="0"> 
	</td>
</tr>
</table>
</body>
</html>

Recommended Answers

All 4 Replies

Just take out any spaces in the code that aren't needed and don't use <br> breaks if images will return on there own. If that does not work then lets have a look at your code.

commented: didnt read through the code, and gave advice for somthing that wasnt even a problem +0

Just take out any spaces in the code that aren't needed and don't use <br> breaks if images will return on there own. If that does not work then lets have a look at your code.

ummm i didnt use any <br /> and i only have one space in there which has since been removed? did ya read through the code at all?

OK, now I've seen your code, (my browser was playing up and i couldn't see it before).
Anyhoo the answer is quite simple, as far as I can see your boxes are not going to close in until you get rid of the width= and hight= bits of code if you delete them form the code your pictures will do the job of making your boxes the right size for you, they're not needed in this instance. You might need a blank spacer jpg or a mesurement set on the far right box though.

I'll be back to see how you've gotten on.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.