I have an issue with formatting my $$viewtemplate with css. I am setting the view HTML table width with css: width:90%. My problem is with categorized views with row height >1 and shrink to content is checked in view properties. When Domino renders the view HTML it adds a table containing the twistie and category in the row in the category listing row of the view table. Each internal table is being stretched to 90% causing the each category row to be spaced differently. How can I make the internal table’s width be auto? Does this make sense?
Simple – don’t set a width on the view table; set a left and right padding (or margin) on the part of the page that contains the table. That will push in on the sides of the outer table without touching the rendering for the inner table(s) WITHOUT the need for an identifier for the view table.
i understand now. I do want the effect of the view always being the same width. I do not want the width to change when categories are expanded of collapsed.