Table Tools: jump line with \n or br not working in PDF
Table Tools: jump line with \n or br not working in PDF
JorgeAyala
Posts: 9Questions: 2Answers: 0
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. :(
This discussion has been closed.
Answers
Please.
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.
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.
I have same problem. Did you get any solution?
Thanks