Okay, I have looked evrywhere to see whats wrong with my code.
There is a space between the cells in my tables website layout. Can someone tell me how to fix it.
Difficult to sort this without access to the url so we can see how the images fit.
A few comments though:
Can cellpadding/spacing take negative values?
I always thought that cellpadding/cellspacing were properties of the table, not the individual cells.
Some browsers put spaces in if there is white space between the image tag and enclosing tags. However, I cannot see any such here. What browser are you using?
The whole table would be better styled with a stylesheet rather than inline attributes.
No, you can't have negative attributes in cellpadding and cellspacing. That maybe the problem right there, but no guarantee because I can't test it. Make both attributes 0 and see if that doesn't help. If not, give us a URL. It can make figuring out your problem much easier.
Also, cellpadding and cellspacing cannot be used in the <img> tag.
Last edited by Majoracle; 01-06-2008 at 12:03 PM..