External CSS - what am I doing wrong??

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

  1. #1

    Default Re: External CSS - what am I doing wrong??

    What MM needs to do is make it so that if you are including CSS files (in my
    case, I'm including them in my top.php, which is then included onto pages), you
    can still see them in the edit screen by the definition in the admin console.

    There is a field that says "Only use this stylesheet" and I give it the direct
    path to the css file on the server, but unless I put the css link code in the
    page, it won't all for those styles to be see in the style list.

    BTW - in this example, I have the forcetype set to plain/text so my php
    include code will be safe on my pages, so it's not executing the top php where
    the stylesheets are included. Can I get an answer on the MM?

    Fractalice Guest

  2. Similar Questions and Discussions

    1. #39332 [NEW]: Wrong character encoding from external program output
      From: herbert dot fischer at gmail dot com Operating system: Red Hat ELAS4 Upd3 PHP version: 5.1.6 PHP Bug Type: Program...
    2. What am I doing wrong?
      > rs.Source="SELECT id From User Where upper I asked this before... Try sql = "SELECT id FROM user WHERE UPPER(cLoginID) = '" & vUserID &...
    3. external cast members of an external cast
      I am trying to import a png image (with transparency) externally to an external cast. The problem is that the image doesn't appear when I play the...
    4. Not what am I doing wrong???
      http://207.176.137.246/design.asp I want to have the main contents for each page in the scrollbar layer on the right. How do I get the darn...
    5. Am I doing anything wrong?
      Could you advise if I am doing anything wrong? Page: bdConnect.asp <% Set DataConn = Server.CreateObject("ADODB.Connection")...
  3. #2

    Default Re: External CSS - what am I doing wrong??

    Maybe the issue is that you are linking to the css in an include. Have you
    tried linking to it on the page itself? And, in Dreamweaver I've found that it
    won't read styles with an absolute link to the css, only a relative link. I
    haven't tried it out in Contribute yet, but that may be another issue.

    abna Guest

  4. #3

    Default Re: External CSS - what am I doing wrong??

    DW won't show styles with an absolute link because you're working locally. Assign a Design-Time style sheet.
    gefjo 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