Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

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

Posts: 1
Trades: 0
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
 
 
Register now for full access!
Old 05-05-2008, 07:24 AM Re: Gap between images in tables - Please help!
rolda hayes's Avatar
Wannabe Adventurer...

Posts: 960
Name: Darren
Location: England
Trades: 0
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 Just a test to see what happens...
Please login or register to view this content. Registration is FREE

"Let us be thankful for the fools. But for them the rest of us could not succeed..."
rolda hayes is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Gap between images in tables - Please help!
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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

BB 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.51274 seconds with 12 queries