-3

I'm making a plain text email, in the head I have:

<meta http-equiv="Content-Type" content="text/plain; charset=UTF-8">

I'm trying to line break content with

\n

Also with

\r\n

But nothing breaks the line.

Where am I going wrong?

panthro
  • 22,779
  • 66
  • 183
  • 324

1 Answers1

-2

here is a HTML tag <br> for line breaking and you can also break lines by CSS and JavaScript

showdev
  • 28,454
  • 37
  • 55
  • 73
Farhan
  • 1,445
  • 16
  • 24