Adobe CS5 adding extra code to an uneditable section of the page?

I have a website that was created in Dreamweaver and has editable regions set for other people to manage the content using Contribute. The main author of the website is using Contribute CS5, and it is adding extra code to an uneditable region of the page (as defined in the template), which messes up the layout of the header and footer. Can anyone help me figure out why this is happening and how to fix it?
I have edited the page successfully through my version of Contribute, which is 6.5--it does not add that extra junk into the code.
The solution, might be to move my user over to 6.5, but I want to find out why it is happening, before we spend any additional money on the program.

What's the code?

Similar Messages

  • Issues with Robo Help adding extra code

    I am currently using RoboHelp 10 version 10.0.1.292
    I am trying to write the code and then input into Robo help for future editing. I am new to HTML and RoboHelp as well.
    The issue is when I add the code like so below it comes out with an added  <p>&#160;</p> in robohelp code and causes the Iframe to not work for one of the drop down menus. Is it possible to disable this feature adding this in or a way to get the Iframe to still work? In screen shot is what the problem is the info highlighted after the Account portion.
    My Code Below
    <body>
        <header>
            <span id="pagetitle">Account</span>
            <div id="container-pageselect">
                <iframe src="Menu/MainMenu.html"></iframe>
            </div>
        </header>
            <div id="content">
            <div class="content-wrapper">
                <div id="help-content">
    Robo Helps Output
    <body>
    <header> <span id="pagetitle">Account</span>
    <div id="container-pageselect">
      <iframe src="Menu/MainMenu.html">
      <p>&#160;</p>
      </iframe>
    </div>
    </header>
    <div id="content">
      <div class="content-wrapper">
      <div id="help-content">

    RoboHelp is not an HTML editor in the same way as say Dreamweaver. The editor can add processing instructions that tell Rh how to create the output files but those PIs do not get into the help. HTML editors in the general sense have the same code in the source and the output.
    That is one reason the editor is different. It also assumes that the majority of users will not have the same HTML skills as someone using say Dreamweaver and it is designed to make some corrections automatically. Sometimes though the result of that is Rh makes changes you don't want.
    I'm wondering why you are coding in a text editor though when Rh is designed to write the code for you.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • RE: [Adobe Reader] when i open pdf file it open all the pages but some pages give error massage (there was error processing a page,there was a problem reading this document 110) but if i open this page which give me error with google chrome it's work ? i

    HelloThank's for your helpsI hope this document is helpfulBest Regards,
    Date: Sun, 22 Jun 2014 17:10:17 -0700
    From: [email protected]
    To: [email protected]
    Subject:  when i open pdf file it open all the pages but some pages give error massage (there was error processing a page,there was a problem reading this document 110) but if i open this page which give me error with google chrome it's work ? if you can help me th
        when i open pdf file it open all the pages but some pages give error massage (there was error processing a page,there was a problem reading this document 110) but if i open this page which give me error with google chrome it's work ? if you can help m
        created by Anoop9178 in Adobe Reader - View the full discussion
    Hi,
    Would it be possible for you to share the document?
    Regards,
    Anoop
         Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at https://forums.adobe.com/message/6485431#6485431
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page:
         To unsubscribe from this thread, please visit the message page at . In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Adobe Reader by email or at Adobe Community
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/thread/416458?tstart=0.

    thank's for reply and your help
    i did the step's that you told me but  i still have the same problem
                                     i have the latest v.11.0.7
    i
    i disable the protected mode

  • Jsp code doesnt run if redirected to the page

    When I see page.jsp for the first time, the jsp code in it executes, but when I revisit thet page, the jsp code doesn?t.
    The jsp code writes a number, and that number is shown. the first time I get a number 1, and the second I should get a number 2. but I?m getting a number 1 all the time. If I reload the page, then I get a number 2.
    Is like I?m getting the local cache html version of the page.
    I think it has to do with the way I get to the page. I get to the page using:
      response.sendRedirect("page.jsp");from another jsp page, or
      getAppletContext().showDocument("blablabla/page.jsp");from an applet.

    The browser is probably cahcing the page and not sending the request to get an updated page.
    Either set you browser settings or add this to the top of the jsp:
    <% response.setHeader("Pragma", "no-cache");
       response.setHeader("Cache-Control", "no-cache");
       response.setDateHeader("Expires", 0); %>

  • How do I get rid of the extra table of contents that appears following the Pages export to epub?

    When I export my document to epub out of Pages and then open it in ibooks (or any other ereader for that matter)  an extra table of contents with links to the document sections appears at the beginning. This toc has its own numbering system--with its numbers set in front of those I have assigned. This toc is ugly and superfluous and doesn't seem to have anything to do with the table of contents available in the dropdown menu used while actually reading the document. How do I get rid of this extra table of contents? I'm sure I must be missing something obvious, but I can't find a way to remove it. Thanks for any help with this problem.

    Answer available from TomV256: https://discussions.apple.com/thread/5486013?start=15&tstart=0

  • Extracting the largest code from a specific section in the report

    Post Author: MikeA-ICE
    CA Forum: General
    I have a report that has 8 sections, called Report Areas. Each area is limited by a range of codes (Group1). For the whole report the codes range from 01 to 93. There is one particular area in the report, Area 2, that spans 01 to 29. I need to extract the largest code from Area 2 but I never know from one time to the next when running the report what codes will be included. There could be any number of codes in a particular run of the report. I could have 1, 3,4,5, 7, 11, & 16 one time and 1, 2, 3, 8, 9, 12, 21, 23, and 28 the next. I tried this formula:If {CBIRptTotalSummary.ReportArea} = 2ThenNthLargest (1, {CBIRptTotalSummary.Group1})This consistently printed 93 in Area 2 of the report since 93 is the largest code of Group1 in the report. I've tried numerous other formulas and I can't get Crystal to look only at the groups contained in Area 2 and tell me what the largest group is in that area. How would I accomplish this? Thanks  very much for your help!!Mike

    Post Author: Jagan
    CA Forum: General
    Do you group on ReportArea?If so, it's the maximum(Group1, ReportArea)

  • Installing adobe CS5 Fireworks, Exit Code 7?

    Hi there,
    So I just recently tried to open my copy of Fireworks (never used it before) and it gave me an error saying something about the parameters not working, so I decided to install and reinstall.  Unluckily, my computer is now giving me the error that says the following:
    Exit Code: 7
    -------------------------------------- Summary --------------------------------------
    - 1 fatal error(s), 3 error(s), 6 warning(s)
    WARNING: Warning: {4687A306-D716-4D7A-B0AA-EAB65D17F149} Adobe Player for Embedding will not be repaired, due to updated patch of STI and one of the top level payload is being installed.
    WARNING: Warning: {02731921-5711-4E7A-A898-D6BCF0F2A1CD} Adobe CSXS Infrastructure CS5 will not be repaired, due to updated patch of STI and one of the top level payload is being installed.
    WARNING: Warning: {E4E188D2-27D5-4E4C-92CE-87F9D24AD2F6} Adobe Extension Manager CS5 will not be repaired, due to updated patch of STI and one of the top level payload is being installed.
    WARNING: Warning: {6A2E619B-E4AC-433B-A648-D458CE543A96} Adobe XMP Panels CS5 will not be repaired, due to updated patch of STI and one of the top level payload is being installed.
    WARNING: Warning: {6E505C8F-2896-11DF-9B64-0013724DD917} DeviceCentral will not be repaired, due to updated patch of STI and one of the top level payload is being installed.
    WARNING: Warning: {3E7A8DA8-0298-42F2-B927-4DB00E2F8FEE} DeviceCentral_DeviceCentral3LP-en_US will not be repaired, due to updated patch of STI and one of the top level payload is being installed.
    ERROR: Found payload conflicts and errors:
    ERROR:  - Adobe Flash Catalyst CS5 depends on Flash Player to be installed.
    ERROR:  - Adobe Flash CS5 depends on Flash Player to be installed.
    FATAL ERROR: Conflicts were found in the selected payloads. Halting installation.
    I have no idea what any of this means and I'm hoping you do.  Adobe help desk doesn't offer support anymore.
    I bought this as a student license back in 2010.
    Please help!

    Errors "Exit Code: 6," "Exit Code: 7" | CS5, CS5.5
    Mylenium

  • Dreamweaver adding extra code (or breaking existing code) with simple change?

    Hi there!
    We're using the following template: http://www.wiseguys-themes.com/kenway/light/index.html
    And whenever we make a change in DW and save it, we get errors. The template previews fine before any changes. Even a change as simple as the page title is causing errors. Why is this happening?
    Any help is GREATLY appreciate. We're against a deadline and struggling to find the problem.

    I should preface its only happening in IE8, and this template is for IE8+. It seems to working now on the server (link below), but why would it preview fine before changes, and then get scripting errors after one?
    http://hollandphysicians.com/light/

  • Why the extra space after an h3 title on the page?

    I am somewhat a newbie and I am working on a webpage for a
    lady. She wants me to remove the extra space below the title and I
    have it set as an h3 tag. The title is at the top, "eMarketing -
    Standing out in the In-Box"... and then there is this big space
    below it. Why? I have the title set as h3 and the rest as a
    paragraph. This is in a table so the h3 tag is on one row and
    immediately to the next row is the paragraph tag. How can I remove
    this extra space to bring the content up underneath the title?
    My test site of this page is at:
    http://www.dazzlewebstudio.com/testing/falkenstein/special/index_NEW.html
    Please help.
    CK

    Use CSS to control the top/bottom margins on the <h3>
    tag?
    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
    ==================
    "computerkitten" <[email protected]> wrote
    in message
    news:g6gdoa$dea$[email protected]..
    >I am somewhat a newbie and I am working on a webpage for
    a lady. She wants
    >me
    > to remove the extra space below the title and I have it
    set as an h3 tag.
    > The
    > title is at the top, "eMarketing - Standing out in the
    In-Box"... and then
    > there is this big space below it. Why? I have the title
    set as h3 and
    > the
    > rest as a paragraph. This is in a table so the h3 tag is
    on one row and
    > immediately to the next row is the paragraph tag. How
    can I remove this
    > extra
    > space to bring the content up underneath the title?
    >
    > My test site of this page is at:
    >
    >
    http://www.dazzlewebstudio.com/testing/falkenstein/special/index_NEW.html
    >
    > Please help.
    > CK
    >

  • Reinstall Adobe CS5.5 without CD

    Hello,
    My MacBook Pro is broken. After it's fixed I will lose my licenced Adobe CS5.5.
    I am not able to get the original CD back to reinstall again, so what can I do to keep my licenced programs?
    How can I reinstall it without the original CD? With a serial code?
    Please help me with this. I need to work so I need Adobe again
    Greetings,
    Carlinsky

    Thank you very much for your quick response.
    Just one other question (or two): When I bought Adobe CS5.5, it said I could use it on max. 5 computers. With the same serial code as I used until today, I can still use the same licence?
    Can I do this on another Mac of mine? Or only on the laptop I used before?
    And: Where can I find the serial code? Is it one particular code or special code per program?

  • BB adding extra periods & spaces

    For about a week my phone has been adding extra periods and spaces when I press the space bar. This has been happening with SMS, MMS and email. I knw about that short-cut (press the space bar twice to enter periods) but its doing that after almost every word. I have changed the sensitivity to the lowest setting possible but it continues to do it, even when i text slow. Not sure as to what I should do.
    Any advice or suggestions would be great!
    Thanks.

    hasankailani wrote:
    Hi,
    I have a different problem but would like to know how to undo an update
    Thanks
    Hello.
    If you have a different problem, then please don't post to this thread. Creat your own and you will have much better visibility. Also, be sure to provide more details...your post doesn't say much. For instance, update what? Your BB? Your carrier package? Your device OS? Your DTM software?
    Good luck.
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • ITunes added extra time to a track

    iTunes added extra time to a track after transferring the song from my computer.  What do I do to to transfer the song correctly and remove the extra (several minutes) of dead air that iTunes added to the end of the track?

    Well....
    First of all, let me confirm exactly what you are doing.
    I notice you say iTunes is not recognising the change. So when you play the song in iTunes, it does not stop at the new time you've entered, is this correct? Or
    is it playing okay in iTunes, but not on your iPod? If this is what's happening, you have Synced your iPod after the change, haven't you? (Any changes you make in iTunes while the iPod is connected to iTunes will almost certainly not be activated on the iPod until you do another Sync.)
    (If you manually manage the music on your iPod, you will need to remove the track from the iPod and then put it back on again. Putting it back on should cause the newly revised stop time to be on your iPod.)
    So if your stop time is shown (in iTunes) as 2:52, but the track is not stopping at that time - in iTunes - then I suggest you do a repair of iTunes. To repair iTunes, download iTunes and go through the instal procedure. (Do not delete or remove the existing iTunes.) Once the instal procedure sees the existing iTunes, you should see an option to either repair or start new, choose the repair option.
    I've had to use the repair iTunes option myself, a few weeks ago, and it fixed the issue I was having. Can't remember what the issue was though!
    Finally, if the track plays okay in iTunes but not on the iPod after a new Sync, the only thing I can suggest is a Restore of your iPod. This will remove everything from the iPod and the next Sync put back what it finds in your library. If you manually manage, you will need to put everything back on yourself.

  • VPP needs an extra code with Configurator?

    I've got a question about configurator and VPP codes. The help file for Configurator says you import an app and then import the spreadsheet of codes to authorize the apps.
    So I purchased 32 copies of an app for the 32 ipads in our cart.
    I went into iTunes and redeemed 1 of the codes so that I could download the app.
    I imported this app into Configurator.
    I sync'd with the 32 iPads.
    Configurator says I'm short 1 code, I assume since I used 1 to download the app.
    So how am I supposed to download the app without using one of the codes or buying an extra copy of the app? It's not a big deal for a .49 app, but if I was spending 9.99 on each app, I don't want to have to buy an extra code just so I can get the app to download. Do I have to redeem in the AppStore on an iPad instead of in iTunes?
    Has anyone else tried this and had this problem?
    Thanks for any suggestions

    I have also run in to this problem.  Considering how large the denominations are of Volume Vouchers, it's unacceptable to think that we should have to purchase one extra of each paid App we'd like.
    I also have run in to a corresponding issue with this.  After I imported my codes and synced up 4 of my 5 iPads, like you said, all 5 of my codes were used because of the one taken by iTunes.  After reading the Configurator instructions, I tried to delete the App from Configurator, re-add it, and re-import my code spreadsheet.  Now for all 5 codes it says "This code has been redeemed" and will not even let me reinstall it on an iPad it was previously "redeemed" on through Configurator.  If I run the 4 iPads that I've already prepared and supervised with Configurator back through, I'll lose this paid App entirely.  Considering it's a $20 App and I'm out $100 total, using Configurator with any paid Apps appears far too risky.  Is there no better way to manage Paid App redemption codes?  Am I missing something?

  • Powerbook G4 - system 10.5.8 why won't it support Adobe CS5.5?

    I know my laptop is a few years old now, but I have upgraded it to system 10.5.8. I just bought Adobe CS5.5 as I needed it for class and the website stated it needed system 10.5.8 (which I have). Now that I've gone to load the programs it's now saying that it 'doesn't support the architecture'?? WHY??? Adobe state it needed 10.5.8 and that's what I have on my laptop. Does anyone have any ideas why this is happening? The processor is PowerPC G4 (1.1). It recommends 1 gig of ram and I only have 512 but surely it doesn't need a gig to load (I was just going to use one program at once or upgrade the ram later).
    I appreciate anyone who can shed some light for me on this!

    It appears the key point in Adobe's system requirements is that a Mac must have an Intel multicore processor, running on 10.5.8 and 1GB of RAM, among other requirements. Sorry, Adobe no longer supports the Power PC architecture, even if running OS10.5.8.

  • DreamWeaver CS5 Crashes In Code View

    So, I've upgraded from CS4 to CS5, and everything was working fine for a month, but yesterday DW5 seems to be crashing evertime I click on a specific ASP page, in code view, and more specifically in the vbscript section of that page. I can be anywhere else on that page, but if I click in or cursor into the vbscript section, instacrash.
    I can open other asp pages in the site, and some don't crash it, but this one particular page is a guaranteed full crash when I click anywhere in the vbscript section of the page.
    Config is DW CS5, WIn 7 x64, 6GB RAM, everything fully patched and updated, both OS and CS5 apps.
    I have four minidumps already from today. Productive work is impossible. Any solutions?

    Did you ever figure out the answer to this problem? I'm having a similar problem where if I try to edit ANY code in dreamweaver, it crashes.
    Example of code
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Untitled Document</title>
    </head>
    <body>
    </body>
    </html>
    See what I mean by any code? Even a fresh bare bones HTML doc crashes when trying to edit in any way, letter, space, del, backspace, etc.

Maybe you are looking for

  • How to download a file from server machine to client machine using jsp

    Hi, In my application, I have an excel file stored on my server machine. How can I download that excel file on to my client machine using jsp. Is there any other way I can open that file from my machine and save it in my machine using jsp/java? Its a

  • Goods Receipt without Costs

    Dear Expers, A colleague of mine has done Good Receipt without cost  when I go in Inventory posting the G/L Acct is missing because of this. How Can I rectify this... I have tried doing stock revaluation but its giving  BK-PLEASE ENTER A PROFIT CENTE

  • Reading a series of number

    is there a method in the library that reads a series of number separated by spaces and put them into an array?

  • What is the Differences between Caingorm2 and Parsley(Caingorm3) ? Very Urgent ...plz help me out..

    Hi all,         I am familier with caingorm 2 , and i am new to parsley , can any one give  differences between caingorm2 and parsley(caingorm3) ? and also please 1)how to create a BeanConfig.mxml configuration  file in parsly ? how many ways we can

  • CF MX 7.02 Slow session Start up

    I am writting an application and I am having a very strange issue that I have never seen before. When a new session is created, it takes exactly 12 seconds (sometimes 11.999 seconds) to run the page. After the session has started everything works as