trying to use div instead of table

Discussion in 'CSS' started by pizzaman, May 25, 2007.

  1. #1
    i have a table with three column and 7 row and i want to use div to display the same thing can anyone point me to a tutorial or give me a sample code to look at
    thx
     
    pizzaman, May 25, 2007 IP
  2. Magnus

    Magnus Peon

    Messages:
    164
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Try floating them
    
    #... {
    float: left;
    }
    
    Code (markup):
    Probably something about that at w3schools.com
     
    Magnus, May 25, 2007 IP