Welcome to the { mindfrost82.com } forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

Go Back   { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Software > Adobe Software > Dreamweaver

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-20-2008, 08:41 PM
CalypsoArt
 
Posts: n/a
Pages locked.

I built my website several years ago using Dreamweaver 4. I just got a new
Vista machine and have been upgrading my software. I transferred my website
local file folder to the new machine but when I open a page in DWCS3 I could
not edit any pages. In split and in code view I have been able to edit but not
in design view. I get some warning that the changes will be saved but will be
lost with a template up date. It seems to me that there is something wrong and
any pagecreated but the template is no longer editable in design view. The
"content" areas show up but are not editible in design view. Same with the
original template.



Reply With Quote
  #2 (permalink)  
Old 07-20-2008, 08:43 PM
Alan
 
Posts: n/a
Re: Pages locked.

Sounds like a code syntax problem.
Url address to an example page?

--
Alan
Adobe Community Expert, dreamweaver

http://www.adobe.com/communities/experts/



Reply With Quote
  #3 (permalink)  
Old 07-22-2008, 02:03 AM
CalypsoArt
 
Posts: n/a
Re: Pages locked.

It is quite possible I may have syntax errors. I do not do this for a living I
just "wing it" when I need it. However, I still can't understated why if I open
the page in DW 4 on my old machine I can edit, but on the new one with DWCS3
the page and the template is locked. I tried starting fresh and copying and
pasting code from the old page. That worked to some extent. Still, I have not
done any of this for some time so I'm stumbling.

here is the link to my page. http://www.calypsotheatrical.com/

Reply With Quote
  #4 (permalink)  
Old 07-22-2008, 02:16 AM
Murray *ACE*
 
Posts: n/a
Re: Pages locked.

DW4 does not recognize DWCS3 template syntax.

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================


"CalypsoArt" <webforumsuser@macromedia.com> wrote in message
news:g63bko$j8s$1@forums.macromedia.com...
> It is quite possible I may have syntax errors. I do not do this for a
> living I
> just "wing it" when I need it. However, I still can't understated why if I
> open
> the page in DW 4 on my old machine I can edit, but on the new one with
> DWCS3
> the page and the template is locked. I tried starting fresh and copying
> and
> pasting code from the old page. That worked to some extent. Still, I have
> not
> done any of this for some time so I'm stumbling.
>
> here is the link to my page. http://www.calypsotheatrical.com/
>


Reply With Quote
  #5 (permalink)  
Old 07-22-2008, 02:19 AM
Murray *ACE*
 
Posts: n/a
Re: Pages locked.

But - your page and its code are seriously horked.

<html><!-- #BeginTemplate "/Templates/calypsotheatrical_1.dwt" -->
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- InstanceBegin template="/Templates/calypsotheatrical_1.dwt"
codeOutsideHTMLIsLocked="false" -->
<Head>
<!-- InstanceBeginEditable name="doctitle" -->
<title>Calypso Theatrical</title>
<!-- InstanceEndEditable -->
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link href="style.css" rel="stylesheet" type="text/css" />
<script language="javascript1.2" src="swap.js"
type="text/javascript"></script>
<!-- InstanceBeginEditable name="head" -->
</Head>
<!-- InstanceEndEditable -->
<script language="JavaScript">
<!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if
((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight;
onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH)
location.reload();
}
MM_reloadPage(true);
// -->

</script>
<body>

DWCS3 has no idea what to do with this page, because its so badly messed up.

http://validator.w3.org/check?verbos...r ical.com%2F

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================


"CalypsoArt" <webforumsuser@macromedia.com> wrote in message
news:g63bko$j8s$1@forums.macromedia.com...
> It is quite possible I may have syntax errors. I do not do this for a
> living I
> just "wing it" when I need it. However, I still can't understated why if I
> open
> the page in DW 4 on my old machine I can edit, but on the new one with
> DWCS3
> the page and the template is locked. I tried starting fresh and copying
> and
> pasting code from the old page. That worked to some extent. Still, I have
> not
> done any of this for some time so I'm stumbling.
>
> here is the link to my page. http://www.calypsotheatrical.com/
>


Reply With Quote
  #6 (permalink)  
Old 07-22-2008, 01:37 PM
CalypsoArt
 
Posts: n/a
Re: Pages locked.

Ok, any suggestions on how to remedy this. If I remember correctly, to build
this page I started with a free template, and edited it in DW4. Since the pages
based on the reworked template worked and updates went fine I assumed I did it
right. I am not really familiar with all the html code. It's why I used DW,
which I thought was kind of a WYSIWYG program.

Any constructive advice would be appreciated.

Thanks

Reply With Quote
  #7 (permalink)  
Old 07-22-2008, 03:59 PM
Bonnie
 
Posts: n/a
Re: Pages locked.

CalypsoArt wrote:
> Ok, any suggestions on how to remedy this. If I remember correctly, to build
> this page I started with a free template, and edited it in DW4. Since the pages
> based on the reworked template worked and updates went fine I assumed I did it
> right. I am not really familiar with all the html code. It's why I used DW,
> which I thought was kind of a WYSIWYG program.
>
> Any constructive advice would be appreciated.
>
> Thanks
>

This is a common misconception. You really *do* need to learn html.

--
Bonnie
Reply With Quote
Reply

  { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Software > Adobe Software > Dreamweaver


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are Off
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 09:54 AM.


Powered by vBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.
© 1999-2008 mindfrost82.com v11.0


Sponsors:
Debt Consolidation | Debt Consolidation | Credit Card Consolidation | Debt Consolidation | Adverse Credit Remortgage



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