Hi,
Im trying to do the opposite to the normal request of inserting linebreaks from blobs.
I need to remove all linebreaks from the BLOB so that I can pass it into a javascript function
say, the text is stored as a blob as follows
line 1
line2
line 3
I want it to be
<a href="javascript://" onmouseover="popup("line1line2line3,'beige')">
instead of what im getting now which causes a javascript error when the page loads
<a href="javascript://" onmouseover="popup("line1
line2
line3,'beige')">