External CSS link not working

Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default External CSS link not working

    :confused; How can I fix this problem. I want to be able to link to the
    stylesheet on my local PC, and have it work when I upload the document without
    changing the path. Here's what I'm doing now...

    <link href="../docdata/costest_style.css" rel="stylesheet" type="text/css">
    this is the code generated by Dreamweaver, I can preview in IE fine

    <link href="file://///Cbo.gov/c$/mirror/fdrive/docdata/costest_style.css"
    rel="stylesheet" type="text/css"> this is the change I have to make for it to
    work, live, on our website

    webmommee Guest

  2. Similar Questions and Discussions

    1. a:link in external css
      Hello all, I've been busy for hours and hours with this problem. I load dynamic htmlText into a mx:Text component and I succeed in styling the...
    2. Link To an external Pop Up
      Hi, i am an extreme noob when it comes to the complicated world of macromedia, so if all you smart people could help me that would be great, ok i...
    3. link to an external file
      Hi, I want to put links in my movie to open files in other apps - such as word docs. How is this done? thanx
    4. link to an external URL file
      Hi, which code do you use to create a link from your flash file to link it to another flash file (open a new window) that has been published (URL)...
    5. link to external files
      Hello there! Im a little confused with my external linked files. I'm frist create my scene with external linked files from local directorie and...
  3. #2

    Default Re: External CSS link not working

    What is the root folder of your local site? Is it docdata? Or is it
    fdrive?

    (are you editing directly on the server?)

    --
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================


    "webmommee" <webforumsuser@macromedia.com> wrote in message
    news:eat92h$q55$1@forums.macromedia.com...
    > :confused; How can I fix this problem. I want to be able to link to the
    > stylesheet on my local PC, and have it work when I upload the document
    > without
    > changing the path. Here's what I'm doing now...
    >
    > <link href="../docdata/costest_style.css" rel="stylesheet"
    > type="text/css">
    > this is the code generated by Dreamweaver, I can preview in IE fine
    >
    > <link href="file://///Cbo.gov/c$/mirror/fdrive/docdata/costest_style.css"
    > rel="stylesheet" type="text/css"> this is the change I have to make for it
    > to
    > work, live, on our website
    >

    Murray *ACE* Guest

  4. #3

    Default Re: External CSS link not working

    Site - CBO.gov (C:\My Documents\CBO.gov)
    docdata
    docimages
    templates

    webmommee Guest

  5. #4

    Default Re: External CSS link not working

    I'm not editing on the server, editing the local copy
    webmommee Guest

  6. #5

    Default Re: External CSS link not working

    That's from your local site definition? That's the path in the field?

    So - CBO.gov is the root of the local site.

    What do you have in the FTP Host directory field of your remote site's
    definition?

    --
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================


    "webmommee" <webforumsuser@macromedia.com> wrote in message
    news:eatan3$s0o$1@forums.macromedia.com...
    > Site - CBO.gov (C:\My Documents\CBO.gov)
    > docdata
    > docimages
    > templates
    >

    Murray *ACE* Guest

  7. #6

    Default Re: External CSS link not working

    Where do I find it. On the advanced tab of the Site definition: Acess: Local/Network

    \\Cbo-gov\c$\mirror\fdrive\docdata\
    webmommee Guest

  8. #7

    Default Re: External CSS link not working

    Our system administrator told me to just make an absolute path to the style
    sheets. The root directory is www, I made a new folder (css), so the new path
    is <link href="http://www.cbo.gov/css/costest_style.css" rel="stylesheet"
    type="text/css">

    Now everything works fine.

    Thanks

    webmommee 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