HTML Tutorial


 Forum HomeForum Home   FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
RegisterRegister - Not registered yet? Got something to say? Join HTML Code Tutorial!
Picture alignment within a table
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Table
View previous topic :: View next topic  
Author Message
natelehrke



Joined: 06 Jan 2005
Posts: 3
Location: Denver, CO

PostPosted: Thu Jan 06, 2005 6:38 pm     Picture alignment within a table Reply with quote

I have four images that I am using. They should be flush & creat one image to the average webpage vistitor.

The upperleft & upper right align vertically correctly & the lower right & lower left align vertically correctly. The problem is when the upper two meet the lower two. I am getting a very small white line. I'm on a deadline and would love any assistance to remove this line.

CODE:
<html>
<head>
<title>music4</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body>
<table width="979" cellpadding="0" cellspacing="0" border="0">
<tr>
<td height="448"><img src="photos/upperleft.jpg" width="502" height="446"></td>
<td><img src="photos/upperright.jpg" width="477" height="446"></td>
</tr>
<tr>
<td height="292"><img src="photos/lowerleft.jpg" width="502" height="376"></td>
<td><img src="photos/lowerright.jpg" width="478" height="376"></td>
</tr>
</table>
</body>
</html>
gtebbutt



Joined: 04 Jan 2005
Posts: 4

PostPosted: Fri Jan 07, 2005 2:41 am     Reply with quote

It could be the difference is height between your top <td> and the height of your images. make it 446 (not 448), the same as the images, and that should solve it.
natelehrke



Joined: 06 Jan 2005
Posts: 3
Location: Denver, CO

PostPosted: Sat Jan 08, 2005 12:21 am     Reply with quote

Thanks alot! Looks great now Very Happy
Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Table All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
HTML Help Archive
Powered by phpBB © 2001, 2005 phpBB Group
 
HOSTING / DESIGN
MAKE MONEY

Home
  |   Tutorials   |   Forum   |   Quick List   |   About
Copyright ©1997-2002 Idocs and ©2002-2007 HTML Code Tutorial