Click to See Complete Forum and Search --> : Table & Image problem


k0r54
10-21-2004, 07:32 AM
Hi,

After a few problems and some messin about my problem gets even more confussing

If you look here
http://www.ringtones2logos.co.uk/main/wallpapers/ringtonest2.php

I have uses this coding

<table border="1" cellpadding="0" cellspacing="0">
<tr>
<td></td>
<td><img src="../../images/106711.gif" border="1"></td>
<td></td>
<td><img src="../../images/106711.gif" border="1"></td>
<td></td>
<td><img src="../../images/106711.gif" border="1"></td>
<td></td>
<td width="103">&nbsp;</td>
<td></td>
</tr>
</table>


But the second i put an imaged in this colum (btw each image is 101 width 103 with border) this happens which is what im trying to avoid the edges get pushed out???????
http://www.ringtones2logos.co.uk/main/wallpapers/ringtonest3.php

And the code for that is

<table border="1" cellpadding="0" cellspacing="0">
<tr>
<td></td>
<td><img src="../../images/106711.gif" border="1"></td>
<td></td>
<td><img src="../../images/106711.gif" border="1"></td>
<td></td>
<td><img src="../../images/106711.gif" border="1"></td>
<td></td>
<td width="103"><img src="../../images/106711.gif" border="1"></td>
<td></td>
</tr>
</table>


MANY thanks as this has been driving me mad for days!

Mr J
10-21-2004, 08:23 AM
I don't think you will get many people who will be willing to spend the time to wade through all those tables.

Redesign your layout and if you insist on using tables then minimise the amount.

There's no need for half of them

k0r54
10-21-2004, 08:24 AM
is that the reson it is happening?

i always thought the best way was to keep it easy to understand?

???

ray326
10-21-2004, 01:08 PM
I don't see any difference in those two pages in FF.