Erroneous code added to page

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

  1. #1

    Default Erroneous code added to page

    Hi

    I wonder if anyone here can help. I keep getting this code added to my page:

    <p style="margin-bottom: 0;">&nbsp;</p>

    whenever one of my users inserts a paragraph break?

    Another small problem I have is that the 'italics' and 'bold' formatting
    possibilities are not available to my users - I set up their accounts to allow
    this?

    I would appreciate any help!

    elearnboy Guest

  2. Similar Questions and Discussions

    1. Passing code/data from code-behind to ASPX page
      I have the following code in my code-behind file: DataGrid MAPPsDataGrid = (DataGrid)((((((Repeater) sender).Parent).Parent).Parent).Parent); ...
    2. Postback for DataGrid Columns Added in Code Behind not firing.
      I am trying to build a web custom control that displays a datagrid, so first off I have no designer where I can drag and drop a datagrid and then...
    3. PHPMyAdmin slashes added to code
      Hi, Somebody suggested that I should look at the magic slashes option in the php.ini but I don't know what settings should be on and what should...
    4. Fitting the asp code in a page inside the asp code in a template
      I'm adding code in a template which connects to the only database and also closes the connection. Every page in the site uses the template and...
    5. Security problem with Managed Code calling Unmanaged Code in a Web Page
      Hello, I have a web page which contains an ActiveX control (unmanaged) and a Windows Forms User Control (managed). Both reside on a web page and...
  3. #2

    Default Re: Erroneous code added to page

    Hi,

    Please administer the website and edit the role settings for the required
    user. Once the role settings is launched, browse to the styles and formatting
    tab and specify all the required settings for the users. Here you will find the
    setting to allow the user to use bold, italic, etc.

    Hope this helps
    sudharshan

    Sudharshan.S Guest

  4. #3

    Default Re: Erroneous code added to page

    For those styled paragraphs, tell your admin to look in the Help for a topic
    called "Setting the Editing options in the Role Settings dialog box" and there
    you will learn about the two possible settings for how to treat a newline.

    If this Editing option ("Paragraph spacing") is set to "One line, as in
    standard word processors" then a newline will simply take your cursor to the
    next line -- the trouble is that it does this by creating a paragraph with the
    inline style that you're seeing. If the role is configured it is set to "Two
    lines, as in web page editors" then each time you type in a newline, you will
    start a new paragraph, which will typically have an empty line before/after it.


    bobolech 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