View Single Post
  #2 (permalink)  
Old 04-03-2007, 05:20 PM
ncushing ncushing is offline
Administrator
 
Join Date: Mar 2007
Location: Prezza Technologies
Posts: 173
Default

Jeff,

This should work properly, though one thing to keep in mind is how web browsers render HTML tables. If a table column width is specified to be smaller than the content it contains, a web browser will expand the column to fit the contents of the column. For example, if the width of a column is set as 1 pixel, but that column contains "abcdefg" the column will be expanded by the web browser to however many pixels are necessary to accomodate "abcdefg".

One thing to try is to set the width of the matrix as a whole, then set the individual column widths.

-N
Reply With Quote