|
d a v e -> RE: how in dmwr mx 2004 setup fixed column or row, width or height of an html table ? (12/11/2007 7:15:03)
|
is this a table for data or for layout? - if it's for layout then forget it and use css and divs. for a data table you can only have it fixed if users don't resize their text size, but you can specify pixels for widths and heights of cells , and widths of tables. if you're not using css then look at the property inspector when you have table cell selected and type i the pixel dimensions you want, otherwise just do it noramlly through css
|
|
|
|