|
-
Apr 23rd, 2003, 08:49 AM
#1
Thread Starter
Hyperactive Member
Style Sheet Question
Which style sheet property is used to force a line of text to start on a new line?
-
Apr 24th, 2003, 05:42 AM
#2
???
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.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Apr 29th, 2003, 06:46 AM
#3
Lively Member
the <p> tags for a new paragraph and <br> is just a line break
u can redefine styles for these in your style sheet
-
May 6th, 2003, 04:40 AM
#4
Thread Starter
Hyperactive Member
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.
-
May 6th, 2003, 06:03 AM
#5
Oh...
AFAIK there is no style to do that. Take a look at a reference, maybe you find something.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|