I have like this:
<body>Neque porro quisquam est qui dolorem ipsum quia dolor sit amet <br> adipisci velit</body>
I know it is not compatible with usually html standard.
I have try all of the text replace standard including using jquery too but none is work.
I can replace the text if there is no br tag on that
but if there is br tag i cannot replace any text.
Please dont force me use another tag like div or span or anything.
the 'case' cant be changed and I want to replace the text with javascript/js code
anyone have solution?