Characters at top of home page when published

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

  1. #1

    Default Characters at top of home page when published

    Using Contribute4. When I publish the home page, there are characters at the
    very top of screen that don't appear in edit mode.
    Seems to have moved the border of the page down one line which makes room for
    them as well. Contribute won't display these
    characters in edit mode, only after published? Have tried scrolling through
    the borders to try to remove, but no luck.
    Home page is html, all other pages are htm. All pages in site have templates
    in edit mode except home page.
    Website is: Hypressure.net You can see the characters at top of
    home page when viewing.
    Any help would be greatly appreciated.
    Kurtis

    Hypressure Guest

  2. Similar Questions and Discussions

    1. Published page different than edited draft
      OK, this one is very interesting! I've edited the page, it looks great in draft form. I publish it and suddenly one of the edited parts has a...
    2. how to change page title once published?
      I would like to change the title of this page (from "techsupport_gis" to something else) without creating a replica of this page and resaving it as...
    3. contribute quits when new page published
      I am working on a Mac OSX and find a number of glitches with Contribute but most annoyingly every time I go to publish a page under actions the whole...
    4. Can you rename a page once it is published?
      Can you rename a page once it is published in Contribute? At least I could create a new page based on that page then possibly delete the page -...
    5. Editing any page for review loads home page
      :confused; One workstation somehow always jumps to the home page of our intranet whenever ANY page sent for review is attempted 2 b opened for...
  3. #2

    Default Re: Characters at top of home page when published

    Hello Hypressure,

    This is due to invalid coding in your page. This will need to be fixed
    manually, not via Contribute. You can use Dreamweaver or a simple text editor.
    Search for the following text in the source:

    [Q]</script>
    N N
    </head>
    </html>
    n[/Q]

    That </html> tag should be the very last line in the page, yet it is before
    the majorty of the page contents. I suspect you would be able to get away with
    simply replacing the above code with this:

    [Q]</script>
    </head>
    [/Q]

    Bobby W - Adobe TS 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