Table Tools: jump line with \n or br not working in PDF

Table Tools: jump line with \n or br not working in PDF

JorgeAyalaJorgeAyala Posts: 9Questions: 2Answers: 0
edited June 2014 in Free community support

Do any of you know how to set PDF page? I have two records inside a tag in html <td> that are separated by <br/> but when will export this <br/> is eliminated and gets everything together.

Example:

<td> Jose Maria Jose de Oliveira <br /> </ td> in pdf out as: Jose de Oliveira Mariajose

Please help, this is get annoying. :(

Answers

  • JorgeAyalaJorgeAyala Posts: 9Questions: 2Answers: 0

    Please.

  • JorgeAyalaJorgeAyala Posts: 9Questions: 2Answers: 0

    I've found something like:

    "For the <br> issue, I think you'll need to add in a 'replace'. str.replace('<br>','\n'); or something like that should do it.

    Allan"

    But where do I put this 'replace'. str.replace('<br>','\n');? In what file? Someone can help me?

    Thanks and I'm looking a dumb talking alone.

  • JorgeAyalaJorgeAyala Posts: 9Questions: 2Answers: 0

    http://i.imgur.com/EEGplj3.png?1

    Here is a example, I need to put a ENTER in the names where I put the ; but they don't simply go.

  • blue80blue80 Posts: 8Questions: 4Answers: 0

    I have same problem. Did you get any solution?
    Thanks

This discussion has been closed.