HighDots Forums  

Changes to code not editable question

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Changes to code not editable question in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
dzash2000
 
Posts: n/a

Default Changes to code not editable question - 08-04-2004 , 12:00 PM






Hi - I recently inserted a Library Item into an editable area of a
Template-based page. After Previewing the page, I decided to take some extra
spaces out of the code. When I pressed the "Refresh" button in the Properties
window I got this extremely confusing Alert message which I have broken down
here:

1- "You have made changes to code that is not marked as editable." This is
wrong. The area of the page is CLEARLY marked as Editable.

2- "If you retain those changes, they will be lost the next time you apply a
template update to this file. Do you want to retain the changes until then?"
This is moot because no matter whether I chose Y or N, the code reverted either
immediately or when I tried to Preview the changes in browser.

This is a real puzzle. I don't think that this is the way it should be. So
that you may see the exact message and the code of the page in question I have
posted a screen capture:
www.newpixelcity.com/Picture2.pdf

Thanks for helping-
D


Reply With Quote
  #2  
Old   
Murray *TMM*
 
Posts: n/a

Default Re: Changes to code not editable question - 08-04-2004 , 12:20 PM






Murray sez? 8)

Can you show me the template page, please. Sometimes this error message is
a complete red-herring....

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================

"dzash2000" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
Hi - I recently inserted a Library Item into an editable area of a
Template-based page. After Previewing the page, I decided to take some
extra
spaces out of the code. When I pressed the "Refresh" button in the
Properties
window I got this extremely confusing Alert message which I have broken
down
here:

1- "You have made changes to code that is not marked as editable." This
is
wrong. The area of the page is CLEARLY marked as Editable.

2- "If you retain those changes, they will be lost the next time you
apply a
template update to this file. Do you want to retain the changes until
then?"
This is moot because no matter whether I chose Y or N, the code reverted
either
immediately or when I tried to Preview the changes in browser.

This is a real puzzle. I don't think that this is the way it should be.
So
that you may see the exact message and the code of the page in question I
have
posted a screen capture:
www.newpixelcity.com/Picture2.pdf

Thanks for helping-
D




Reply With Quote
  #3  
Old   
dzash2000
 
Posts: n/a

Default Re: Changes to code not editable question - 08-04-2004 , 12:47 PM



Murray -
(Murray sez because I was following some of your advice from another topic
when this bugger came up. I wanted to keep your advice on LBIs separate from
the rest of the site until I understood it completely. Plus - it IS what you
sed to do. ;-)

Here is the http://www.newpixelcity.com/MurraySez.htm

Thanks,
D


Reply With Quote
  #4  
Old   
Murray *TMM*
 
Posts: n/a

Default Re: Changes to code not editable question - 08-04-2004 , 01:08 PM



For grins, try fixing this -

<!--- small list - UNDER MAIN LEFT NAV links--->

Your comment tags are improperly formed here.

Frankly, unless you have a good reason for using Library items in
NON-EDITABLE parts of the template, I think you are just compounding the
confusion by doing so. The only time I would use Library items in templates
is when I use them in Editable regions to add page-specific navigation, and
I don't even do it that way anymore....

So - can you tell me precisely what you changed when you got this error?

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================

"dzash2000" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
Murray -
(Murray sez because I was following some of your advice from another
topic
when this bugger came up. I wanted to keep your advice on LBIs separate
from
the rest of the site until I understood it completely. Plus - it IS what
you
sed to do. ;-)

Here is the http://www.newpixelcity.com/MurraySez.htm

Thanks,
D




Reply With Quote
  #5  
Old   
dzash2000
 
Posts: n/a

Default Re: Changes to code not editable question - 08-04-2004 , 01:55 PM



I'm coming to the same conclusion about LBI inside non-edit sections of T's. I
could just put everything in the T. This is the first site I'm building with
DW and I wanted to try some features. I'm not fully at home with it and in
fact I often find that procedures I remember from other apps can actually
frustrate my efforts to learn a new one. That comment code is a left over from
hand coding on a text editor. It has been part of the T from the beginning -
weeks ago.

I tried to change the page ( in code view) a few times. First I tried to put
a <br> immediately before the Library item code. Then, when DW balked at
that, I just tried to take out some of the white space in the code,


Reply With Quote
  #6  
Old   
dzash2000
 
Posts: n/a

Default Re: Changes to code not editable question - 08-04-2004 , 01:55 PM



I'm coming to the same conclusion about LBI inside non-edit sections of T's. I
could just put everything in the T. This is the first site I'm building with
DW and I wanted to try some features. I'm not fully at home with it and in
fact I often find that procedures I remember from other apps can actually
frustrate my efforts to learn a new one. That comment code is a left over from
hand coding on a text editor. It has been part of the T from the beginning -
weeks ago.

I tried to change the page ( in code view) a few times. First I tried to put
a <br> immediately before the Library item code. Then, when DW balked at
that, I just tried to take out some of the white space in the code,


Reply With Quote
  #7  
Old   
Murray *TMM*
 
Posts: n/a

Default Re: Changes to code not editable question - 08-04-2004 , 02:07 PM



Quote:
I'm coming to the same conclusion about LBI inside non-edit sections of
T's. I
could just put everything in the T.
Precisely.

Quote:
That comment code is a left over from
hand coding on a text editor. It has been part of the T from the
beginning -
weeks ago.
It still needs to be fixed.

Quote:
I tried to change the page ( in code view) a few times. First I tried
to put
a <br> immediately before the Library item code. Then, when DW balked
at
that, I just tried to take out some of the white space in the code,
Can you zip the page and email it to me, please? forums at mydomainname.com
where mydomainname=great-web-sights

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================

"dzash2000" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
I'm coming to the same conclusion about LBI inside non-edit sections of
T's. I
could just put everything in the T. This is the first site I'm building
with
DW and I wanted to try some features. I'm not fully at home with it and
in
fact I often find that procedures I remember from other apps can actually
frustrate my efforts to learn a new one. That comment code is a left over
from
hand coding on a text editor. It has been part of the T from the
beginning -
weeks ago.

I tried to change the page ( in code view) a few times. First I tried
to put
a <br> immediately before the Library item code. Then, when DW balked
at
that, I just tried to take out some of the white space in the code,




Reply With Quote
Reply




Thread Tools
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 On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.