How to creat a html like excel one?

Discussion in 'Programming' started by wivngeh, Dec 22, 2011.

  1. wivngeh Member

    Member Since:
    Nov 30, 2011
    Message Count:
    39
    Likes Received:
    0
    I am trying to creat a html table that like an excel format. If I enter text into a cell and the text overflows the given length, then a linebreak should automatically added and the cell should become higher.Can I achieve this task.please give me some advice.
  2. Elia Member

    Member Since:
    Nov 17, 2011
    Message Count:
    32
    Likes Received:
    2
    Location:
    Timisoara
    Just use <td style="padding:0;">. And if necessary, specify
    Code (text):
    style="margin:0;"
    in the content's primary tag.

Share This Page