Converting line breaks to spaces in HTML?

  • Thread starter Thread starter Vik
  • Start date Start date
V

Vik

Guest
Is there a way to tell the HTML processor to turn a line break into a space.

For instance, given the following:
ABC the alphabet
123 the numbers

To:
ABC the alphabet 123 the numbers
 
Back
Top