Spacing between paragraphs

Dreamweaver seems to automatically put a double space,
everytime you hit the "enter" button. Is there anyway to get it not
to do this?

And it's not a double line space. It's the normal HTML
default top/bottom
margins on paragraph tags. If you want to control that, it's
simple to use
CSS -
p { margin:0; }
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
==================
"Baxter" <baxter(RemoveThe :-)@gtlakes.com> wrote in
message
news:fot2to$qga$[email protected]..
> Enter starts a new Paragraph <p></p>, Shift
+ enter puts in a line brake
> <br>
> Dave
> "Dstaniec" <[email protected]> wrote in
message
> news:fot2ka$q9a$[email protected]..
>> Dreamweaver seems to automatically put a double
space, everytime you hit
> the "enter" button. Is there anyway to get it not to do
this?
>
>

Similar Messages

  • TextField and CSS: How to control spacing between paragraphs

    I'm using an external CSS to format a textField that has some
    HTML text in it, let's say something similar to this:
    myTextField.htmlText = "<p>paragraph
    one</p><p>paragraph two</p>";
    How can I control the spacing between paragraphs when there
    is no support for margin-top or margin-bottom? I don't want to add
    empty <p> or <br /> elements to my text since they
    don't allow exact control and insert too much space. Is there any
    good solution?
    Thanks

    I think rob day's suggestion has merits too. Either way I
    don't see any other way but inserting an extra element that adjusts
    the spacing somehow.
    Yes, it sucks that the majority of styling declarations are
    not supported but, on the other hand, it is not such a big deal to
    insert an element especially with the powerful XML tools in AS3.
    You can create a function that will preprocess all XML "page"
    nodes and insert an extra <p> tag after each <p> tag
    (see attached code)
    I did not check if code works - it is just a concept.
    The same approach can be taken with rob's suggestion but
    inside the <p> element that comes with the XML.

  • How do I delete extra spacing between paragraphs?

    I have created a PDF but when I edited some sentences, it left extra spacing between paragraphs.  How do I adjust the format so it is double spaced and how do I get rid of the extra spacing?

    You don't, to be honest. Editing a PDF is a desperate last resort, for when the original is lost, cannot be had for any amount of money, and the backups were eaten by termites. So there is no situation ever in which you should be editing a PDF you created. Rather, make the correction and remake the PDF. Sorry to be blunt, but it's best to really understand how desperate you have to be to edit a PDF.

  • Vertical spacing between paragraphs

    Hello experts,
    I am having trouble closing up the space between a title and
    a subtitle that needs to have a different style. I am usingCSS.
    Line spacing seems to work only on the vertical space between
    lines within a paragraph, not between paragraphs. This makes sense.
    I have tried putting each element in its own table cell, each
    with its own id, and playing with positive and negative margins and
    padding. If there is a combination that would work, I would be glad
    to hear it. At the moment my knowledge of margins and padding is
    based almost totally on trial and error, not on comprehension.
    My current work around is to keep the subtitle in the same
    paragraph, put in a line break, and the style the subtitle. That
    has given me a good result on my browser, but I'm not sure about
    other browsers. Also, work arounds me nervous about creating other
    problems I don't know about.
    Can anyone give me the right solution, or at least critique
    my work around solution?
    Many thanks so much in advance for help.
    Richard

    p { margin:0; }
    Sorry it was so verbose.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "RTalbott" <[email protected]> wrote in
    message
    news:e8grgo$g4v$[email protected]..
    > Hello experts,
    > I am having trouble closing up the space between a title
    and a subtitle
    > that
    > needs to have a different style. I am usingCSS.
    >
    > Line spacing seems to work only on the vertical space
    between lines within
    > a
    > paragraph, not between paragraphs. This makes sense.
    >
    > I have tried putting each element in its own table cell,
    each with its own
    > id,
    > and playing with positive and negative margins and
    padding. If there is a
    > combination that would work, I would be glad to hear it.
    At the moment my
    > knowledge of margins and padding is based almost totally
    on trial and
    > error,
    > not on comprehension.
    >
    > My current work around is to keep the subtitle in the
    same paragraph, put
    > in a
    > line break, and the style the subtitle. That has given
    me a good result
    > on my
    > browser, but I'm not sure about other browsers. Also,
    work arounds me
    > nervous
    > about creating other problems I don't know about.
    >
    > Can anyone give me the right solution, or at least
    critique my work around
    > solution?
    >
    > Many thanks so much in advance for help.
    >
    > Richard
    >

  • Vertical spacing between paragraphs of ul

    I created a ul list after several paragraphs, but I can't figure out how to change the space between the paragraphs. It's listed as such body>section>.rule>ul>li. I tried changing the margins for ul, li, and the rule but in every case it's marked out and says it doesn't apply because it's not inherited. How do I put more space between my bulleted or ul lists?

    Here's the CSS:
    @charset "UTF-8";
    h1  {
      font-family: neuton-cursive;
      font-style: normal;
      font-weight: 400;
      font-size: 1.5em;
      text-shadow: 2px 2px 1px #FCFAFA;
      margin-left: 10%;
      margin-right: 10%;
      text-align: center;
    p {
      font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
      font-style: normal;
      text-indent: 3%;
      padding-left: 10px;
      padding-right: 10px;
      font-size: large;
      margin-bottom: -10px;
    a {
      color: #F5F5F5;
      font-family: neuton-cursive;
      font-style: normal;
      font-weight: 400;
    footer {
      background-color: #000000;
      color: #FFFFFF;
      font-weight: 600;
      font-size: x-small;
      text-align: center;
      margin-left: 5%;
      margin-right: 5%;
      margin-top: 5%;
      margin-bottom: 5%;
      padding-left: 10px;
      padding-top: 10px;
      padding-right: 10px;
      padding-bottom: 10px;
      clear: both;
    nav    {
      background-color: #143A00;
      color: #FFFFFF;
      text-align: center;
      margin-top: 5%;
      margin-left: 5%;
      margin-right: 5%;
      padding-right: 10px;
      padding-left: 10px;
      margin-bottom: 2%;
      padding-bottom: 15px;
    h2 {
      font-style: normal;
      font-weight: 400;
      font-family: neuton-cursive;
      line-height: normal;
      text-indent: 3%;
    .sectionRight {
      margin-left: 5%;
      margin-right: 5%;
      border-top: 10px solid #143A00;
      border-bottom: 10px solid #143A00;
      background-color: #FFFFFF;
      margin-bottom: 5%;
      padding-left: 10px;
      padding-right: 10px;
      -webkit-box-shadow: 0px 0px;
      box-shadow: 0px 0px;
    header  {
      text-align: center;
      clear: both;
    body {
      background-repeat: no-repeat;
      background-position: 0% 0%;
      background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(202,211,198,1.00) 100%);
      background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(202,211,198,1.00) 100%);
      background-size: cover;
    .navHome {
      margin-right: 10px;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: 0% 22px;
      -webkit-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease;
      margin-left: 1%;
    .navRetreat {
      margin-right: 10px;
      -webkit-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease;
      margin-left: 10px;
    .navStore {
      margin-left: 10px;
      margin-right: 10px;
      -webkit-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease;
    .navCounseling {
      margin-left: 10px;
      margin-right: 10px;
      -webkit-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease;
    .navTraining {
      margin-left: 10px;
      margin-right: 10px;
      -webkit-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease;
    .navSeminars {
      margin-left: 10px;
      margin-right: 10px;
      -webkit-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease;
    .navBlog {
      margin-left: 10px;
      margin-right: 10px;
      -webkit-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease;
    .navDonations {
      margin-left: 10px;
      margin-right: 10px;
      -webkit-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease;
    .logo {
      margin-bottom: -4%;
      margin-top: 1%;
    .navHome:hover {
      color: #FD0004;
    .navRetreat:hover {
      color: #FF0004;
    .navStore:hover {
      color: #FF0004;
    .navCounseling:hover {
      color: #FF0004;
    .navTraining:hover {
      color: #FF0004;
    .navSeminars:hover {
      color: #FF0004;
    .navBlog:hover {
      color: #FF0004;
    .navDonations:hover {
      color: #FF0004;
    .AboutUsContent {
      border-top: 10px solid #143A00;
      border-bottom: 10px solid #143A00;
      margin-left: 5%;
      margin-right: 5%;
      padding-left: 5px;
      padding-right: 5px;
      background-color: #FFFFFF;
      text-indent: 3%;
      font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
      font-size: large;
      font-style: normal;
      line-height: normal;
      margin-bottom: 5%;
    .inlinetext {
      color: #0029FF;
      font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
      font-weight: bold;
      text-decoration: underline;

  • Pages 5: Spacing between bullets (not line spacing)

    How can I control the spacing between bullets?
    1. I clearly see how to control the spacing around a bullet relevant to its text. That's not what I'm referring to.
    2. I clearly see how to set line spacing. That's not what I'm referring to.
    What I'd like to do is keep a line spacing of 1.0 on the text, but add padding between list items (between bulleted content). The method in Pages '09 was to add buffer space "after the paragraph" (or before). However, in Pages 5.0 this option does not exist. Some of my bullets have enough content that wraps, which is why line spacing is not an acceptable solution.
    How can I control spacing between bulleted list items, such that each chunk of content is better separated?
    Thank you!

    Silly me. I have located it, by expanding the Spacing menu. The control I'm looking for is right there.
    I've included a screencap, in case anyone else misses the obvious like I have. Thanks for looking!

  • How do I remove extra space between paragraphs

    I'm writing a research paper, and between paragraphs an extra line of space is added.  My professor isn't happy about this.  Help me eliminate the space.

    The default after paragraph spacing in Pages is 12 points. With a 12 point font, this puts a whole line-worth of space after each paragraph return. It is very easy to change this in the text inspector.
    If you don't want to have to remember to change it each time you open a new blank word processing document, create your own template. Open the blank template & set up your document with the line spacing, margins, headers, etc. as you'd like. Redefine all of the paragraph & character styles to have your desired font. You can set default wrap for any object as well as many other settings. Insert a table, click in it & choose the font, size, color, etc. you want in the fonts panel or format bar. You can do similar changes to inserted objects & text boxes. While you're at it resize the box if you want, set the amount of extra space in the wrap inspector, etc. Delete each text box, object & table after you've set them.
    Now, save this document as a template & select that template as default in preferences. If you decide to make any changes to the template down the road, just Save As Template again with the same name & replace the previous version. All of your new documents will have these settings for inserted objects, images & tables. Unfortunately, the settings won't apply to any other templates or "foreign" documents you open with Pages.

  • Please Help!  I have been writing using - Pages - app for years.  I still can not figure out how to make single spaces between paragraphs.  Pages automatically double spaces between paragraphs.

    I have been writing on - Pages- app for several years.  Pages automatically uses double space between paragraphs. I can not figure out how to make single space between paragraphs. Tried everything.  Please help!  

    Pages User Guide >  http://manuals.info.apple.com/en_US/Pages_UserGuide.pdf
    Open the user guide then press Command + F on your keyboard.
    Type line spacing in the search field top right corner of that window.

  • How can I reduce the amount of space between paragraphs in Pages?

    How can I reduce the amount of space between paragraphs in Pages?

    Let's pretend that you told us which version of Pages you are talking about, and that you are using Pages 5:
    click in the text > Format > Spacing > click on triangle to expand options > change Before/After
    Peter

  • StarOffice 8 word spacing for paragraph line fitting

    How do I ensure that each line in a paragraph will end near the right boundary of the paragraph? In other words, how do I make the spacing between words and characters adjust dynamically to ensure the line ends in the same place?

    I haven't got the English version, but afaik this one is hidden behind "Justification" => "full" in the paragraph formatting.
    It is best to adjust your standard template.

  • Space between paragraphs

    Hello. Im writing a book, but Im having a hard time trying to figure out why the space of each paragraph is not the same. I tried using "space after" thingy from paragraph styles "indents and spacing", but it doesnt make any difference - the space between paragraphs increases, but space of each isnt same.
    As you can see from the picture, i highlightened the text to show the difference of space between every paragraph. Please help, I dont what else to do.
    Note: text is totally random, im just using it for example, its not the actual content of the book.

    Wrong alignment.
    I'm referring to the option to align the text to a baseline grid, which is one way to keep the lines level when you use multiple columns or across pages in a book. It could be set as part of a style in the Indents and Spacing section:
    or as a local override from the paragraph panel:
    Which would be used in conjuntion withthe align to grid button:

  • No Spacing Between Lines

    My new glasses have been not quite right but this problem seems to be here at the discussions only ~ for me anyway.
    There is no spacing between lines, not single spacing just jammed up under each line above when it is in the same paragraph. Very difficult to read.
    If it is at my end can someone advise me how to rectify it. If it is at Apple's end then please rectify it.

    mira --
    Glad things have settled down.
    May I make a suggestion?
    In the future, when it's only happening on one site,
    be sure to let us know that, OK? And give us the link, as well.
    Apple Discussions has been having severe problems
    for the last 2-4 weeks, and we could have told you immediately
    that the problem was here -- Not with your glasses (been there, done that !)
    and not with your Mac but here with these forums.
    Hopefully it will be squared away soon.

  • Spacing between lines - I'm an idiot

    Hello,
    I am used to Appleworks, and Pages is proving tricky for me. This is probably an idiotic question, but HOW do you set it to change from single to double or triple spacing between lines? This is my first posting, and I would be so grateful for an answer.
    Farnsworth
    Mac OS X   Mac OS X (10.4.4)  

    No, you're not an idiot. The space after lines setting is similar in AppleWorks & Pages, it's just that it's turned on by default in Pages & not in AppleWorks. In Pages go to the text inspector (the big T) & adjust the line & before/after paragraph spacing to your liking. By default, 12 point after paragraph spacing is set in the default, blank template. While you're making these changes, you might want to consider making any other settings such as font, margins, etc. & saving the document as a template you can use for your default.

  • Extra spacing between words in a line when an icon is inserted

    Why do i see extra spacing between words in a line when an icon is inserted. Can someone please help me fix this issue as this is affecting readability?

    Third option is to reference the image and show it below the paragraph.
    The size of the image is in your control and if it needs more space than the text, it is going to take it.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Space between paragraphes

    Hello,
    Long time i used InDesign CS4, and wonder if there is a solution on my question ?
    I started a digital book where I use Garamond Premier Pro Medium 14pt with an interline of 16.
    In certain conditions, i like to double "Enter" between two paragraphs, but the space is to big !
    Can i reduce the space between two paragraphs ?
    Thanks to let me know, and please, tel me how to proceed .
    Regards,
    Jean

    You don't put your mouse between two paragraphs. You select one of the paragraphs (the one above or the one below), and you use the Space Above or Space Below attribute. It's actually done very similarly in Microsoft Word.
    Here are a couple pictures. Select a paragraph. Create its attributes for font size, leading (what you call "interline"), maybe a first line indent. From the Paragraph Styles panel, choose New Paragraph Style. I called mine Body Copy.
    To add the space between paragraphs, go to the Indents and Spacing panel (on the left). Set the Space Below value as shown below:
    I'm using picas and points (default in the US), but it would be the same if you were specifying millimeters or centimeters.

Maybe you are looking for

  • Aligning and Snapping to Anchored Objects

    Is there a setting that will allow me to snap other objects to anchored object? Currently, everytime I want to align or snap to an anchored object, I have to remove the anchor, align, then re-apply the anchor. Over, and over. Why don't the snaps reco

  • Listener worked well but sql developers connection failed

    Hi all, this problem is frustrating me. I installed oracle 11g and try to connect the instance(SID: tbtest) from sql developer. But I always get error: Status: Failure-Test failed:io exception. The network adapter could not establish the connection!

  • SB0460 Code 12 & code 10 in Win 7

    &SB0460 Code 2 & code 0 in Win 7? :angry:Right getting annoyed as hell with this i have a sound blaster XtremeGamer which works fine ( apart from S.C.P).?But when i try to put my other card in my Creative Labs Sound Blaster X-Fi Platinum 7. SB0460 (6

  • IPad has locked on portrait view

    Help please. my iPad had locked in portrait mode. The rotation lock is not on. to further enhance this I cannot reset it, the iPad will not turn off and the reset option using the sleep and home button,  does not work. I did a complete rest from iTun

  • Connect home and office Macs - how?

    I have a two Mac Airport network at the office and a Mac at home; all 10.4.6. I now have a static IP addresses at each location (same ISP). I'd like to be able to log into my computer at the office (I am admin on both at the office) from home, open d