Hi,
when I have tab stops in the RichViedEdit they are lost when converting to HTML. In our case the email that we create based on the RichText to HTML conversion loses the tab stops.
Maikel
Tabs lost when converting to HTML
-
- Site Admin
- Posts: 17555
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
Re: Tabs lost when converting to HTML
HTML cannot contain tabs.
In HTML, tabs, spaces, line breaks are all white-space characters. Browsers show any sequence of white-space characters as a single space character (or, in some places, ignore them completely).
What's why TRichView saves tabs a several alternate space and non-breaking-space characters.
In HTML, tabs, spaces, line breaks are all white-space characters. Browsers show any sequence of white-space characters as a single space character (or, in some places, ignore them completely).
What's why TRichView saves tabs a several alternate space and non-breaking-space characters.