Click to See Complete Forum and Search --> : Table Problems


k0r54
10-20-2004, 10:07 AM
Hi,

i am having a problem with my table.

It is adding space either side of the image you can see what i mean here

http://www.ringtones2logos.co.uk/main/wallpapers/ringtonest.php

Here is the code


<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="5" background="../../images/contents/box/left.jpg">&nbsp;</td>
<td bgcolor="#e2fbfe">
<table width="100%" border="0" cellspacing="0" cellpadding="2">
<tr>
<td class="top10main" align="center"><strong class="top10main"><strong class="top10main">
</strong>
<!-- Content-->
<table border="1">
<tr>
<td width="14"></td>
<td width="102"><img src="" border="1" width="101" height="80"></td>
<td width="14"></td>
<td width="101"><img src="" border="1" width="101" height="80"></td>
<td width="14"></td>
<td width="101"><img src="" border="1" width="101" height="80"></td>
<td width="14"></td>
<td width="101"><img src="" border="1" width="101" height="80"></td>
<td width="14"></td>
</tr>
</table>

<!-- Content End -->
</strong></td>
</tr>
</table></td>
<td width="5" background="../../images/contents/box/right.jpg">&nbsp;</td>
</tr>
</table>


Can any1 see why ????

NogDog
10-20-2004, 10:29 AM
I see the problem on your page, but not when I cut-and-paste your code snippet into a local page. My guess is that it's the combination of table elements with % widths and those with absolute (pixel) widths; all nested together in a complicated tangle of side-effects. Maybe you could get the desired effect with something like this?

<tr>
<td width="25%" align=center><img src="" border="1" width="101" height="80"></td>
<td width="25%" align=center><img src="" border="1" width="101" height="80"></td>
<td width="25%" align=center><img src="" border="1" width="101" height="80"></td>
<td width="25%" align=center><img src="" border="1" width="101" height="80"></td>
</tr>

k0r54
10-20-2004, 12:18 PM
Hi, nope still dont do it

I have enclosed the file for you to perhaps look at :s i RLY need help with this and i just cant figure it out :s

justp380
10-21-2004, 08:00 PM
what size border do u need around these images ?