Can't restrict Contribute from modifying anything and everything

I am hand coding a website for a client. I don't use
Dreamweaver. The client wants to be able to modify text content on
the home page and a few other pages. Contribute seems like the
perfect choice. The content on the home page that the client wants
to modify is contained in the cell of a table. Based on what I
understood from a previous job, I thought I could make this happen
by encasing the modifiable text with the following tags: <!--
InstanceBeginEditable name="title" --> modifiable content
<!-- InstanceEndEditable -->. The problem is that Contribute
allows me to edit any part of the page including the table cell
widths and heights.
Even more alarming is that I can use Contribute to edit any
web page on the site even though there are no Dreamweaver or
Contribute tags to allow that to happen. How do I restrict
Contribute to edit only the areas where I want to allow editing? Am
I using the wrong Dreamweaver tags? How can Contribute modify pages
where it has no tags allowing it to do so?
Thanks to anyone who can shed light on this.

Maybe this will help you.
The basic template code in Dreamweaver 8 looks like this:
<!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" />
<!-- TemplateBeginEditable name="doctitle" -->
<title>Untitled Document</title>
<!-- TemplateEndEditable -->
<!-- TemplateBeginEditable name="head" -->
<!-- TemplateEndEditable -->
</head>
<body>
<!-- TemplateBeginEditable name="EditRegion3"
-->EditRegion3<!-- TemplateEndEditable -->
</body>
</html>
When you create a page from a template in Dreamweaver 8 it
looks like this:
<!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"><!--
InstanceBegin template="/Templates/template2.dwt"
codeOutsideHTMLIsLocked="false" -->
<head>
<meta http-equiv="Content-Type" content="text/html;
charset=utf-8" />
<!-- InstanceBeginEditable name="doctitle" -->
<title>Untitled Document</title>
<!-- InstanceEndEditable -->
<!-- InstanceBeginEditable name="head" -->
<!-- InstanceEndEditable -->
</head>
<body>
<!-- InstanceBeginEditable name="EditRegion3"
-->EditRegion3<!-- InstanceEndEditable -->
</body>
<!-- InstanceEnd --></html>

Similar Messages

  • My gf is one of those ppl with the horrible habbit of downloading anything and everything the internet tells her she needs how can i use FF to better protect her from the various virus she downloads on a regular basise

    as i write this i have just restored my gf's computer back to default factory setings and cleaned the HD she has a horrible habbit of downloading anything and everything something tells her to download it her most recent actions caused her to dl a virus along with a prog called "flv tube" ive never heard of it but in less then 5 mins on google i found it to be common with viruses how can i use FF to prevent and or stop her from downloading all this crap so im not always having to fix it for her

    Public Fox: https://addons.mozilla.org/firefox/addon/3911
    Be aware that an extension can easily be bypassed by starting Firefox in [[Safe mode]] or by using the portable Firefox version.

  • How to restrict users from printing documents and exporting to local file

    Hi SAP gurus,
    I have two questions.
    1. How can I restrict users from printing a document? i.e. billdoc? I would like to know if I could block it though authorization. If yes, what auth obj to use?
    2. How to restrict certain users from exporting to local file? the System> List>Save-->Local File. I have tried restricting it using auth object S_GUI but it seems it is only applicable to older versions of SAP. im on ecc6.
    Thank you in advance.

    Hi,
    Check this:
    Create your own gui status and attach it to the list in the event START-OF-SELECTION.
    In the menu painter extra -> adjust template.
    Make it a list status and you will see all the standard list options appear including list->download
    Deactivate the ones you don't want. 
    If you just want to prevent users from downloading the list you can achieve this with authorization object S_GUI, activity 61. Menu option will still be there though.
    Please note that if you remove authorisation for S_GUI activity 61 then all downloads will not be possible. 
    If you just want to disable downloads only for a particular report, you can try this test program:
    Code:
    REPORT ztest. 
      DATA: PROGNAME LIKE SY-CPROG value 'Z_CHECK_AUTH', 
            FORMNAME LIKE SY-XFORM value 'F_CHECK_AUTH'.
    START-OF-SELECTION. 
        CALL FUNCTION 'SET_DOWNLOAD_AUTHORITY' 
             EXPORTING 
                  FORM    = FORMNAME 
                  PROG    = PROGNAME 
             EXCEPTIONS 
                  OTHERS  = 1.
      WRITE: / 'TEST'.
    You also need this:
    Code:
    PROGRAM z_check_auth.
    FORM f_check_auth USING pe_result TYPE i. 
      pe_result = 5. 
    ENDFORM.
    Also have a look at the exit SGRPDL00.
    Hope this helps you.
    Rgds,
    Raghu

  • *Can ARD restrict students from using particular programs?

    I am a new high school digital arts teacher running ARD 3 in my classroom and have trouble with students being distracted with the internet. Is there any way to restrict students from using Explorer and Safari temporarily (and still keep the network connection) so they can focus on their work and not on their social lives?
    Is it possible? If not, any suggestions about what I should do or use?
    Thanks! ___________________UPDATE:
    ____>
    Thankfully, I received the following sugesstion from a helpful user.
    Can someone explain this in layman's terms?
    I've never used UNIX but am willing to try.
    "If you don't mind messing with the firewall settings of your clients, you could try something like this: send (as root) the unix command
    ipfw add 2005 deny tcp from any to any 80 out xmit en0
    This should stop any request being sent via port 80, the most common port for web servers. You might want to check that there is no rule already at 2005 by issuing a 'ipfw all' to get the list of rules in force. If there is, use a different number.
    To reset the firewall, either reboot the clients (which loads the default firewall rules, without your changes) or send (as root)
    ipfw delete 2005
    (or whatever number you used. You could save these two commands as Saved Tasks to have them ready whenever you need them."
    Clarity would be much appreciated. Thanks All!

    Hello Elle,
    I hear you. I'm a Graphic Communications teacher that had the very same problem. I solved it by getting rid of Explorer and turning on the parental controls in Safari within the 10.4 student permissions. Then I entered web sites into Safari that pertain to the subject of my class work. After about a week of student complaining the students accepted the fact their is no personal web surfing and now focus their attention on their work. And once again students that come into my classroom before and after school work on their projects instead of myspace.com, etc. Keep in mind the students still have access to the internet, but only to the web sites you setup.
    Another way of doing it if you want to give student free time to surf the web is to setup two sets of permissions, if you are familar with this. One set gives students access to the browsers and the other does not. The permission file for controlling student access is located in /Library/Managed Preferences/in my case a folder named student/com.apple.applicationaccess.plist. Create two folders on your computer and put a copy of each preference file into them. Using Remote Desktop, logout from each of the student computers and then using the Copy Items command and Place items in: copy the permission file of your choice to: /Library/Managed Preferences/in my case a folder named student. When the students login they will be controlled by the permission file you just sent.
    I'm also very good at altering system files that prevent students from tampering with the way I setup their computers. Let me know if I can assist you with other problems, or the above problem if you should have further questions.
    From a fellow teacher,
    Dennis
      Mac OS X (10.4.6)  

  • HT1918 i want to delete my credit card info from my apple account my 3 year old has mastered purchasing apps and he knwos my password how can i remove it from mylaptop, ipad and iphone so this doesnt happen and i can enter my credit card info manually?

    i want to delete my credit card info from my apple account my 3 year old has mastered purchasing apps and he knwos my password how can i remove it from mylaptop, ipad and iphone so this doesnt happen and i can enter my credit card info manually?

    Hi..
    May not be just the security code >  iTunes Store: My credit card's security code or zip code does not match my bank's records

  • I can't connect to the itunes store. I have the latest version of itunes on my windows 7 computer. I can connect to itunes from my ipad and ipod but no my windows computer. i dont get any error message, the bar at the top just says accessing itunes.

    I can't connect to the itunes store. I have the latest version of itunes on my windows 7 computer. I can connect to itunes from my ipad and ipod but no my windows computer. i dont get any error message, the bar at the top just says accessing itunes

    Close your iTunes,
    Go to command Prompt -
    (Win 7/Vista) - START/ALL PROGRAMS/ACCESSORIES, right mouse click "Command Prompt", choose "Run as Administrator".
    (Win XP SP2 n above) - START/ALL PROGRAMS/ACCESSORIES/Command Prompt
    In the "Command Prompt" screen, type in
    netsh winsock reset
    Hit "ENTER" key
    Restart your computer.
    If you do get a prompt after restart windows to remap LSP, just click NO.
    Now launch your iTunes and see if it is working now.
    If you are still having these type of problems after trying the winsock reset, refer to this article to identify which software in your system is inserting LSP:
    Apple software on Windows: May see performance issues and blank iTunes Store
    http://support.apple.com/kb/TS4123?viewlocale=en_US

  • HT1515 i want to know that how can i print direct from my pc, and i also want to knw that can i directly print from my ios device.

    i want to know that how can i print direct from my pc, and i also want to knw that can i directly print from my ios device.

    To print from your PC, please check out the following iFelix article.
    To print from an iOS device (iPhone, iPod Touch, or iPad), the printer must be AirPrint-ready. If the printer is not, another option would be to use something like.
    Also you can check out this Apple Support article.

  • Can anyone tell me from where origin and destination countries be picked

    Can anyone tell me from where origin and destination countries be picked for a vendor a having scheduling agreement
    Please consider the following points.
    1. I need the table names
    2. Table having combination plant and vendor
    Please help me on this

    Hi
    Originating country is vendor country , found in LFA1 table.
    Destination country is the country of plant if the delivery address has not been changed manually or storage location address if storage location address is maintained.
    For plant country you can get it from T001W & for storage location you will get the address number from TWLAD table for plant & storage location combination & then you can get the country from table ADRC using this address number.
    Regards
    Prasad

  • Can i uninstall Dreamweaver from one computer and re-install onto another comuter?

    can i uninstall Dreamweaver from one computer and re-install it on another computer?

    Yes, you require an internet connection.
    Launch DW
    Choose Help --> Deactivate
    Uninstall using the Add or Remove Programs system control panel
    Download the installer from the Adobe site directly or using this method
    Install it on the new machine
    Launch it with sufficient user privileges (admin)
    Let the activation go through
    Mylenium

  • How I can download mavericks OS from windows device and install it in my macbook air?

    from my mistake I formated my device (macbook air 2013) when i am trying to install windows by using boot camp
    and now i cant boot my device becuse it doesnt have OS
    how I can download mavericks OS from windows device and install it in my mac?

    hmmmm no need for windows device. simply hold down Command and R at start up it will install recovery HD and then u can install OS, for that u need a stable and good speed internet. so fist connect your Mac with internet and then start it by holding cmd and r after that it will do all the work.

  • Can i buy ipad from us website and ship to sg?

    can i buy ipad from us website and ship to sg?

    If you are asking if you can purchase from the online Apple Store and have them ship to another country, no. The US Apple Store will ship only to the fifty United States. You would have to get the iPad shipped to you, assuming you are in the US, and then send it overseas yourself. If you are not in the US, then you probably cannot order from the US Apple Store at all since they will not accept non-US credit cards, though it might be possible to get them to accept an international money order or wire transfer. They still will not ship outside the US, though.
    Regards.
    Message was edited by: Dave Sawyer

  • Can I uninstall Yosemite from my iMac and reinstall Mountain Lion?

    Can I uninstall Yosemite from my iMac and reinstall Mountain Lion?

    For instructions see http://support.apple.com/kb/PH18846

  • I can't sync photos from my PC and get (-50) error

    I can't sync photos from my PC and get (-50) error

    Hello evilemma72,
    Thanks for using Apple Support Communities.
    If you do not see a checkbox to enable syncing photos, and instead see a message the iCloud Photos is on, then it indicates you have iCloud Photo Library enabled on your iPhone, and the photos already exist on your phone.  To learn more about iCloud Photo Library, take a look at the article below.
    iCloud Photo Library FAQ - Apple Support
    Take care,
    Alex H.

  • Can I delete icloud from my iMac and reinstall it with another apple ID?

    Can I delete icloud from my iMac and reinstall it with another apple ID? My original email for my apple id was hacked and I need to get rid of it but is stuck to my icloud on my imac. I changed it on all ios devices but cant on my imac. What can I do?

    Yes you can sign out of iCloud and log in with a different account. (System Preferences > iCloud > Sign Out)

  • How can I take pictures from my Iphone and upload them in my computer ?

    How can I take pictures from my Iphone and upload them in my computer ?

    iOS: Importing personal photos and videos from iOS devices to your computer

Maybe you are looking for

  • OSStatus error -50 with quicktime

    Quicktime will not play many AVI files of mine it has played fine in the past. The same is true with VLC. What should I do? I did recently upgrade both QT and VLC.

  • Javacard.framework.APDU sendBytes method

    In the class javacard.framework.APDU, I found that in several methods such as sendBytes(short bOff, short leng) or public void sendBytesLong(byte[] outData, short bOff, short len), they say: "Requiring that the buffer not be altered allows the implem

  • [Solved] can't enter package management in latest version of Emacs

    When I try to do something like 'package-install' or 'list-packages' in the latest version of Emacs, it refuses, complaining: Lisp error: (void-function package-desc-vers) package-desc-vers([(0 0 1) nil "Matrix themed Zone mode" tar]) ad-Advice-packa

  • Unable to save a pages file

    Creating a 10 page newsletter in Pages 09. Unable to save the file even though it has previously been saved on the same computer. Unable save, save as, or email the file. Any suggestions?

  • Air and Vista

    Hi Is there any light at the end of the tunnel for using Air with Vista. The article http://www.adobe.com/go/kb403133 is completely useless Thanks. Mike