External style sheet not showing in Edit mode

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

  1. #1

    Default Re: External style sheet not showing in Edit mode

    Make sure the extension for your ssi is .shtml. Styles should then render correctly in edit mode.
    itchylick Guest

  2. Similar Questions and Discussions

    1. Cascading Style Sheet
      :confused; I just signed up for the free trial of Adobe Contribute (Mac version) to make regular changes to my website, and I need to know how to...
    2. edit css style sheet in Contribute?
      Is there any way to edit a ../styles.css page directly from within Contribute v3 ? It is at www.blahblah.com/styles.css but when browsing to that...
    3. Style sheet problem
      Hi everyone, I've had to export a whole heap of text from a Quark document so that it ends up in Microsoft Word. The document came across into...
    4. Contribute Style Sheet
      I am having a problem with the style sheet updating for users once i change it. I created some new styles for users to to use but they are not...
    5. Help with style sheet for my CF file
      I need to add image on my CF application, it was written by someone else using style sheet as follow: This is the style sheet that control the...
  3. #2

    Default Re: External style sheet not showing in Edit mode

    Here's a little more info about what led me to making the previous post:

    You can use a number of different file types as ssi's (.htm, .html, .asp.
    etc). You might also expect that they'd be treated the same way in Contribute's
    edit mode. They didn't for me.

    Similar to a post above by ekp23, I am using a server-side include in the head
    of my pages to a file that calls my external style sheet. The problem I
    encountered was when in edit mode, the styles would not render and the page
    would fall apart. I was unable find a solution until I came across this article
    today ... [url]http://www.macromedia.com/devnet/contribute/extreme/extreme002.html[/url].
    The line that caught my attention was "Also, make sure that users who create
    pages with includes know to add the .shtml extension to the filename." So just
    out of curiousity and a dwindling set of options I changed the filename of my
    ssi from .htm to .shtml ... and guess what? It worked. My pages now render
    correctly in edit mode. As to why this is happening I couldn't tell ya. I'm
    just glad I can move onto the next problem.

    itchylick 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