Which style sheet property is used to force a line of text to start on a new line?
Printable View
Which style sheet property is used to force a line of text to start on a new line?
???
Just wrap it in a <p> tag or place a <br /> tag in front.
Or do you mean in CSS2 for XML?
Then the containing tag must have "display: block" as style.
the <p> tags for a new paragraph and <br> is just a line break
u can redefine styles for these in your style sheet
I don't have direct access to the code to use <P> for example. I'm using a modeling engine that uses CSS for display.
Oh...
AFAIK there is no style to do that. Take a look at a reference, maybe you find something.