Hi,
I am trying to create a container that will contain some text inside. The text is quite large, so it does not enter in an unique line.
So, imagine that I would like to write "This is a simple text", that it doesn´t fit in one line. I set the align to center:
I see in 1 line: Thi(s is a simple t)ext -- The () means what I see on the screen
I want to see in 2 lines: This is a simple
text
What do I have to write in my css page. I mean, which tag is the one I have to play with: align, layout, layout-data ??
Thanks a lot

