Multiple <html> tags

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

  1. #1

    Default Multiple <html> tags

    I'm running a site coding in coldfusion and already have about 20
    people using contribute to make updates to their sections of the web.
    This works well because contribute "hides" the coldfusion code and the
    user is only left with the title and body to edit.

    However, I want to implement different regions so it locks down the
    site even more. I know contribute does not like that I have my <html>
    tags and .css file in includes. Here is my question: What could be
    the issues if I have multiple <html> tags in my page? I could set a
    variable in the page so I would know it is a staff page and then just
    not render the <html> tag in my code, but I'd like to know the
    potential pitfalls.

    Thanks in advance for any help.

    Jonathan Guest

  2. Similar Questions and Discussions

    1. How to Add Multiple Meta tags?
      I work for a large state educational orgranization that needs to add meta tags to the header as part of the http://dublincore.org Metadata...
    2. HTML tags usage into XML
      Hi, here my issue: Scenario dynamic flash with data extracted by a database and provided to the flash application through action script using XML...
    3. html character enities and other html tags in Contribute3.x
      If you need support/integration of additional html character entities and other html tags in Contribute 3.x, please let Macromedia know that you are...
    4. Multiple CFFORM Tags
      Is it possible to have multiple CFFORM tags in one page? I have tried it but only the first form in the page will display?
    5. How to use HTML::Parser to remove HTML tags and print result
      I am trying to use HTML::Parser to parse an HTML file, remove all HTML tags (including comments, etc.), replace all ENTITIES (e.g. &amp), and put...
  3. #2

    Default Re: Multiple <html> tags

    Is there a work around for having your <html> tag in an include for
    contribute? This would solve the majority of my problems.

    Jonathan 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