Results 1 to 5 of 5

Thread: Style Sheet Question

  1. #1

    Thread Starter
    Hyperactive Member DKCK's Avatar
    Join Date
    Dec 2000
    Location
    United States
    Posts
    329

    Red face Style Sheet Question

    Which style sheet property is used to force a line of text to start on a new line?

  2. #2
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    ???
    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.

  3. #3
    Lively Member
    Join Date
    Aug 2002
    Location
    Outer space
    Posts
    97
    the <p> tags for a new paragraph and <br> is just a line break

    u can redefine styles for these in your style sheet

  4. #4

    Thread Starter
    Hyperactive Member DKCK's Avatar
    Join Date
    Dec 2000
    Location
    United States
    Posts
    329
    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.

  5. #5
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    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
  •  



Click Here to Expand Forum to Full Width