Recent

Author Topic: underlines too long when exporting to html  (Read 3050 times)

Michael Collier

  • Sr. Member
  • ****
  • Posts: 329
underlines too long when exporting to html
« on: January 25, 2016, 11:05:25 pm »
I use tsynanysyn  NumberAttri property to underline numbers, but when I export to html the underline extends itself to the beginning of any following text.

Example:

Editor:

This is how    123    looks
 

Exported to html

This is how    123____looks

Martin_fr

  • Administrator
  • Hero Member
  • *
  • Posts: 12180
  • Debugger - SynEdit - and more
    • wiki
Re: underlines too long when exporting to html
« Reply #1 on: January 26, 2016, 12:17:48 am »
check the html by hand. If the trailing spaces are part of the underline (probably the case) then it is a bug, and you can report it on the bugtracker.

Michael Collier

  • Sr. Member
  • ****
  • Posts: 329
Re: underlines too long when exporting to html
« Reply #2 on: January 26, 2016, 11:40:56 am »
Yes, the HTML looks wrong, it comes out likes this:


<u>123          </u>XYZ


instead of this perhaps:
 

<u>123</u>          XYZ


Michael Collier

  • Sr. Member
  • ****
  • Posts: 329
Re: underlines too long when exporting to html
« Reply #3 on: February 27, 2016, 03:52:55 am »

 

TinyPortal © 2005-2018