Contribute and 100% Valid CSS/XHTML

Ask a Question related to Macromedia Contribute General Discussion, Design and Development.

  1. #1

    Default Contribute and 100% Valid CSS/XHTML

    Hi. I was just wondering if I could get some input from people who use
    Contribute as a content management system with standards-based CSS sites. Our
    company uses Dreamweaver templates with Contribute to allow users of sites we
    design to update their content. However, using Dreamweaver templates imposes a
    lot of restrictions on what we can do. Please share your experiences,
    suggestions, thoughts, etc.

    t324ryan Guest

  2. Similar Questions and Discussions

    1. Forcing XHTML Compliance in Contribute Code
      I'm told by some folks that Contribute will write valid XHTML code as long as the DTD on the page is correctly formatted for XHTML. This poses a...
    2. Contribute destroys tablesess CSS/XHTML site layout
      I just tried to use Contribute. I like it but I was dissapointed with the rendering engine. When I go to edit mode site layout is destroyed. Heights...
    3. Help, Contribute 1.0 Parsing of XHTML
      Hey gang, I've spent a few days on this problem and have finally resorted to posting here. My company has Contribute 1.0. As we're redesigning...
    4. Contribute producing non-XHTML compliant code?
      Thanks to RichardC! I share his thoughts 100 percent. Especially: ...they (non-XHTML attributes) shouldn't be available in XHTML pages. If...
    5. XHTML / CSS
      First, excuse-me for this out of topic message. I am searching a good mailling-list for people trying to write standard XHTML and CSS. ...
  3. #2

    Default Re: Contribute and 100% Valid CSS/XHTML

    What is your question?

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

    "t324ryan" <webforumsuser@macromedia.com> wrote in message
    news:d1q6sl$s35$1@forums.macromedia.com...
    > Hi. I was just wondering if I could get some input from people who use
    > Contribute as a content management system with standards-based CSS sites.
    > Our
    > company uses Dreamweaver templates with Contribute to allow users of sites
    > we
    > design to update their content. However, using Dreamweaver templates
    > imposes a
    > lot of restrictions on what we can do. Please share your experiences,
    > suggestions, thoughts, etc.
    >

    Murray *TMM* Guest

  4. #3

    Default Re: Contribute and 100% Valid CSS/XHTML

    As a temporary rebuild of our site [url]http://thegef.org[/url] I had created very clean
    html+css and didn't want Contribute messing it up. At first I was horrified, as
    I found Contribute adding in its own tags. In the meantime I have cleaned out
    of the styles drop-down any styles other than my own. Provided users go through
    Notepad to eliminate Microsoft formatting, you need not fear for your carefully
    coded site.

    gefjo Guest

  5. #4

    Default Re: Contribute and 100% Valid CSS/XHTML

    Contribute only adds the tags you tell it to.

    Can you give me an example?

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

    "gefjo" <webforumsuser@macromedia.com> wrote in message
    news:d1sfno$d61$1@forums.macromedia.com...
    > As a temporary rebuild of our site [url]http://thegef.org[/url] I had created very
    > clean
    > html+css and didn't want Contribute messing it up. At first I was
    > horrified, as
    > I found Contribute adding in its own tags. In the meantime I have cleaned
    > out
    > of the styles drop-down any styles other than my own. Provided users go
    > through
    > Notepad to eliminate Microsoft formatting, you need not fear for your
    > carefully
    > coded site.
    >

    Murray *TMM* Guest

  6. #5

    Default Re: Contribute and 100% Valid CSS/XHTML

    An example: On this page
    [url]http://thegef.org/participants/Secretariat/CEO/CEOhome.html[/url], code was added to
    the <h2> tags that does not come from us, i.e. <h2 style="margin-top: 0;
    margin-bottom: 0;">
    Before this page was written, our stylesheet had already defined <h2>.
    I don't have an example, but until I dumped them, saw styles named things like
    style1, style2, which was presumably Contribute creating styles on the basis of
    formatting changes made by an editor.
    Once those "styles" were in place, even if we went through Notepad to dump
    formats, when we pasted into a Contribute page with clean code created by hand,
    it would add these styles of its own.

    gefjo Guest

  7. #6

    Default Re: Contribute and 100% Valid CSS/XHTML

    > presumably Contribute creating styles on the basis of
    > formatting changes made by an editor.
    Yes definitely that's what it is. So you want the editors NOT to be able to
    create any new styles? You can specify that in the Administration options
    for the various Editor roles in CT3. Are your editors using CT3?

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

    "gefjo" <webforumsuser@macromedia.com> wrote in message
    news:d1skeo$k10$1@forums.macromedia.com...
    > An example: On this page
    > [url]http://thegef.org/participants/Secretariat/CEO/CEOhome.html[/url], code was
    > added to
    > the <h2> tags that does not come from us, i.e. <h2 style="margin-top: 0;
    > margin-bottom: 0;">
    > Before this page was written, our stylesheet had already defined <h2>.
    > I don't have an example, but until I dumped them, saw styles named things
    > like
    > style1, style2, which was presumably Contribute creating styles on the
    > basis of
    > formatting changes made by an editor.
    > Once those "styles" were in place, even if we went through Notepad to dump
    > formats, when we pasted into a Contribute page with clean code created by
    > hand,
    > it would add these styles of its own.
    >

    Murray *TMM* Guest

  8. #7

    Default Re: Contribute and 100% Valid CSS/XHTML

    Hello,

    we have developp a site in a CSS, that we had validated on W3C. This site must
    be manage by our client with contribute 3, and we are very surprise because
    what we see with contribute is very different of what we valid. It's not
    possible to use contribute in that way.
    You could see the projet on [url]http://www.1-ter-net.net/testvalide/golf/[/url]
    Is there somebody who could tell us is contribute could manage CSS ? What kind
    of CSS, is that a different kind of CSS specially for Macromedia ?

    Best regards
    Eryck

    ponseel Guest

  9. #8

    Default Re: Contribute and 100% Valid CSS/XHTML

    ok i am having the same problem where users are editing pages and creating new
    styles without realizing it. and when in looked in the contribute settings
    (contribute 3) the only way i found to disable this for users was to go to
    Styles and Fonts and for style support select 'don't allow users to create
    styles'. the problem with this is that it also doesn't allow users to apply
    styles. the style dropdown that appears when text is selected is no longer
    there. is there a way to prevent users from creating styles but still allow
    them to apply styles?

    bdee2 Guest

  10. #9

    Default Re: Contribute and 100% Valid CSS/XHTML

    bdee2: I see that in the admin options, you have the possibility to allow an
    editor to apply styles, but only from a specific style sheet. So it's tough if,
    like us, you use more than one style sheet, but that might be a solution for
    you.

    gefjo Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

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 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139