Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #26837

    First, I’m running:

    pd4ml 3.8.1fx1 embedded jar
    Windows 7 64 bit
    java 1.6.0_38

    I’m having an issue with css styling when a span tag is right next to an a tag. Use this as an example:

    <br /> <html><br /> <body><br /> <p>Hockey is among the<br /> <span style='background-color:yellow;'>oldest</span><br /> <a href='http://www.olympic.org'>Olympic</a><br /> sports, having made its first appearance at the 1908 London Games.<br /> </p><br /> </body><br /> </html><br />

    I’m seeing that the styles on the span tag will start at the right place, skip over the a tag as expected, but will continue right until the end of the p tag.

    EDIT: I’ve attached the RTF output of the above example.

    Has Anyone from pd4ml looked at this yet? It’s been 2 weeks with no response.

    #29315

    The problem is resolved in the development build. A fix will be available with the forthcoming beta release in ~1 week.

Viewing 2 posts - 1 through 2 (of 2 total)

The forum ‘HTML/CSS rendering issues’ is closed to new topics and replies.