Table Sizing For Images

Discussion in 'HTML & Website Design' started by jaguarx, Oct 8, 2009.

  1. #1
    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
     
    jaguarx, Oct 8, 2009 IP
  2. tobykw13

    tobykw13 Peon

    Messages:
    41
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    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.
     
    tobykw13, Oct 8, 2009 IP