Click to See Complete Forum and Search --> : How to Specify Line Breaks in CSS?


saravanan_anna
09-12-2003, 09:09 AM
Hi All,
In my page, I display some text using PRE tag. But the line is too long that, it doesnt has any breaks.

But I want to enter some line breaks, automatically. using CSS. How to specify it in CSS?.

urgent help needed
bye from sara

pyro
09-12-2003, 11:21 AM
The <pre> tag is not supposed to wrap lines. It is supposed to display the text with the formatting that is in your source code. If you want the lines to wrap, just add breaks in your source...