how to keep fixed width for the table

by monere
6 replies
  • WEB DESIGN
  • |
hi,

i am trying to fill a 2-columns table with content but I am having one hell of a time maintaining both of the columns at the same width (50%-50%).

every time I type something into one column that is longer than what is typed into the other one, the column just expands itself "stealing" width from the other column until it gets almost 100% wide. This really makes me angry.

anyone knows how to make the god damn columns stay fixed regardless of what and how much i type within each of them?

please! I can't stand it anymore
#fixed #table #width
  • Profile picture of the author Simon Phillips
    Originally Posted by monere View Post

    hi,

    i am trying to fill a 2-columns table with content but I am having one hell of a time maintaining both of the columns at the same width (50%-50%).

    every time I type something into one column that is longer than what is typed into the other one, the column just expands itself "stealing" width from the other column until it gets almost 100% wide. This really makes me angry.

    anyone knows how to make the god damn columns stay fixed regardless of what and how much i type within each of them?

    please! I can't stand it anymore
    What design software are you using ?
    {{ DiscussionBoard.errors[4237309].message }}
    • Profile picture of the author monere
      I'm using the old-fashioned, boring NVU
      Signature

      Try not to become a man of success but rather to become a man of value - Albert Einstein

      {{ DiscussionBoard.errors[4237363].message }}
  • Profile picture of the author wedhooz
    maybe because float from the css, just try to clear it. any url address could be very helpful
    {{ DiscussionBoard.errors[4237352].message }}
    • Profile picture of the author monere
      I have no URL yet friend. I am trying to create a simple squeeze page but this table is driving me nuts with its auto expanding feature (or whatever it is)
      Signature

      Try not to become a man of success but rather to become a man of value - Albert Einstein

      {{ DiscussionBoard.errors[4237371].message }}
  • Profile picture of the author Ken Shorey
    td width="50%"
    {{ DiscussionBoard.errors[4237726].message }}
    • Profile picture of the author monere
      Originally Posted by Ken Shorey View Post

      td width="50%"
      Yaaay! It WORKED

      But not with that code. The correct code was "width: 50%"

      Anyway, thanks for putting an end to 2 hours of hate and frustrations
      Signature

      Try not to become a man of success but rather to become a man of value - Albert Einstein

      {{ DiscussionBoard.errors[4237812].message }}

Trending Topics