You cannot perform this action in this region of thepage.

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

  1. #1

    Default You cannot perform this action in this region of thepage.

    :o I am trying to create a text link and I get the message You cannot perform
    this action in this region of the page. other text has links and I can change
    them using the link properities box. What am I doing wrong.

    kljkljlkjlkjlkjklj Guest

  2. Similar Questions and Discussions

    1. You cannot perform this action in this region of thepage
      Recently, for no apparent reason, while updating some pages on my web site, I go to paste content from MSWord and I get a message saying, "You...
    2. ?You cannot perform this action in this region of thepage? error Contribute 2.01
      Hi Our Contribute users are working in Editable Regions on pages they have permission to edit. They get this error sometimes when they try to...
    3. You cannot perform this action in this region of
      I ran into that error message trying to add a hyperlink, and after a couple hours of troubleshooting I figured out that it was being caused by my...
    4. You cannot perform this action... CT 3.1
      Unfortunately, after using Contribute 1 and 2 happily for over 2 years, when I recently upgraded to version 3.1 I am now getting the "You cannot...
    5. PayPal You cannot perform this action... error
      I ran into that error message trying to add a hyperlink, and after a couple hours of troubleshooting I figured out that it was being caused by my...
  3. #2

    Default Re: You cannot perform this action in this region of the page.

    You're probably trying to edit a link in a template area of a page. If the
    template was built by someone else for you with Dreamweaver, contact them.


    --
    Nancy Gill
    Team Macromedia Volunteer for Dreamweaver MX/UltraDev
    [url]http://www.macromedia.com/go/team/[/url]
    Co-Author: Dreamweaver MX: Instant Troubleshooter (August, 2003)
    Technical Editor: DMX 2004: The Complete Reference, DMX 2004: A Beginner's
    Guide, Mastering Macromedia Contribute
    Technical Reviewer: Dynamic Dreamweaver MX/DMX: Advanced PHP Web Development

    "kljkljlkjlkjlkjklj" <webforumsuser@macromedia.com> wrote in message
    news:d2n36b$a38$1@forums.macromedia.com...
    > :o I am trying to create a text link and I get the message You cannot
    perform
    > this action in this region of the page. other text has links and I can
    change
    > them using the link properities box. What am I doing wrong.
    >

    Nancy Gill Guest

  4. #3

    Default Re: You cannot perform this action in this region of thepage.

    Yes, I am using a template. However, I can enlarge the table and drop an image in the expanded table and create a link for the image.
    kljkljlkjlkjlkjklj Guest

  5. #4

    Default Re: You cannot perform this action in this region of thepage.

    i had the same problem in editable HTML areas of PHP pages. never got an answer here on the forums.
    dhchung Guest

  6. #5

    Default Re: You cannot perform this action in this region of thepage.

    I ran into that error message trying to add a hyperlink, and after a couple
    hours of troubleshooting I figured out that it was being caused by my css
    stylesheet. I had a relative positioned div element nested inside an absolute
    positioned div element. I made some simple changes to the nested div
    attributes so that it didn't need to be positioned (using margins and padding,
    etc) and viola -- it works. Maybe Contribute 2.0 has problems with relative
    positioning or maybe it just has a problem when both absolute and relative are
    used together? Whatever, it works. Maybe this will help someone.

    Joeyb Guest

  7. #6

    Default Re: You cannot perform this action in this region of thepage.

    I had the problem with links on a page and it turned out to be related to a
    syntax error on the html code. Here is a sample of the code that caused the
    problem:

    <a href="page.html#anchor1#anchor2">Link Text</a>

    Notice the extra anchor in the code. Once I removed it under Dreamweaver, I
    was able to edit the link under contribute.


    seshelby Guest

  8. #7

    Default Re: You cannot perform this action in this region of thepage.

    I ran across a similar problem in Contribute 3.1 when trying to create a link
    to an anchored part of the page: [url]http://www.fbi.gov/ucr/ucr.htm#cius[/url]. For some
    reason, the anchor tag part of the URL was duplicated, and the link turned out
    as [url]http://www.fbi.gov/ucr/ucr.htm#cius#cius[/url]. Then I could not edit the link
    text. I tried to edit and delete, but kept getting the message "You cannot
    perform this action in this region of the page."

    What I wound up doing was pasting the URL in as
    "http://www.fbi.gov/ucr/ucr.htm" and then choosing "cius" from the Section
    Anchor pulldown in the Link dialog box. The link was what is should be and I
    was able to edit the link text.

    pamelina82 Guest

  9. #8

    Default Re: You cannot perform this action in this region of thepage.

    I ran across the same problem in Contribute 3.1 when trying to create a link to
    a named anchor. It appears that if you paste a URL that includes an anchor
    (i.e. [url]http://www.domain.com/index.asp#example[/url]) in the text box below "Web
    address (URL)" (or "Browse" to a URL with an anchor) and click the "OK" button
    Contribute creates the link with a duplicate anchor name (i.e.
    [url]http://www.domain.com/index.asp#example#example[/url]). Then you are unable to select
    or edit the link. :( Is this a bug?

    However, if you paste a URL, that includes an anchor, into the text box next
    to "HREF" and click "OK" it creates the link with the anchor correctly and you
    are able to edit the link.:)

    tj@cde Guest

  10. #9

    Default Re: You cannot perform this action in this region of thepage.

    Work Around:

    While setting a link, "Browse" to or paste in a URL in the text box next to
    "Web address (URL)". Then type the "#anchorname" (or choose from the drop down
    list) at the end of the URL in the text box next to "HREF" and click "OK" it
    creates the link with the anchor correctly and you are able to edit the link.
    NOTE: Do not type the "#anchorname" directly next to the URL located in the
    text box below "Web address (URL)".


    tj@cde 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