Question
CFTable
Is there a way to set the width of a CFTable without using
divs? I know the cfcol tags have a width attribute, but that seems
to be used for truncating data. Currently, my cftable goes all the
way accross the window making it about 1000px too wide.
In addition, I can't seem to replace a NULL value with a space, either by using "nvl(value,' ') name" in the query, or <cfif isDefined("name")>text="#name#"<cfelse>text=" "</cfif> in the cfcol tag. This makes borders look terrible.
Thanks for any help!
In addition, I can't seem to replace a NULL value with a space, either by using "nvl(value,' ') name" in the query, or <cfif isDefined("name")>text="#name#"<cfelse>text=" "</cfif> in the cfcol tag. This makes borders look terrible.
Thanks for any help!
