"colspan" functionality in a table?http://forums.asp.net/t/838237.aspx/1?+colspan+functionality+in+a+table+Thu, 24 Feb 2005 14:15:53 -0500838237838237http://forums.asp.net/p/838237/838237.aspx/1?+colspan+functionality+in+a+table+"colspan" functionality in a table? I want to display a label and some column totals in the footer of a table. The label text is wider than any column in my table. Is there some way to tell a table column that I want it to span more than one column? I do not want the footer column to expand because it causes the whole table column to expand. The Sum function is only valid within the body section so I cannot move the totals to the page or report footer. I cannot make them seperate text boxes from the table since it expands and I want them at the bottom without any seperation. The only solution I could come up with is to make a subreport with the same query, just totals, and put it after the first. This offends my sense of esthetics. There has to be a more elegant solution. TIA 2005-02-24T13:33:42-05:00838308http://forums.asp.net/p/838237/838308.aspx/1?Re+colspan+functionality+in+a+table+Re: "colspan" functionality in a table? Select the multiple columns, right click, and choose Merge Cells. 2005-02-24T14:15:53-05:00