How do I divide the remaining horizontal space between two columns in an HTML table?

Posted by GregH on Stack Overflow See other posts from Stack Overflow or by GregH
Published on 2010-06-16T20:09:24Z Indexed on 2010/06/16 20:12 UTC
Read the original article Hit count: 169

Filed under:
|

I have an html table with say 5 columns. Three of the columns I want to have a fixed width (for example, td width=30,50,30). How would I divide the remaining horizontal space between the two remaining columns? I thought I would do it by just setting each of the "width" properties for those columns to "50%", but that didn't seem to work.

© Stack Overflow or respective owner

Related posts about html

Related posts about css