Use stylesheets that are not linked in edited page?

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

  1. #1

    Default Use stylesheets that are not linked in edited page?

    Hi,

    My web page style sheet references are in a header file. Because of this
    contribute can't apply styling to pages when editing them.

    I have tried putting style sheet references inline with the body of the page
    being edited but they aren't picked up.

    Can anyone advise how to get Contribute to display styling from a stylesheet
    that isn't linked directly within the edited page?

    Thanks!

    EricTViking Guest

  2. Similar Questions and Discussions

    1. Published page different than edited draft
      OK, this one is very interesting! I've edited the page, it looks great in draft form. I publish it and suddenly one of the edited parts has a...
    2. Error: Page is being edited on another machine
      I have a client that I bought and downloaded Adobe Contribue on their machine to edit their website. She keeps calling saying that sometimes when...
    3. page currently being edited
      Hello, I am the administrator. I set up an user role to be an editor. Sometimes when they try to login, they get the error message across the top...
    4. Cannot save edited page..... Filename alreadyexists......
      I made a page using the Contribute templates and uploaded it on my server. A few days later I opened the same page in Contribute, edited it, but as...
    5. PDF not linked to appropriate web page
      I'm currently using Acrobat 5.0.5, and I tried to add a web link from the PDF I created. When I tested the link, it just went to the default web...
  3. #2

    Default Re: Use stylesheets that are not linked in edited page?

    Hi Eric,

    I am having a similar problem with Adobe Contribute CS3 4.1

    The site is coded in ASP.NET 2.0 and uses Master Pages which contain the
    stylesheet <link /> tag.
    I believe that Contribute and Dreamweaver CS3 was released before ASP.NET 2.0
    (and Master Pages) were around.
    I've tried the ASCX web control includes that are classic asp compatible and
    still they're only parsed in contribute design view as little asp shield
    icons.. no includes are performed.

    I've added this line of code into the content place holder all over the place
    just to see if it would pick it up:
    <link rel="stylesheet" type="text/css" href="Styles.css" />

    But the only way I have managed to get Contribute to pick it up is by added
    this bit of HTML before hand:
    <html>
    <head>

    Which is just bad practice, not to the w3c standard and I'm pretty sure SOE,
    especially Google will ban or give the site a bad rating if I use it.

    My solution idea so far is to have the content pages, that Contribute edits,
    in their own directory which the FTP details point to. Then to write some
    update code of my own that checks for the last updated timestamp on page load
    event that updates the ASPX files if there has been an update...

    Another idea is to use inline css.. *shudders*

    Angrist Guest

  4. #3

    Default Re: Use stylesheets that are not linked in edited page?

    What the hell?

    Seriously I purchased the product months ago... to let a few people on staff
    edit pages...but I'm using stylesheets - STANDARD and I am finding out just now
    that the problem is not us - but Contribute - that it does not recognize
    stylesheets in the Contribute edit window - so it mashes all my divs
    together...and they sell this thing with a straight face???... and this has
    been true for YEARS???



    eamclellan Guest

  5. #4

    Default Re: Use stylesheets that are not linked in edited page?

    I ran into this too. What I found was that if the CCS was using a ID type
    rather than a Class, the IDs would not show on the Contribute list. <Sorry if
    I'm not describing well... realtive newbie to CCS jargon> I just know that in
    DW if I right mouse click on a tag element, I see 'Set ID' and 'Set Class'
    items. ID ones are in the .ccs with '#' in front of them / Class ones have '.'.
    I found no way to have Contribute users take advantage of my ID ones. I was
    facing having to do reviews and update in DW too, or change my CCS.

    SJimba Guest

  6. #5

    Default Re: Use stylesheets that are not linked in edited page?

    Any sites I'm doing for Contribute administration I design with two stylesheets
    - one for the classes I intend the Contribute users to access and one with
    everything else. I try to limit IDs to the styles I don't want the user to
    have access to. This has worked well for me and has solved some of the
    problems being described here.

    In addition to the "mashing divs together" problem, it apparently doesn't
    quite understand ascii vs binary FTP. Every site I download with conventional
    FTP after it has been edited by Contribute is double-spaced.


    scr 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