HighDots Forums  

Editable tag confusion???

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Editable tag confusion??? in the Macromedia Dreamweaver forum.



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

Default Editable tag confusion??? - 07-03-2004 , 07:08 PM






Hi all
I am in the process of making a template for my new site which is all CSS made.
I have CSS styles for various areas inc text. What i want to know is how do i
make it so that only the text content is editable in various areas & the style
remains "locked"? Hope you get what i mean



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

Default Re: Editable tag confusion??? - 07-03-2004 , 11:16 PM






I don't get what you mean.

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver MX
(If you *MUST* email me, don't LAUGH when you do so!)
==================
news://forums.macromedia.com/macromedia.dreamweaver - THE BEST WAY TO GET
ANSWERS
==================
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
==================

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

Quote:
Hi all
I am in the process of making a template for my new site which is all CSS
made.
I have CSS styles for various areas inc text. What i want to know is how
do i
make it so that only the text content is editable in various areas & the
style
remains "locked"? Hope you get what i mean





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

Default Re: Editable tag confusion??? - 07-04-2004 , 06:46 AM



Sorry, confused myself reading it back.
Basically all i want to be able to change at a later date is the actual
content (text in this case) & leave the formating locked. In my first question
i forgot to put i am using templates so all the formating will be in the
template whilst just the content will be on the page proper. Hope this makes it
clearer.



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

Default Re: Editable tag confusion??? - 07-04-2004 , 07:28 AM



Not really. Are you using CSS to format your text?

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver MX
(If you *MUST* email me, don't LAUGH when you do so!)
==================
news://forums.macromedia.com/macromedia.dreamweaver - THE BEST WAY TO GET
ANSWERS
==================
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
==================

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

Quote:
Sorry, confused myself reading it back.
Basically all i want to be able to change at a later date is the actual
content (text in this case) & leave the formating locked. In my first
question
i forgot to put i am using templates so all the formating will be in the
template whilst just the content will be on the page proper. Hope this
makes it
clearer.





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

Default Re: Editable tag confusion??? - 07-04-2004 , 08:23 AM



Certainly am! Whole site will be CSS

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

Default Re: Editable tag confusion??? - 07-04-2004 , 08:29 AM



Then I am not sure what the problem would be. Perhaps if I had a look at
your page, I could get a better idea of your question's meaning....

Can you post a URI to a page, and tell me what you want to protect?

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver MX
(If you *MUST* email me, don't LAUGH when you do so!)
==================
news://forums.macromedia.com/macromedia.dreamweaver - THE BEST WAY TO GET
ANSWERS
==================
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
==================

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

Quote:
Certainly am! Whole site will be CSS



Reply With Quote
  #7  
Old   
Flesh
 
Posts: n/a

Default Re: Editable tag confusion??? - 07-04-2004 , 08:45 AM



The text between the > < is what i wish to remain editable whilst the
formatting remains locked. As follows:
<p class="content">This is the content i wish to change</p>
I think i am getting this now though, am i right in thinking that i really
need MM CONTRIBUTE to do this?


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

Default Re: Editable tag confusion??? - 07-04-2004 , 08:51 AM



Flesh:

You are creating a site that will be edited by other users? Then yes,
Contribute will help you constrain their activities when editing DW template
child pages.

For code like this -

<!-- InstanceBeginEditable name="foo" --><p class="content">This is the
content i wish to change</p><!-- InstanceEndEditable -->

if the content class is defined in an embedded stylesheet that is NOT in an
editable region of the head of the document, then the user would not be able
to edit that style. However, they would be able to apply a new style to the
<p> tag, or to the content itself.

I think you may be seeking a level of control that you just can't achieve.

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver MX
(If you *MUST* email me, don't LAUGH when you do so!)
==================
news://forums.macromedia.com/macromedia.dreamweaver - THE BEST WAY TO GET
ANSWERS
==================
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
==================

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

Quote:
The text between the > < is what i wish to remain editable whilst the
formatting remains locked. As follows:
p class="content">This is the content i wish to change</p
I think i am getting this now though, am i right in thinking that i
really
need MM CONTRIBUTE to do this?




Reply With Quote
  #9  
Old   
Flesh
 
Posts: n/a

Default Re: Editable tag confusion??? - 07-04-2004 , 09:21 AM



I think your right. Maybe this could be something implimented in to future DW versions?
Thanx for your patience & help. Always appreciated

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

Default Re: Editable tag confusion??? - 07-04-2004 , 09:26 AM



You can suggest this to the DW team by using this link -

http://www.macromedia.com/go/wish/


--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver MX
(If you *MUST* email me, don't LAUGH when you do so!)
==================
news://forums.macromedia.com/macromedia.dreamweaver - THE BEST WAY TO GET
ANSWERS
==================
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
==================

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

Quote:
I think your right. Maybe this could be something implimented in to future
DW versions?
Thanx for your patience & help. Always appreciated



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.