HTML safe wrapping of long lines

前端 未结 2 1827
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-11 05:39

I\'m having problems sending HTML emails with long lines of text. The WYSIWYG editor (FCKEditor 2.5) used on the site keeps removing all the \\n characters on c

2条回答
  •  执笔经年
    2020-12-11 06:14

    If I understand everything correctly, you don't need to concern yourself with lines that don't contain HTML at all - these can be left to be handled by email clients.

提交回复
热议问题