Topic: Strict XHTML Problem
Hey there! To be perfectly honest I'm not the best of coders (or spellers >.<) so please bear with me!
I am in the middle of a new project and I am experiance a rather annoying problem. I have made a table which is as far as I am concerned is coded correctly but it dosn't display properly on certain browsers. The really odd thing is that it's FF, Opera and Safari opposed to the usual problematic IE6. Also if I have the page set in transitional XHTML the page displays as I want it but in strict XHTML it dosn't. Anyways the actual problem is a random gap which is appearing below images within a table.
Strict Example < problematic within FF, Opera and Safari
I have placed a black border around the cell to highlight the issue. The really odd thing is that with the second image I set "font-size:0px;" which reduced the size of gap but hasn't eradicated it entirely. As it is FF, Opera and Safari I am led to believe that it is a problem with my code opposed to it being the browser just not rendering properly but I can't for the life of me get to the bottom of the problem.
Obviously the easy way around this would to simple code the site in Transitional XHTML but then I wouldn't be learning anything! Any help would be most appreciated Also I realise the code on the pages isn't completly valid but they are just quick examples I chucked together.