Paragrpah spacing problem

Ask a Question related to Macromedia Contribute General Discussion, Design and Development.

  1. #1

    Default Paragrpah spacing problem

    Why Sometimes I have spaces between paragraphs then when I publish the page the spaces go away eventhough my draft has spaces.

    Please help.

    Randini
    randyvild Guest

  2. Similar Questions and Discussions

    1. Spacing problem when creating text controls
      We have an application where we are using create child to add text controls (and other controls) to a container that is not the currently visible...
    2. Paragraph spacing problem
      Why Sometimes when I make a text page with paragraphs with spaces that after publishing some of the spaces are not showing on the web? On the...
    3. Letter spacing problem with OpenType font
      Hi, I cannot increase the space between letters in a sentence properly. I'm using the "Cronos Pro Light Display" OpenType font by Adobe, this is...
    4. Character Spacing Problem in AS2
      Hi all~ Is there any ways to set the character spacing of a text field in AS2.0? Any suggestions are welcome. Thank you.
    5. strange spacing problem
      Hi, On several of the pages on my site, I have a column of buttons each separated by a line one pixel in height. To the right, there are several...
  3. #2

    Default Re: Paragrpah spacing problem

    Someone else has to have this problem...please a SOLUTION.

    Thank you,
    Randy
    randyvild Guest

  4. #3

    Default Re: Paragrpah spacing problem

    Sounds like your Contribute is set up to render single line breaks. What browser are you viewing your pages in, and are you the web site administrator?
    mzanime.com Guest

  5. #4

    Default Re: Paragrpah spacing problem

    Yes, you can change the paragraph rendering behavior to be either like Word (singe line break) or like Dreamweaver (double line break)... you set this when you administer the site.
    deeje Guest

  6. #5

    Default Re: Paragrpah spacing problem

    How does one set the line spacing (rendering) in between paragraphs for Word or
    Dreamweaver-like formats? I'm the admin for my own site. Interestingly, only
    one paragraph is giving me problems. It shows a single space between it and the
    second paragraph while the others have double spacing between them. They show
    up fine in draft mode but when I send it for review, I then see the discrepancy.

    By the way, I'm on a Mac using Safar.

    Joe

    J4net Guest

  7. #6

    Default Re: Paragrpah spacing problem

    The answer lies in code my friend. The only way to solve an issue like that is by looking at the pages code.
    mzanime.com Guest

  8. #7

    Default Re: Paragrpah spacing problem

    Pages code? That already sounds a bit on the technical side. I may be the
    admin, but i"m no "techie." :) Where do I find the pages code and what am I
    looking for? I was under the impression that all this would be fixed when I set
    a preference (in Admin settings) for formatting like Word instead of
    Dreamweaver. So far, I can't tell that it did anything differently.

    J4net Guest

  9. #8

    Default Re: Paragrpah spacing problem

    I am having this problem as well and would appreicate some assistance.

    It's inconsistent as to when it shows up. Sometimes it's seen in both IE and
    firefox, others times just one or the other. It can be fine on parts of the
    page, or totally off for the entire document. My admin person has not been
    able to determine what the problem is.

    Barbara

    bcnp Guest

  10. #9

    Default Re: Paragrpah spacing problem

    Im using the popular Microsoft Explorer and I am the administrator.

    Thanks,
    Randy
    randyvild Guest

  11. #10

    Default Re: Paragrpah spacing problem

    J4net, you want to open the file inside of notepad, and your looking for a bit
    of code that looks something like this:

    <p style="margin-top:0; margin-bottom:0;">

    Change that tag to this:

    <p>

    And now its a regular paragraph. Contribute won't automatically change single
    line paragraphics back to (normal) double line ones.

    mzanime.com Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139