Try putting a non-breaking space ( ) after the expression. Dave ----- Original Message ----- From: "Jeff Fleitz" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Friday, January 07, 2005 11:40 AM Subject: Re: [plum] DisplayColumnInList and Email addresses
> A funny thing happens if there is no data for the column, or the column > is null. The column header remains, but the data is shifted left one > column for the remaining columns. > > In this case I am putting company website urls (company_url) in the > list, and they are not required, so for list pages that don't contain at > least one record with the url, the columns shift left. > > How would I bracket the code so that the columns display properly if > there is no url? <cfif company_url NEQ ""> for instance, generates an > error stating that that value doesn't exist. > > Jeff > > David Churvis wrote: > > You can use cf_DisplayExpressionInList for this task: > > > > <cf_DisplayExpressionInList label="My Column"> > > <cf_DisplayColumnInList ...> > > <a href="mailto:#PlumUser_Email#">#PlumUser_Email#</a> > > </cf_DisplayExpressionInList> > > > > HTH, > > Dave > > ----- Original Message ----- > > From: "Jeff Fleitz" <[EMAIL PROTECTED]> > > To: "[email protected]" > > <[email protected]> > > Sent: Friday, January 07, 2005 10:58 AM > > Subject: [plum] DisplayColumnInList and Email addresses > > > > > > > >>I know this subject was touched on several months ago, but I can't find > >>the messages. > >> > >>I would like to be able to have email and web addresses in list columns > >>be active, so that the links are hot and can be clicked on. I think we > >>talked about using formatfunction or something. Can you please give me > >>the skinny on this again? > >> > >>(looks like a good candidate for a kb article) > >> > >>v/r, > >> > >>Jeff > >> > >> > >>********************************************************************** > >>You can subscribe to and unsubscribe from lists, and you can change > >>your subscriptions between normal and digest modes here: > >> > >>http://www.productivityenhancement.com/support/DiscussionListsForm.cfm > >>********************************************************************** > >> > > > > > > > > ********************************************************************** > > You can subscribe to and unsubscribe from lists, and you can change > > your subscriptions between normal and digest modes here: > > > > http://www.productivityenhancement.com/support/DiscussionListsForm.cfm > > ********************************************************************** > > > > > > > > > ********************************************************************** > You can subscribe to and unsubscribe from lists, and you can change > your subscriptions between normal and digest modes here: > > http://www.productivityenhancement.com/support/DiscussionListsForm.cfm > ********************************************************************** > ********************************************************************** You can subscribe to and unsubscribe from lists, and you can change your subscriptions between normal and digest modes here: http://www.productivityenhancement.com/support/DiscussionListsForm.cfm **********************************************************************
