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.
Share
In my simple test, I didn’t have to put anything and the default behavior was to split evenly. Of course, real content may push things around, so seeing your css and html would help.