Unwanted margin tags

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

  1. #1

    Default Unwanted margin tags

    A client of mine has been cut/pasting text into Dreamweaver templates I've
    built using Contribute. The text comes in with additional "margin" tags which
    bugger up my CSS styles and the paragraph spacing.

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

    Has anyone encountered this prob? I got them to try a raw text file instead of
    cutting from Word, but with the same results. I wondered maybe they should
    import rather than cut/paste?

    Any ideas/suggestions would be appreciated as I can't fix their site forever :(

    DG

    designgoblin Guest

  2. Similar Questions and Discussions

    1. Removing unwanted html tags
      Guys I have a list of links that I have parsed using regexp. However when I output them, some of them have html tags still attached as well as the...
    2. Unwanted margin-top and margin-bottom styles
      Editing a template-based page in Contribute CS3, there is no List Properties option (Help file says "Note: This option is not available for...
    3. Contribute inserts unwanted font tags
      I was told in a demo of the WPS that we can import from MS Word without any of the fonts coming over, so I know this can be done. Can anyone from...
    4. How to treat template tags as comment tags?
      Hi all, I am using DW MX to edit templates for a FreeMarker application. The template tag fromat is like so: <ul> <#list birds as bird>...
    5. Using ParseChildren attribute to load child tags - VS removes tags
      I am building a poll control, nested in the tag I have child tags to setup the poll options. Everything works fine, but when I edit a property in...
  3. #2

    Default Re: Unwanted margin tags

    Try going under the following in Contribute:

    Administer Sites>Choose a Role>Edit Roles and Settings> Editing> then choose "Two Lines as in web page editors"
    dpstudio Guest

  4. #3

    Default Re: Unwanted margin tags

    I found the solution. It's a preference you set in Contribute when
    administering a site: Edit>Administer Web Sites, select the site name and enter
    un/pass. In the groups dialog, you can select paragraph spacing (which I think
    also appears when you first set up a site in Contribute) From here you can
    select one-line or two-line spacing. One line is described as "word " style
    editing, the other as "dreamweaver" style. It's the first option that adds the
    additional tags to remove standard <p> paragraph spacing. If you want to
    control the spacing with a custom style, which i do, then the dreamweaver
    option is needed so the <p> tags are clean. :)

    designgoblin 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