aspose file tools
The moose likes HTML, CSS and JavaScript and the fly likes table with fixed column size? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "table with fixed column size?" Watch "table with fixed column size?" New topic
Author

table with fixed column size?

ankur rathi
Ranch Hand

Joined: Oct 11, 2004
Posts: 3829
How to make a table of fixed column size. For example, first column should be of 5 CM width, second column should be of 10 CM width etc, if the data in it is more then it should increase the row width.

Thanks.
Eric Pascarello
author
Rancher

Joined: Nov 08, 2001
Posts: 15357
    
    6
Tables normally will explain width to increase content. All the factors involved will be what the table width is set to and what the column widths are set too.

Eric
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: table with fixed column size?
 
Similar Threads
How to adjust the size of a table according to its outer cell size?
How to change web content's size to fit browser window size ?
SWT table.pack()
Linebreak in HTML/CSS within a table
scrolling columns (like Excel)