stray text letters in header

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

  1. #1

    Default stray text letters in header

    How do I prevent this from happening? Users edit documents and letters appear
    in header of the document, inside the editable areas (i.e. between the <!--
    InstanceBeginEditable name="head" --> and <!-- InstanceEndEditable -->
    tags, but NOT in locations that should be accessible by Contribute. For
    example, a "b" will appear between style tags (see the "b" in the code pasted
    below)

    <style type="text/css">
    <!--
    .style25 {font-size: 11px}
    -->
    </style>


    b


    <style type="text/css">
    <!--
    .style36 {color: #99FF33}
    -->
    </style>


    Additional note:
    creating a duplicate of the file with Dreamweaver and saving back to server
    removes the stray letter

    Another note:
    This only happens when users have edited the documents in Contribute. They
    cannot see the letters in Contribute -- only after they have published and
    preview in a web browser.


    aliencosmo Guest

  2. Similar Questions and Discussions

    1. how to get header text of AdvancedDataGridColumnGroup onclick?
      Hi am using AdvancedDataGrid to present data.. Here am facing some problem with AdvancedDataGridColumnGroup.. Requirement is something like...
    2. Datagrid Header Disappearing Text
      When my stand alone flash app is being resized, the two datagrids' header texts disappears and reappears. I've changed fonts, embedded fonts,...
    3. Get Header Text
      Hello, I am trying to get the header text of the datagrid in the ItemDataBound event, but it returns an empty string. Here is what I did:...
    4. header() and text export to file
      I have the following code in a php page to export some data to a text file. problem is that I get the "test text" and all of the page html code in...
    5. Image in header column (not replacing column header text)
      I have a sortable (asc/desc) datagrid and would like to add a small arrow icon (down/up) next to the column header text to improve the UI. Is this...
  3. #2

    Default Re: stray text letters in header

    Do you have something funky going on with your editable regions? Inside
    Dreamweaver, check template syntax. Also make sure the template files on the
    Contribute server are the newest, or problemless copies.

    Contribute should allow them to add meta tags (description, keywords) into the
    "head" header editable region, but nothing else.

    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