Using Stripped tag pages for includes???

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

  1. #1

    Default Using Stripped tag pages for includes???

    My client station managers are going to use Contribute to modify tables
    containing data on a per semester basis. I find that in DW, if I am using
    php and I save the page as table.html but strip out the html/header/body
    tags, the table still displays as a table in preview. If I name it
    table.inc, it becomes raw text. My clients can't be expected to safely edit
    the inc files, so I need to give them tables.

    Right now, a php page with an include("table.html") will display in the php
    page just fine. The header/bodytags are not needed and they don't interfere.
    But the station managers are going to be using Contribute to edit the
    table.html content. I am hoping that Contribute 3 does not mess with the
    lack of tags and auto add them.

    Anyone have any experience with Contribute in this way and whether on site
    it will 'correct' these incomplete files by adding the missing tags or allow
    you to keep them as is?

    Thanks

    Jeff
    ~~~~~~~~~~~~
    Jefferis Peterson, Pres.
    Web Design and Marketing
    [url]http://www.PetersonSales.com[/url]

    Jefferis NoSpamme Guest

  2. Similar Questions and Discussions

    1. #38717 [Opn->Bgs]: BCC header isn't stripped out
      ID: 38717 Updated by: johannes@php.net Reported By: adrianob at gmail dot com -Status: Open +Status: ...
    2. #38717 [Fbk->Opn]: BCC header isn't stripped out
      ID: 38717 User updated by: adrianob at gmail dot com Reported By: adrianob at gmail dot com -Status: Feedback...
    3. editable region end tag stripped away
      When my Contribute 3 publishers edit a template-based webpage then publish it, the editable region <end tag> is stripped. As a result, the editable...
    4. HTML Stripped from page
      I'm probably in the wrong group here but here is my question. A page on my website has had part of the HTML code stripped out and I'm wondering how...
    5. Stripped Down Linux Router Setup
      I am just playing around with Redhat 9 to see how well this works. I am setting up Redhat on a rack mount case which I want to use to replace a...
  3. #2

    Default Re: Using Stripped tag pages for includes???

    Jeff,

    Contribute will not mess up or add to this code. I have done this a couple of times now and it worked perfectly.

    jnosal3 Guest

  4. #3

    Default Re: Using Stripped tag pages for includes???

    Thank YOU!


    On 12/25/05 3:20 PM, in article domuu3$lb6$1@forums.macromedia.com,
    "jnosal3" <webforumsuser@macromedia.com> wrote:
    > Jeff,
    >
    > Contribute will not mess up or add to this code. I have done this a couple of
    > times now and it worked perfectly.
    >
    ~~~~~~~~~~~~
    Jefferis Peterson, Pres.
    Web Design and Marketing
    [url]http://www.PetersonSales.com[/url]


    Jefferis NoSpamme 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