richcleverley
MIS
Hi,
I have some text that is pulled out of a datbase and formatted using css. The text has line breaks in it but they don't actually have <br> tags to control them eg.
The text above is exactly how it is stored.
Anyway, when I display the text, it comes out as one continuous line. I have tried to use the whit-space
re css tag to break it up, and while it does it now displays each paragraph as a single line of text thus spilling out of the text area I have set it up with using width.
Can anyone help?
Richard
I have some text that is pulled out of a datbase and formatted using css. The text has line breaks in it but they don't actually have <br> tags to control them eg.
Code:
This is a large light studio apartment on the first floor set back from a quiet street, with a generous balcony. It is well situated directly behind the Hotel Martinez, and is a block from the famous Croisette and beaches of Cannes
The apartment is only two minutes walk to the Rue D' Antibes, Cannes' main shopping street, and 8 minutes walk to the Palais des Festivals, the Old Port and the delightful Old City, (known as Le Suquet) with it's restaurants and nightlife.
The text above is exactly how it is stored.
Anyway, when I display the text, it comes out as one continuous line. I have tried to use the whit-space
Can anyone help?
Richard