CSS coding for Coulumns - Rows?

Discussion in 'CSS' started by tptnyc, Mar 13, 2010.

  1. #1
    Newbie...How to show columns & Rows on a page through css?
    Can anyone show some CSS codings here?
     
    Last edited: Mar 13, 2010
    tptnyc, Mar 13, 2010 IP
  2. Wp-Mod.Com

    Wp-Mod.Com Peon

    Messages:
    381
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #2
    use tables, for that , no other way
     
    Wp-Mod.Com, Mar 14, 2010 IP
  3. hangbowl

    hangbowl Well-Known Member

    Messages:
    228
    Likes Received:
    3
    Best Answers:
    4
    Trophy Points:
    143
    Digital Goods:
    2
    #3
    If you use CSS and TableLess a.k.a DIV, you can show the row or colomn format by adding
    
    <div style="border: 1px solid #000">
    </div>
    
    HTML:
     
    hangbowl, Mar 14, 2010 IP
  4. tptnyc

    tptnyc Peon

    Messages:
    764
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #4
    hangbowl .... Thanks, that might help!
     
    tptnyc, Mar 14, 2010 IP