Perfect.
That was the bit I was missing.
You're a hero!
Search found 4 matches
- Tue Jun 09, 2020 1:40 pm
- Forum: Support
- Topic: SaveHTMLEx with inline CSS and Middle Only not saving correctly
- Replies: 5
- Views: 24622
- Tue Jun 09, 2020 1:02 pm
- Forum: Support
- Topic: SaveHTMLEx with inline CSS and Middle Only not saving correctly
- Replies: 5
- Views: 24622
Re: SaveHTMLEx with inline CSS and Middle Only not saving correctly
The text should have looked like this:
This text is larger and in red.
Background is pale pink
The information for this is not in the final HTML, instead it says: background-color: transparent; text-decoration: none; etc
But...on further hunting, I've discovered that the LoadRTF appears to be ...
This text is larger and in red.
Background is pale pink
The information for this is not in the final HTML, instead it says: background-color: transparent; text-decoration: none; etc
But...on further hunting, I've discovered that the LoadRTF appears to be ...
- Tue Jun 09, 2020 10:38 am
- Forum: Support
- Topic: SaveHTMLEx with inline CSS and Middle Only not saving correctly
- Replies: 5
- Views: 24622
Re: SaveHTMLEx with inline CSS and Middle Only not saving correctly
And I've just noticed that it's still using table attributes that have been depreciated in HTML-5 (border, cellpadding, cellspacing, width and valign)... not that big an issue. But worth considering for future releases.
- Tue Jun 09, 2020 9:58 am
- Forum: Support
- Topic: SaveHTMLEx with inline CSS and Middle Only not saving correctly
- Replies: 5
- Views: 24622
SaveHTMLEx with inline CSS and Middle Only not saving correctly
Hi,
I'm trying to insert an RTF element from our application into a wider HTML output. I'm using the RichViewEdit.SaveHTMLEX (18.01) to try and do this.
I'm using a Bootstrap CSS for the output in general, but wanted to override locally for the RTF, so I used Middle Only and Inline CSS options on ...
I'm trying to insert an RTF element from our application into a wider HTML output. I'm using the RichViewEdit.SaveHTMLEX (18.01) to try and do this.
I'm using a Bootstrap CSS for the output in general, but wanted to override locally for the RTF, so I used Middle Only and Inline CSS options on ...