Dreamweaver CS4 Locked region template

Hi I am a Webdeign 2 student and I am suppose to make a template from scratch using DreamWeaver CS4. I am having trouble with what I am suppose to do. Heres my code that I have:
Header
Body
Nav Bar
Text Area
Footer 
My assingment is that I have at least one editable region and at least one locked region.
I don't know how to lock a region could anyone help?

How about starting with the Help files? http://help.adobe.com/en_US/dreamweaver/cs/using/WScbb6b82af5544594822510a94ae8d65-7ab7a.h tml

Similar Messages

  • Dreamweaver CS4 locks up for 5-10 secs at a time

    Hi,
    We are having this strange problem with Dreamweaver CS4. When coding, Dreamweaver CS4 just freezes for a few seconds, then works fine for a few mins, then does it again. If I keep typing when it's frozen, the Dreamweaver window changes to a faded white color, then comes alive again.
    Needless to say this is extremely annoying when coding and want to fix it. There are two developers here both having the same problem with DW CS4. We are working on the same local site root on our network but can't see how that should be a problem.
    Thanks to anyone who can help.
    T

    We are having this strange problem with Dreamweaver CS4. When coding, Dreamweaver CS4 just freezes for a few seconds, then works fine for a few mins, then does it again. If I keep typing when it's frozen, the Dreamweaver window changes to a faded white color, then comes alive again.
    Needless to say this is extremely annoying when coding and want to fix it. There are two developers here both having the same problem with DW CS4. We are working on the same local site root on our network but can't see how that should be a problem.
    It sounds like you might have your Site's Local folder defined on a Network Drive. If that's the case, try using a local hard drive.
    There were some specific cases that were fixed for working on Networks drives in DW CS5, so give try 30-day trial to see if that helps.
    Regards,
    Randy Edmunds
    Dreamweaver Development
    Adobe Systems, Inc.

  • Fix Dreamweaver CS4 Color Eyedropper Bug

    Dreamweaver locks up when using the eyedropper from the CSS
    panel to select/match a color from any object in Design view.
    Easiest to explain by describing a split view. Dreamweaver locks
    every time -- when placing cursor in a background color code in a
    style sheet, then going to the CSS panel and selecting the
    background color swatch for that style, then with the eyedropper,
    touching a color in the Design view part of the split screen.
    Dreamweaver CS3 never locked up when performing these same
    steps. Dreamweaver CS4, locks up whether selecting a color in a
    bitmap or a CSS background color that is displayed in the Design
    split view. Means I have to go to Fireworks to color match, and if
    the color I want is in a range of a gradient, I have to make the
    gradient a bitmap before selecting the spot with the eyedropper. I
    even had some difficulty in Fireworks, as the selection wouldn't
    show up in the color panel when I touched the bitmap with the
    eyedropper. I could see the color code in the popup color selector
    and clicked there for the color to show up in Fireworks' color
    panel.
    Kind of a hassle...would be nice to get an update fix for
    this.

    prjviera wrote:
    > Dreamweaver locks up when using the eyedropper from the
    CSS panel to
    > select/match a color from any object in Design view.
    This is a user-to-user forum. If you have found what you
    believe to be a
    bug, please file an official report giving as many details as
    possible
    to reproduce it. The official report form is here:
    http://www.adobe.com/cfusion/mmform/index.cfm?name=wishform
    David Powers, Adobe Community Expert
    Author, "The Essential Guide to Dreamweaver CS4",
    "PHP Solutions" & "PHP Object-Oriented Solutions"
    http://foundationphp.com/

  • Templates in Dreamweaver have no locked regions

    I recently reinstalled Dreamweaver CS4 on my Windows 7 machine and ever since it has been very glitchy.  One major issue however is that when I create a new page from an existing template suddenly all the elements on the page are editable.  No part of the code even appears greyed out.
    HELP!

    If when you specify the background image, it's being applied to an element that is OUTSIDE the editable region, it will be propagated to all child pages, as you describe.
    Show us your page and its code, and tell us where you want the background image - that will let us see what is actually happening.

  • Uneditable areas Dreamweaver CS4 templates

    Hi, I set up my website with Dreamweaver CS4 and at the time made the body section editable only.
    I believe that by default this also leaves the title tags editable in the head section (which they are).
    I now want to make the meta tags and meta title section editable as well in the template so every page in my site has an individual editable area in the head of the HTML code which I can insert different information for each page that will not affect other pages upon saving.
    So my question would be how can I convert the locked down code in the head of my template page back to editable regions.
    Cheers.

    Hi, sorry thought I had this template problem fixed.
    Still trying to make the meta tags in my website template editable but when I apply the change below the meta tags seem to disappear.
    I've put an example of what I currently have and what I am trying but with no success.
    If anyone can spot any mistakes I would really appreciate it.
    I have 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" />
    <meta name="keywords" content="keywords are here" />
    <meta name="description" content="description is here" />
    <!-- TemplateBeginEditable name="doctitle" -->
    <title>Title</title>
    <!-- TemplateEndEditable -->
    <link href="../css-file/css.css" rel="stylesheet" type="text/css" />
    <!-- TemplateBeginEditable name="head" --><!-- TemplateEndEditable -->
    </head>
    And tried 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" />
    <link href="../css-file/css.css" rel="stylesheet" type="text/css" />
    <!-- TemplateBeginEditable name="doctitle" -->
    <title>Title</title>
    <meta name="keywords" content="keywords are here" />
    <meta name="description" content="description is here" />
    <!-- TemplateEndEditable -->
    <!-- TemplateBeginEditable name="head" --><!-- TemplateEndEditable -->
    </head>
    As always, thanks in advance.

  • Template url problem in Dreamweaver CS4

    Hi there,
    Thank you very much for reading this post.  I am having a problem with templates in Dreamweaver CS4, I am following the correct procedures to build a template, but when I link the pages together and update the template, the url has not been changed/updated on the child pages.
    Here is an example:
    Template:
    ../content/section/pagename.html
    Child Page:
    /section/pagename.html
    Missing out the first part of the link, when the pages are loaded, obviously, they are not going to the correct part of the website
    Please, can anybody give me some advice, as this problem is very quickly, driving me mad.
    Thank you.
    John

    I observe this problem too on my Vista x64 machine with CS4
    using dual monitors and split code/design views, and have found
    others who have this problem by searching Google.
    Description of problem: Roughly 50% of the time, when
    switching between files (regardless of type) and trying to select a
    block of code with my mouse (dragging over some code with the left
    button), it appears to work normally (the intended code is
    highlighted). However, when then attempting to CTRL-C (cut) or
    paste, the selected code instantly changes to a much larger block
    of code (usually selecting a specific div block or something). The
    cut or pasted code is then the larger (unintended) block of code.
    Once the code view selection works for a particular file
    (either it worked from the start or I poked at it long enough to
    work), it seems to remain working until switching to another file
    and then returning.
    Also, Dreamweaver CS3 didn't have this problem, so it's CS4
    only.
    This is a workflow nuisance much like a word-processor
    deciding to insert a % character randomly every 10 seconds while
    typing.
    I found a Google groups thread
    here
    in which a poster writes that deleting the Dreamweaver
    configuration file fixes this temporarily (the problem eventually
    shows up again, and you lose all your customizations by doing
    this). The posters in this thread also describe the same problem
    with other hardware configurations.
    My current workaround is to type return then backspace when
    dropping in to the code-view of another file--kind of a pain, but
    at least predictable. I also tried avoided the issue by: (a)
    selecting something in the design view and then selecting something
    in the code view, and/or (b) telling Dreamweaver to show the
    "element view" (right click in design view, element view, Full),
    but this latter action may be superfluous.
    I'd be very interested if someone were to post a simple fix
    for this problem.
    thanks!
    JP
    PS. David: I've learned a lot from your books. Thanks for
    writing them!

  • BC and Dreamweaver CS4 template file extensions

    I'm building a site suing BC extension for Dreamweaver CS4, but I can't get the templates to work. If I create them in Dreamweaver with the .dwt file extension, BC doesn't recognise them when they are uploaded. If I create them in BC control panel, they get a .html file extension and Dreamweaver doesn't recognise them. This means the local files in Dreamweaver don't recognise my CSS and everything needs to be built in the BC control panel, which is painfully slow. Very frustrating. What am I doing wrong? Please tell me I don't have to add my CSS to the BC CSS!

    Hi Brad. Did that at first, but the templates didn't show up in BC. I've just altered a .dwt template in Dreamweaver and uploaded it to BC, but it didn't overwrite the one that's already there.

  • Dreamweaver CS4 - Update Template Files dialog box doesn't appear

    I've just made a small change to my website's template file in Dreamweaver CS4, but I can't figure out how to apply the change to all pages on my site.
    As I understand it, a dialog box is supposed to appear immediately after you hit 'Save'. This gives you 'Update' or 'Don't Update' options.
    The box does not appear for me. No idea why - I saved the revised template and nothing happened!
    Is there another way of updating the webpage files with the revised template? Or can it only be done though the dialog box? If so, how can I bring the box up?
    Thanks for any tips, tricks, or explanations...

    Well, I'm not sure what rule I've broken. I followed the procedure set out in that tutorial to make my template in the first place, although I used Janine Warner's book 'Teach yourself Dreamweaver CS4' which goes through the same steps as the web tutorial - with the exception of the 'Apply your Dreamweaver template' section, which seems to suggest that you create your web pages first, and turn them into templates later.
    I simply created my basic page layout, saved it as a template, and then created every page on my site by clicking 'New from template'. No problems, everything worked well.
    I don't see why it would be necessary to create a new page from a template, and then apply the template to the page. Doesn't that amount to using two different methods to do the same thing twice? In any case, there's nothing in the book about 'Applying' a template, so I didn't do it. That's the only point of difference. But is it the problem? Is the book wrong?
    Now I've got the book open in front of me at page 196 - 'Edit a template to update web pages created with it'. Interestingly, I may have discovered why it was not possible to edit my link in the Property Inspector.
    The book remarks, more or less as an afterthought tacked on to the end of the page, that in order to use the Property Inspector to edit a template, I must first click on the element I wish to edit and then click 'Modify', 'Templates', and 'Make Attribute Editable'. Only then can changes be made.
    The book says nothing about editing elements *without* using the Property Inspector, as I attempted when I tried the 'Insert Hyperlink' method, so I'm not sure whether this is possible or not. As it didn't work for me, I'd say not - but it would be nice if the book was specific on this point!
    It's amazing how vague some of these tutorials can be - and also rather baffling that they can differ so much from each other. Website construction is all about specifics after all - everything is either 100% right, or 100% wrong. There shouldn't be any room for fuzziness. As it seems I have a specific problem, it must come from a specific, identifiable cause. It should be possible to say, "Ah, now if THAT is going wrong, the error must be HERE. Fix it by doing THIS."
    Well, I'll try making the attributes of my elements editable now. I'm not sure if a text link counts as an element (that's another point on which my book is a little vague), but I dare say I'll find out shortly!

  • Dreamweaver CS4- I can't get my site to display the proper image.

    I have a Dreamweaver CS4 Template with an editable area for a header image. I have already assigned a new image to all the header regions but when I moved the site to the web host the pages will only display the Default header image from the template in the editable region, even though when I check the file name in the Modify Templates window it displays the proper name, but displays the wrong image.
    What is wrong? any help would be greatly appreciated.
    thanks.

    Did you upload the new header image?
    This one is currently being displayed.
    http://stjohnvianney.net/parish_assets/Header_Church_img.jpg
    NOTE: Your email link is wrong.  It points to a file on your local hard drive.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb

  • Trouble with updating child pages in dreamweaver cs4

    Hello,
    I have added some advertising links to my template page in Dreamweaver CS4 and it doesn't update my child pages for some reason.  I have saved the template and synchronized the sitewide as normal but it isn't updating them.  Any suggestions would be greatly appreciated.
    thx
    kim

    Yes it has worked in the past.
    Not if you made those changes to an editable region in the template it didn't.  Changes made to a template page ONLY propagate to child pages if they have been made to non-editable regions.  Changes to editable regions of a template page will ONLY appear in child pages created from the template after the changes have been made, and will not propagate to existing child pages.
    so does that mean if I add content to editable region I will have to manually put it on each page
    Yes it means exactly that.
    Can I change the editable region to a non editable region
    You can do that by removing the editable region from the template.  Of course when you do that, all unique content appearing in those regions on your child pages will also be removed.
    The moral to the story is to make sure that your template is designed properly (vis-a-vis editable regions) so that all of your needs are accommodated.

  • Problem Inserting Flash Video (.flv) File in Page Using Dreamweaver CS4's Insert Media Command

    I am using Dreamweaver CS4.
    I am attempting to put a Flash Video (.flv) file on a standard HTML page in Dreamweaver.
    When I either click the Insert Flash Video in the Common tab on the Dreamweaver toolbar, or if I choose Insert > Media > FLV to inert the video, I get the standard Dreamweaver FLV interface. I make my choices, click OK, and when the video is place on the page, I get the following dialog box:
    "While executing inspectSelection in flvProgressive.htm, a JavaScript error occurred."
    with an OK button.
    If I preview the page, all that loads are the various buttons of the skin that I have chosen and no video.
    Anyone have an idea what is going on?
    maylandmac

    Are you sure you aren't working with a template driven page?
    When you insert media files into DW, it must write code in the <head> tags to reference Scripts necessary for Flash media to work on the web. 
    If you're working with a page that was created from a Template, the DWT page must have editable regions in the <head> tags, or you won't be able to add media to your web pages.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb

  • In Dreamweaver CS4, can't get sidebar background to expand to 100%

    I'm using the standard Dreamweaver-CS4-generated template for a fixed-width 2-column page (i.e., left menu column and main column) with a header and footer. This is the "2 column fixed, right sidebar, header and  footer."
    I'd like to have an overall body background (x,y repeated - that seems easy to do) and a left menu column repeated (x,y repeated ).  Alas, the comments that are generated with the template imply that you just can't do that.  I've tried all sorts of height=100% conbinations, but they don't seem to work.
    Any ideas?

    Unlike table columns, CSS columns don't communicate with each other.  The height of a division is determined by how much content is inside it.  And that value may be longer or shorter than adjacent columns.
    TO CREATE EQUAL HEIGHT CSS COLUMNS:
    Option 1. Start with an Equal Height CSS Layout
    http://matthewjamestaylor.com/blog/equal-height-columns-cross-browser-css-no-hacks
    Option 2. Faux Columns (repeating background image).  The easiest method.
    http://forums.adobe.com/message/2653416#2653416
    Option 3. JavaScript -- may not work in all layouts.
    http://www.projectseven.com/tutorials/css/pvii_columns/index.htm
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • In dreamweaver CS4, I can't make border for single cell

    Hi folks,
    Having given up trying to make a single cell border in the dreamweaver CS4 template, I reverted to an html page and put in my own header, 2 columns and footer as cells in the html table. I know there's html code for adding borders to single cell, but I can't find it. I hope someone can give me a sample line of html code for giving a cell a border on left side and on right side, including 1px solid color border. Anyone?

    Not sure if this is what you want, at least it will give you an example
    <!DOCTYPE HTML>
    <html>
    <head>
    <meta charset="utf-8">
    <title>Untitled Document</title>
    <style>
    body {width: 980px; margin: auto; background: #FEE49A;}
    #header {height: 120px; background: #060;}
    #article {height: 400px; width: 749px; float: right; background: #FFF; border-right: 1px solid #060;}
    #aside {height: 400px; width: 228px;    float: left; border-right: 1px solid #060; border-left: 1px solid #060; background: #CCC;}
    #footer {height: 50px; background: #060; clear: both;}
    </style>
    </head>
    <body>
    <div id="header"></div>
    <div id="aside"></div>
    <div id="article"></div>
    <div id="footer"></div>
    </body>
    </html>
    Gramps

  • Dreamweaver CS4, Microsoft Visual C ** Runtime Library, " Runtime Error"

    Hi, I got a runtime error while working in Dreamweaver CS4. I searched the forum for answers and tried the only solution I could find ( changing the name of the configuration folder)... it didn't work for me, are there any other solutions? My OS is Windows Vista Business Thankyou

    Thank you for your reply, I would have replied sooner but I couldn't sign in to Adobe. My issue was solved by trying another method:
    I got my first runtime error when  I opened a text document with Dreamweaver that I created from my desktop, at first the file extension was .css.txt,  I made it a .css file and if I right clicked  and "opened with" Dreamweaver I would get the runtime error.
    Since then I have created a site definition and created everything within Dreamweaver and had no issue with runtime errors.
    I was following a tutorial on Slicing and really wanted to carry it through but instead I resized each image and put into Dreamweaver's prebuilt template. I had to settle due to time sensitivity. 
    I will certainly try slicing on my own time from here on, lol
    Thanks Preran!

  • Dreamweaver CS4 has stopped working

    *** Bug Report ***
    "Dreamweaver crashes when trying to open it."
    April 19th - 8:00 PM
    Reproduce Error:
    Launch Dreamweaver CS4 from start menu.
    What happens:
    Does not load. 
    Error message appears:
    Notes:
    Has been working fine for past 3 days.
    Errors occured today at random, without reason.
    Reporting from a system that has been reformatted one week ago, fresh install of Windows Vista Ultimate with latest updates & service packs.
    Dreamweaver CS4 installed along with the Master Suite Collection, other software function just fine.
    System Specs:
    AMD Athlon 64 X2 Dual Core Processor 5600+ 2.80 GHz
    4.00 GB Memory (RAM)
    500 GB Storage
    Windows Vista 64-bit
    Additional Notes:
    I have had previous peril with Fireworks CS4 earlier this week crashing and had to take valuable time researching the problem.  Happened to be one font out of three thousand that I have readily available for my needs.  This new problem with Dreamweaver has further disappointed me and I need to use the software I purchased as soon as possible.  I have taken the time to send in a bug report, as well as post this thread.
    Please guide me in a safe & proper procedure to determine the cause of the crash.  Thank you.
    Sean

    Jhfras wrote:
    Nadia
    Renaming the Configuation folder and then opening Dreamweaver worked like a charm. I was ready to give up on CS4 and I had already gone back to using DW 8. Thank you for sharing- don't think I would have ever solved this without your help. That is what sharing is all about.
    You're welcome  :-)
    Nadia
    Adobe® Community Expert : Dreamweaver
    Unique CSS Templates | Tutorials | SEO Articles
    http://www.DreamweaverResources.com
    Web Design & Development
    http://www.perrelink.com.au
    http://twitter.com/nadiap

Maybe you are looking for

  • Problem w/resolutions on External Display after 10.5.7 update! Fixed yet?!

    After installing 10.5.7, like half of the entire planets Mac users I had problems with the resolution my MacBook displayed when connecting to my TV whether in Mirror or Extended desktop. I promptly reverted to 10.5.6 (thank the lord they recommend a

  • Ipod mini isn't recognized by itunes or computer

    I have no idea what to do. I connect my ipod mini to my mac, the ipod recognizes that it's been connected but it doesn't show up within iTunes or in Finder. I have iTunes 7.7, Macbook 10.5.4 Any ideas? I want to update my music and this is really fru

  • Drag and Drop Q10 Mac

    Using Blackberry Link on for Mac - I want to drag and drop a video file from Q10 to Mac Desktop. Does not work. When I "right click" mouse over a video file, it gives option to "copy to desktop." This feature does not work.

  • Do i need to close an i tunes account?

    about 6 months my ipod nano (4th gen) and my roommates lap top (a pc) got stolen. (different incidences around the same time) we sort of said "Cest' la' vi" to the whole thing.. but luckily i just got a handy new Macbook pro and a new ipod nano (4th

  • Search field - how to display in iWeb on Lion 10.7.4

    Hi, in my iWeb blog, I have the Search field (that a viewer would use) visible. When I upload it to my FTP server, the Search fiels disappears. While MobileMe was around, this was enabled when u had an MM account. Now that MM has gone...how does one