View Single Post
  #1 (permalink)  
Old 02-13-2007, 09:41 AM
dirkfirst dirkfirst is offline
Programming Professional
 
Join Date: May 2006
Posts: 338
Rep Power: 12
dirkfirst is on a distinguished road
Default Spaces between pictures

I've created a table that has pictures and one of the pictures should fit perfectly together but I'm getting spaces between the two pictures. The PC_pic01 and pic02 should fit perfectly together.

HTML Code:
<table border="0" cellspacing="0" cellpadding="0">
	<tr>
		<td colspan="2"><img src="pc_pic01.jpg" 
				border="0" width="344" height="320" alt="Image 1" />
					
		</td>
		<td rowspan="2" style="vertical-align:middle"><img src="un_pic.jpg" 
				border="0" width="110" height="104" alt="Image" />
			<br />
			<img src="ec_pic.jpg" 
				border="0" width="110" height="129" alt="Image" />
			<br />
			<img src="ncs_pic.jpg" 
				border="0" width="109" height="174" alt="Image" /></td>
	</tr>
	<Tr>
		<td style="vertical-align:top"><img src="pc_pic02.jpg" width="152" border="0" 
				height="90" alt="Image 2" />
				</td>
		<td width="200" class="tcenter">
			<a href="http://link1" target="_blank" class="link">Link1</a>
			<a href="http://Link2" target="_blank" class="link">Link2</a>
			<a href="http://Link3" target="_blank" class="link">Link3</a>
			<a href="http://Link4" target="_blank" class="link">Link4</a>
		</td>
	</tr>
</table>
Any ideas?
__________________
DirkFirst

Last edited by John; 02-14-2007 at 05:09 PM.

Sponsored Links