Hi, I'm having difficuty sizing a table correctly. I place images of size 60pt x 60pt in each cell of the table. I played with the width/height in the TD statements etc. and just not able to get good results. The images are always spreaded too far or don't show at all. I have another table for small icons about 50 pt x 20 pt that just works well. Please hep. Warren
I know you arent going to want to hear this... but if you are creating a layout do not use tables. It is not their intended function and can cause a lot of browser compatibility issues. I can assume that the issue you are having is due to this. The <table> tag is for just that, tabled information. You should be using <div>, <span>, etc to create your layouts.