How do a carriage return

Hello!

I use the dataset in which there is some text (restaurant menu) in one cell.
I would like to make a carriage return after each dish.

But I tried to put < br/ >, < span >, \n, “\n” in the dataset text, and nothing do what I want.

How can I do??

Thank you.

Are you using dataSet view or Ticker to display the data form dataSet?

In Ticker widget you could simply set the effect of your choice and see if that will look as you want.

I use dataSet view.

So, I tried with a ticker, but the ticker doesn’t work, no data is displayed.

Which CMS version are you using?

Have you set correct column names and Ids from on the Appearance (you can double click them from the Available Substitutions).
Did you set any filter? If not then it should show all (by default) one by one (by default with effect) rows from your dataSet with the data selected on the Appearance tab.

I have CMS version 1.8.7, but I will update suddenly.

Now, it’s work with Ticker. I don’t know before it doesn’t.

On the other hand, I can’t put on severals lines some text which is in one dataset’s cell, isn’t it?

But so, with DataSet View it isn’t possible??
And to center the text in the region neither?

Another question, can we center the text vertically??

Ticker will show data from the select column row by row in lines - or x rows per page depending on the widget settings.

Text formatting, in Ticker you have the usual CKE Editor, in dataSet view you’d need to use CSS.

Thank you!

With a combo between the usual CKE Editor and CSS with the ticker, I arrived to make what I wanted.