HI If I display an image using css class inside <SPAN> tag, gives space in between the image.If the same css class inside the <TD> tag works without space.But i need the image to be displayed using <SPAN> tag without space in between. Thanks in advance Rgrds John
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15003
posted
0
I am assumeing you are using IE here do not have any extra whitespace with the tags... <td><span></span><td> that might do the trick since IE adds an extra line break for some stupid reason.. Eric