Contribute Driving me Crazy!... Help!

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

  1. #1

    Default Contribute Driving me Crazy!... Help!

    :confused;

    I have built a site using standard XHTML 1.0 Transitional practices and one of
    my div layers (footer) is positioned absolutely to the bottom of the screen.
    When editing any page in Contribute that div floats over content in the editor
    and covers part of the page making edits impossible! I read a tooltip about
    using ASP code to include your css like so:

    <%
    Dim cssFile
    cssFile="footer.css"
    Response.Write "<link href='./css/" & cssFile & "' rel='stylesheet'
    type='text/css'/>"
    %>

    Supposedly the Contribute editor will not read in the style sheet because it
    does not run the ASP code. At one time I thought I had that working, but when
    I go into edit mode I still see my footer! Can anyone give me some quick
    advise? Are there any CSS tricks to making a div disappear inside the
    Contribute editor that I am unaware of?

    Thanks much!

    Charles

    TDHCharles Guest

  2. Similar Questions and Discussions

    1. InCopy driving me crazy
      hi, im using Indesign and InCopy CS2, when i create assignments for Incopy,editors cant see all images in the layout,and sometimes not even the...
    2. styles driving me crazy!
      My website was set up using Dreamweaver 6.1 on a Windows pc. I'm trying to edit pages using Contribute 3.1 on a Mac. Every time I sect text and...
    3. Charset driving me crazy!
      Hello! This is driving me crazy. I use php to query MySQL. Then the results are displayed on a webpage. All accented characters, umlauts, etc....
    4. CDONTS is driving me crazy. Please help !!!
      Hi, I am trying to create a web page in ASP where the user enters their name and email address, and when they submit the form, an email is...
    5. focusManager driving me CRAZY!
      First off, you want to address the focusManager on _root _root.focusManager.setFocus(myTextBox) The problem I am having, is that when I set...
  3. #2

    Default Re: Contribute Driving me Crazy!... Help!

    Does anyone know the answer to this question? I'm just trying to make a style be hidden when editing a page in contribute. In other words, I want to turn off a div.

    Charles
    TDHCharles Guest

  4. #3

    Default Re: Contribute Driving me Crazy!... Help!

    I don't know asp, but in cold fusion we were able to have things not show up in
    edit mode by having them in an include file that was called with an absolute
    link, like this:

    <cfinclude template="/11k/scripts/inc-footer.cfm" />

    abna 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