[jQuery] Re: Issue inserting an img into a table

2008-04-21 Thread Brian Ronk
Actually, you solved it. I had a   in the empty cells. I put a span around it so I could select it (to test with) and remove it, and that solved the problem. I also removed it, and since I have everything set to 20x20px, I don't really need those. Annoying whitespace. Thanks. On Apr 21, 4:13

[jQuery] Re: Issue inserting an img into a table

2008-04-21 Thread Hamish Campbell
Want to post your code? Whitespace could cause issues. Also, what if you set overflow:hidden for the tds? Thanks, Hamish On Apr 22, 8:04 am, Brian Ronk <[EMAIL PROTECTED]> wrote: > Well, the problem isn't actually putting the image into the table, > that part is fine.  I'm running into a prob