Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

How to breakup data

New Here ,
May 19, 2008 May 19, 2008
I have a column that contains email addresses, separated by a comma.Some records contain one address, some contain two, others in excess of ten.

When I cfoutput the data into a table, the width of the table has to be 760.But the email column is so wide that it causes the entire table to exceed 760.

How can I breakup the email addresses to be on multiple lines so that the entire table can stay within 760 ?
210
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
May 19, 2008 May 19, 2008
Olivia Crazy Horse wrote:
> How can I breakup the email addresses to be on multiple lines so that the
> entire table can stay within 760 ?

replace(yourEmailAddressData,",","<br>","ALL")

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
May 20, 2008 May 20, 2008
LATEST
Normalize your database and you won't have these types of problems.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources