stop users creating tables

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

  1. #1

    Default stop users creating tables

    is there any way to stop users from editing tables and creating new tables without editing the files, and setting them in user roles?
    B21playa Guest

  2. Similar Questions and Discussions

    1. How do I stop users from showing an optional region?
      I have an optional region in my template that shows a landing page banner. I can turn it on and off in the template properties box. Is there a way...
    2. My navagation bar is creating new windows. Cannot figure how to stop it
      Cannot figure how to stop my navigation bar form creating new windows when they are clicked.
    3. stop users creating new pages??
      How can i stop users creatng new pages. I only want to give them access of editing current pages created by myself
    4. Stop tables from moving around
      Hi I am a 3D designer and i do not know much about dreamweaver's tricks. I am building a new portfolio because i need to get a new job, my contract...
    5. Stop Dissconnecting Live Users
      Flash Com is dosconnecting/bumping off users in my chat. The server is running fine and has pleanty of resources yet people get disconnected all...
  3. #2

    Default Re: stop users creating tables

    Hi,

    Yes, you can stop users from creating new tables in a new page by allowing
    text editing and formatting only. This can be done by going to Administer
    website dialog -> Editing option and then clicking the only allow text editing
    and formatting radio button only. However, if there is any table in a page and
    then the user with text editing permission can edit the contents of the table
    but cannot add any more columns or rows in the table.

    Hope this helps

    Sritama Guest

  4. #3

    Default Re: stop users creating tables

    Originally posted by: Sritama
    Hi,

    Yes, you can stop users from creating new tables in a new page by allowing
    text editing and formatting only. This can be done by going to Administer
    website dialog -> Editing option and then clicking the only allow text editing
    and formatting radio button only. However, if there is any table in a page and
    then the user with text editing permission can edit the contents of the table
    but cannot add any more columns or rows in the table.

    Hope this helps

    does that mean they cant edit tables in old pages either?


    B21playa Guest

  5. #4

    Default Re: stop users creating tables

    As an alternative:

    #content table
    {
    display:none!important;
    }
    VVebbie Guest

  6. #5

    Default Re: stop users creating tables

    From my experience that is correct. If you change the allowances to "only allow
    text editing and formatting," users will not be able to add rown or colums to
    existing tables in the document. I had to change my allowances to permit this,
    and I am struggling with an easy way to make user created tables conform with
    the formtting scheme we have for the tables in our site.

    RoseyGren 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