<BR> instead of <P>?

Last post 02-29-2004, 2:50 PM by sgilboy. 2 replies.
Sort Posts: Previous Next
  •  02-26-2004, 10:24 AM 460

    <BR> instead of <P>?

    Is it possible to replace the <p> tag with <br> so that the user can determine the space between a new paragraph?   All of my paragraphs have 2 line breaks where i want one.  Or can i specify it in the CSS or something?

     

    IE

     

    Heading 1


    TExt

     

    Appears like this as soon as i push enter after the word "text":

     

    Heading 1

     


     

    TExt

     

    Thanx in advance for the help

  •  02-26-2004, 10:39 AM 462 in reply to 460

    Re: <BR> instead of <P>?

    for example, In this forum editor, when you hit enter it puts only 1 space in... instead of 2.
  •  02-29-2004, 2:50 PM 474 in reply to 462

    Re: <BR> instead of <P>?

    this forum still puts <p> in there... the difference is in the style sheet... just define

     

    p {
    margin: 0em;
    }

     

    somewhere in the <head></head> or in your external .css sheet

View as RSS news feed in XML