Reply
Gap between images in tables - Please help!
Old 05-05-2008, 04:13 AM Gap between images in tables - Please help!
Junior Talker

Posts: 1
Hi I have been encountering this every time to try to put images together in tables and it is really frustrating. Appreciate if anyone can help.

This is the code of my table:
<table cellpadding="0" border="0" rules="none" frame="void" style="border-collapse: collapse" width="517">
<tr>
<td rowspan="3" align="right" valign="top" cellpadding="0" cellspacing="0" width="129"><img src="images/z-left.gif"></td>
<td align="left" valign="top" cellpadding="0" cellspacing="0" width="360"><img src="images/z-top.gif"></td>
<td align="left" valign="top" rowspan="3" cellpadding="0" cellspacing="0" width="28"><img src="images/z-right.gif"></td>
</tr>
<tr>
<td width="41%" height="245" bgcolor="#000000"><center><embed type="application/x-mplayer2" pluginspage ="http://www.microsoft.com/Windows/MediaPlayer/" src="http://www.sattube.com/asxgeneratorportal.asx" stretchtofit=true name="MediaPlayer1" showcontrols="1" showstatusbar="1" autostart=true id="video" width="300" height="240"></embed></center></td>
</tr>
<tr>
<td height="19"><div align="center"><img src="images/z-bottom.gif" width="360" height="130"></div></td>
</tr>
</table>

There is a gap between the columns which I can not ged rid of no matter what I did. Please help guys. Thanks
sbmarker8 is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
Old 05-05-2008, 06:24 AM Re: Gap between images in tables - Please help!
rolda hayes's Avatar
Wannabe Adventurer...

Posts: 563
Name: Darren
Location: England
set cellspacing to 0

Code:
<table width="517" border="0" cellpadding="0" cellspacing="0" frame="void" rules="none" style="border-collapse: collapse">
<tr>
<td rowspan="3" align="right" valign="top" cellpadding="0" cellspacing="0" width="129"><img src="images/z-left.gif"></td>
<td align="left" valign="top" cellpadding="0" cellspacing="0" width="360"><img src="images/z-top.gif"></td>
<td align="left" valign="top" rowspan="3" cellpadding="0" cellspacing="0" width="28"><img src="images/z-right.gif"></td>
</tr>
<tr>
<td width="41%" height="245" bgcolor="#000000"><center><embed type="application/x-mplayer2" pluginspage ="http://www.microsoft.com/Windows/MediaPlayer/" src="http://www.sattube.com/asxgeneratorportal.asx" stretchtofit=true name="MediaPlayer1" showcontrols="1" showstatusbar="1" autostart=true id="video" width="300" height="240"></embed></center></td>
</tr>
<tr>
<td height="19"><div align="center"><img src="images/z-bottom.gif" width="360" height="130"></div></td>
</tr>
</table>
__________________
"I always wanted the adoration of John Lennon - With The Anonimity of Ringo Starr..."
QuizBay Help with the testing of this Beta site!
rolda hayes is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Gap between images in tables - Please help!
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.11168 seconds with 12 queries