[HTML] Images and Table question

Discussion in 'Programming' started by izlik, Oct 10, 2009.

  1. #1
    Hey there. i have a little trouble with my table bellow that i want to ask about. Currently in this code there is a gap between the image "top.png" and the table itself wich i want to get rid of. the image has rounded corners so i had to use the magic wand in photoshop to make some places on the image ivisible. if i put the image just under "<td>" the gap between the image and the table go away but the places in the image where i used the magic want becomes all white. so i wonder how can i remove the gap that's between the image and the table without getting the white spots in the image where i used the magic wand in Photoshop ?

    
    <img border="0" src="images/top.png" width="964" height="26">
    	<table border="0" width="960" bgcolor="#FFFFFF" style="border-collapse: collapse">
    		<tr>
    			<td>
    <center>
    			<h1>Recent Updates</h1>
    	<table border="0" width="960" bgcolor="#FFFFFF" style="border-collapse: collapse" id="table3">
    		<tr>
    			<td>&nbsp;<table border="1" width="100%" id="table1" height="15">
    				<tr>
    					<td width="311">		
    <b>Date</b></td>
    
    </td>
    					<td width="314">		<b>Added</b></td>
    
    					<td>		<b>Chapter</b></td>
    
    				</tr>
    			</table>
    
    </td>
    		</tr>
    		</table>
    			<table border="1" width="100%" id="table1" style="border-collapse: collapse">
    				<tr>
    					<td>		
    Table content</td>
    				</tr>
    			</table>
    
    </center></td>
    		</tr>
    		</table>
    	<img border="0" src="images/bottom.png" width="964" height="26">
    
    
    
    </div>
    HTML:
     
    izlik, Oct 10, 2009 IP
  2. Ketan Deshmukh

    Ketan Deshmukh Peon

    Messages:
    41
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Hi.
    Use cellspacing & cellpadding attributes of table tag which might help you.
    Have a nice day. :)
     
    Ketan Deshmukh, Oct 16, 2009 IP