Question about search results format

Hello,

I’ve been trying to get the HTML data that appears in the Told, Age, and
Last columns to display like this:

4 months ago

instead of this:

4 months ago

These columns invariably end up wrapping and making the tickets spread out
on the screen. I’ve tried to add the   to the function that returns the
data, but by the time it gets to the web browser, it’s changed to this:

4 months ago

Is there some way of solving this? Sure, I could set all the columns to
’nowrap’, but then -no- column would wrap–which is not what I want. :slight_smile:

John DeBerry

I think you might be able to solve this using a “|n” (that’s a pipe and then
an “n”) when the function is returned.

O- ~ARK