Links in Dreamweaver

Hi,
I've just finished making a website for fun, which looks great thanks to Flash and Dreamweaver!
Anyway, I was thinking of using it as a desktop background (Windows XP active desktop web page), and linking things like my folders and files to
my tabs, be alot cooler than a boring background =).
I've used DesktopX and similar shells which are great but they dont support swf.
So, is it possible to link say My Computer to a button in Dreamweaver or Flash?
Thanks!!!
MC

> In & Out LInks
Handy, I agree.
> The whole "site map" thing is stupid.
Beyond that....
Please suggest the In 'n Out thing to the dev team -
http://www.adobe.com/cfusion/mmform/index.cfm?name=wishform
Meanwhile, you can get the same info by doing a site-wide
find for a
filename.
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com
- Template Triage!
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
http://www.macromedia.com/support/search/
- Macromedia (MM) Technotes
==================
"Kevin Barry" <[email protected]> wrote in
message
news:fa4vga$jho$[email protected]..
>I switched to Dreamweaver from GoLive this year, and I
have to say I'm
> unimpressed with Dreamweaver's site management features
in comparison to
> GoLive's.
>
> How can I tell which pages in my site are linked to a
particular file?
> GoLive
> had a very hand "In & Out LInks" palette that told
you not only which
> files the
> selected file pointed to but which files pointed TO the
selected file. I
> used
> it constantly. In Dreamweaver, I can't seem to find a
way to view which
> pages
> in my site link TO a selected file. The whole "site map"
thing is stupid.
> It
> requires me to set a particular file as the home page in
the site to do
> that.
>
> Please help!
>

Similar Messages

  • Git/gitHub supported or can used together (linked) with dreamweaver cs6

    git/gitHub supported or can used together (linked) with dreamweaver cs6? what is version control?
    server folder, web url fields,...when define a LOCAL HOST SERVER what must insert? I have XAMPP...htdocs/ win7...?

    It is best to download scripts from Github and save them in your local site folder.
    To set-up a local testing server in DW see screenshots below.  Replace C:\wamp\www\ with xampp\htdocs
    Make sure Xampp is running.
    Nancy O.

  • Purple links in Dreamweaver

    Hi,
    Im having trouble with purple links in Dreamweaver. It seems what ever colour I change the visited link to doesn't make any difference it just stays purple.
    Is there anything wrong with my code?
    a:linkbig {
      font-size: 22px;
      font-family:"Relative Book", 'Century Gothic', Verdana, sans-serif; font-size-adjust:0.5; font-weight:normal; font-style:normal;
    a:link { color: #000; }
    a:visited { colour: #000; }
    a:hover { text-decoration: underlined; color: #000; }
    a:active { color: #000;
    Thanks

    This is correct
    Corrections marked in red
    a linkbig {
      font-size: 22px;
      font-family:"Relative Book", 'Century Gothic', Verdana, sans-serif; font-size-adjust:0.5; font-weight:normal; font-style:normal;
    a:link {
    color : #000;
    a:visited {
    color : #000;
    a:hover {
    text-decoration : underline;
    color : #000;
    a:active {
    color : #000;

  • How do I update slices in photoshop without losing the links in Dreamweaver??

    Hi all,
    I have designed a website in photoshop and everything is sailing smoothly. The only problem I have is that everytime I try to update the layout in photoshop I lose all the links I had put to the slices in dreamweaver. This happens even if am just adding a single word to the layout in photoshop and sav it for web. the website has many many links and everytime I update the site means I have to put the links on all over again and it is a chao as they are over 100 links....
    Is there a way to update the layout in photoshop and still have the slices with their links in dreamweaver?? I also lose all my DIV tags when I update the site...
    Please help

    Sounds like you're exporting Save as type: HTML and Images, which will overwrite your modified HTML (anchors etc) in your web page every time.
    When you export the slices, try exporting Save as type: Images Only, so that only the image get exported and your modified HTML (anchors etc) stays intact.
    Provided your slice names and dimensions don't change, only the sliced images will update and your page layout will remain intact.

  • PS gallery linked to Dreamweaver does not show up once on pub. server

    i created a photoshop gallery and linked it to my website (Dreamweaver) under construction (as im learning); it shows up fine when i preview it on browser from my computer location, however, it does not show up once on the public server. any help as to the direct problem with this link/file/coding, etc... would be greatly appreciated....
    site >>>> http://paulrosal.com/ >>>>> CLICK ON "ART"
    ******************************CHECK OUT CODING RIGHT HERE******************************
    <!-- saved from url=(0013)about:internet -->
    <html lang="en">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>gallery</title>
    <style>
    body,html {
    margin-top:0;
    margin-left:0;
    margin-right:0;
    margin-bottom:0;
    height: 100%;
    width: 100%;
    </style>
    <!-- Active Content Workaround Support File -->
    <script src="resources/AC_RunActiveContent.js" language="javascript"></script>
    <script language="JavaScript" type="text/javascript">
    function getQueryVariable(variable) {
      var query = window.location.search.substring(1);
      var vars = query.split("&");
      for (var i=0;i<vars.length;i++) {
        var pair = vars[i].split("=");
        if (pair[0] == variable) {
          return pair[1];
      return -1;
    </script>
    <script language="JavaScript" type="text/javascript">
      var startImg = getQueryVariable("startImg");
      //alert(startImg);
    </script>
    <!-- Flash Detection Script Block -->
    <script language="JavaScript" type="text/javascript">
    <!--
    // Globals
    // Major version of Flash required
    var requiredMajorVersion = 8;
    // Minor version of Flash required
    var requiredMinorVersion = 0;
    // Minor version of Flash required
    var requiredRevision = 0;
    // the version of javascript supported
    var jsVersion = 1.0;
    // -->
    </script>
    <script language="VBScript" type="text/vbscript">
    <!-- // Visual basic helper required to detect Flash Player ActiveX control version information
    Function VBGetSwfVer(i)
      on error resume next
      Dim swControl, swVersion
      swVersion = 0
      set swControl = CreateObject("ShockwaveFlash.ShockwaveFlash." + CStr(i))
      if (IsObject(swControl)) then
        swVersion = swControl.GetVariable("$version")
      end if
      VBGetSwfVer = swVersion
    End Function
    // -->
    </script>
    <script language="JavaScript1.1" type="text/javascript">
    <!-- // Detect Client Browser type
    var isIE  = (navigator.appVersion.indexOf("MSIE") != -1) ? true : false;
    var isWin = (navigator.appVersion.toLowerCase().indexOf("win") != -1) ? true : false;
    var isOpera = (navigator.userAgent.indexOf("Opera") != -1) ? true : false;
    jsVersion = 1.1;
    // JavaScript helper required to detect Flash Player PlugIn version information
    function JSGetSwfVer(i){
    // NS/Opera version >= 3 check for Flash plugin in plugin array
    if (navigator.plugins != null && navigator.plugins.length > 0) {
    if (navigator.plugins["Shockwave Flash 2.0"] || navigator.plugins["Shockwave Flash"]) {
    var swVer2 = navigator.plugins["Shockwave Flash 2.0"] ? " 2.0" : "";
                    var flashDescription = navigator.plugins["Shockwave Flash" + swVer2].description;
    descArray = flashDescription.split(" ");
    tempArrayMajor = descArray[2].split(".");
    versionMajor = tempArrayMajor[0];
    versionMinor = tempArrayMajor[1];
    if ( descArray[3] != "" ) {
    tempArrayMinor = descArray[3].split("r");
    } else {
    tempArrayMinor = descArray[4].split("r");
                    versionRevision = tempArrayMinor[1] > 0 ? tempArrayMinor[1] : 0;
                flashVer = versionMajor + "." + versionMinor + "." + versionRevision;
               } else {
    flashVer = -1;
    // MSN/WebTV 2.6 supports Flash 4
    else if (navigator.userAgent.toLowerCase().indexOf("webtv/2.6") != -1) flashVer = 4;
    // WebTV 2.5 supports Flash 3
    else if (navigator.userAgent.toLowerCase().indexOf("webtv/2.5") != -1) flashVer = 3;
    // older WebTV supports Flash 2
    else if (navigator.userAgent.toLowerCase().indexOf("webtv") != -1) flashVer = 2;
    // Can't detect in all other cases
    else {
    flashVer = -1;
    return flashVer;
    // When called with reqMajorVer, reqMinorVer, reqRevision returns true if that version or greater is available
    function DetectFlashVer(reqMajorVer, reqMinorVer, reqRevision)
          reqVer = parseFloat(reqMajorVer + "." + reqRevision);
            // loop backwards through the versions until we find the newest version    
    for (i=25;i>0;i--) {    
    if (isIE && isWin && !isOpera) {
    versionStr = VBGetSwfVer(i);
    } else {
    versionStr = JSGetSwfVer(i);         
    if (versionStr == -1 ) {
    return false;
    } else if (versionStr != 0) {
    if(isIE && isWin && !isOpera) {
    tempArray         = versionStr.split(" ");
    tempString        = tempArray[1];
    versionArray      = tempString .split(",");                   
    } else {
    versionArray      = versionStr.split(".");
    versionMajor      = versionArray[0];
    versionMinor      = versionArray[1];
    versionRevision   = versionArray[2];
    versionString     = versionMajor + "." + versionRevision;   // 7.0r24 == 7.24
    versionNum        = parseFloat(versionString);
                 // is the major.revision >= requested major.revision AND the minor version >= requested minor
    if ( (versionMajor > reqMajorVer) && (versionNum >= reqVer) ) {
    return true;
    } else {
    return ((versionNum >= reqVer && versionMinor >= reqMinorVer) ? true : false );    
    // -->
    </script>
    </head>
    <body><div align="center" style="width:100%; height:100%">
    <script language="JavaScript" type="text/javascript">
    <!--
    // Version check for the Flash Player that has the ability to start Player Product Install (6.0r65)
    var hasProductInstall = DetectFlashVer(6, 0, 65);
    // Version check based upon the values entered above in "Globals"
    var hasReqestedVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
    // Location visited after installation is complete if installation is required
    var MMredirectURL = window.location;
    // Stored value of document title used by the installation process to close the window that started the installation process
    // This is necessary to remove browser windows that will still be utilizing the older version of the player after installation is complete
    // DO NOT MODIFY THE FOLLOWING TWO LINES
    //document.title = document.title.slice(0, 47) + " - Flash Player Installation";
    document.title = document.title.slice(0, 47);
    var MMdoctitle = document.title;
    // Check to see if a player with Flash Product Install is available and the version does not meet the requirements for playback
    if ( hasProductInstall && !hasReqestedVersion ) {
        var productInstallOETags = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'
        + 'width="550" height="200"'
        + 'codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">'
        + '<param name="movie" value="resources/playerProductInstall.swf?MMredirectURL='+MMredirectURL+'&MMplayerType=Ac tiveX&MMdoctitle='+MMdoctitle+'" />'
        + '<param name="quality" value="best" /><param name="bgcolor" value="#3A6EA5" />'
        + '<embed src="resources/playerProductInstall.swf?MMredirectURL='+MMredirectURL+'&MMplayerType=Plug In" quality="high" bgcolor="#3A6EA5" '
        + 'width="550" height="300" name="detectiontest" align="middle"'
        + 'play="true"'
        + 'loop="false"'
        + 'quality="best"'
        + 'wmode="opaque"'
        + 'allowScriptAccess="sameDomain"'
        + 'type="application/x-shockwave-flash"'
        + 'pluginspage="http://www.adobe.com/go/getflashplayer">'
        + '<\/embed>'
        + '<\/object>';
        document.write(productInstallOETags);   // embed the Flash Product Installation SWF
    } else if (hasReqestedVersion) {  // if we've detected an acceptable version
        AC_FL_RunContent(
    'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0',
    'flashvars','baseRefUrl=resources/&groupxml=group.xml&stylexml=style.xml&localText=localT ext.xml&livePreview=false&startImg='+startImg,
    'width', '100%',
    'height', '100%',
    'src', 'resources/gallery',
    'quality', 'high',
    'pluginspage', 'http://www.adobe.com/go/getflashplayer',
    'align', 'middle',
    'play', 'true',
    'loop', 'true',
    'scale', 'showall',
    'wmode', 'opaque',
    'devicefont', 'false',
    'id', 'gallery',
    'bgcolor', '#f7f7f7',
    'name', 'gallery',
    'menu', 'true',
    'allowScriptAccess','sameDomain',
    'movie', 'resources/gallery',
    'salign', ''
      } else {  // flash is too old or we can't detect the plugin
        var alternateContent = 'This photo gallery requires the Adobe Flash Player.'
            + '<a href=http://www.adobe.com/go/getflash/>Get the free Flash Player here</a>';
        document.write(alternateContent);  // insert non-flash content
    // -->
    </script>
    <noscript>
    // Provide alternate content for browsers that do not support scripting
    // or for those that have scripting disabled.
           Sorry, this photo gallery requires that scripting be enabled on your web browser and that the Adobe Flash Player be installed.
      <a href="http://www.adobe.com/go/getflash/">Download the Adobe Flash Player</a>
    </noscript>
    </div>
    </body>
    </html>

    Are you sure you have uploaded everything in the gallery folder to the correct location. It can't find the index.html page.

  • Image Links Not Linking in Dreamweaver

    I am evaluating Dreamweaver 8 but may not have it setup
    correctly. When I click on Image using Local View, Remote view or
    Testing Server I always get sent to the Image directory instead of
    linking to the page specified in the link.
    code
    <td><a
    href="visitor_registration_menu.cfm:><img
    src="images/homepageregistration.gif" width="300" height="100"
    border="0"></a>
    I am upgrading from ColdFusion 5 to ColdFusion MX7 and Studio
    4 to Dreamweaver 8. I don't know if my local, remote and testing
    environments are not setup correctly or if it is the act of moving
    old code to Dreamweaver. ColdFusion MX7 code works in Internet
    explorer, so it is not the code per se.
    Also, I am using IIS as my web server.
    I am pointing local view, remote view and testing sever to
    one place:
    c:/inetpub/wwwroot/GrandLakeFunSeekers
    Is this correct?
    Thanks
    Ron Powers

    > When in Design Mode, the Page shows completely and
    correctly. However,
    > when I
    > pass the mouse over the Image that should link to
    another page it does not
    > show
    > the Hand for a link but continues to show an Arrow.
    In design view, you will not see this kind of interactivity.
    > When I click over the
    > image, I get the the Select Image Source dialog box
    instead of linking to
    > the
    > desired page.
    You get that when you double click on the image. Try control
    clicking on it
    instead.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "RonPCCSI" <[email protected]> wrote in
    message
    news:er279e$47n$[email protected]..
    > When in Design Mode, the Page shows completely and
    correctly. However,
    > when I
    > pass the mouse over the Image that should link to
    another page it does not
    > show
    > the Hand for a link but continues to show an Arrow. When
    I click over
    > the
    > image, I get the the Select Image Source dialog box
    instead of linking to
    > the
    > desired page.
    >
    > As far a Remote goes, I will have a third party hositing
    my production
    > site.
    > I am in development mode and don't really have a
    production server.
    >
    > I know this is confusing, hope it helps.
    >
    > Thanks for helping
    > Ron
    >

  • External Links in Dreamweaver CS3?

    I am new to web design and Dreamweaver and I cannot get
    external links to work no matter what I do. I could not find any
    instruction on how to do this on the web or in Adobe help files.
    Whenever I make an external link, say for example I type
    Google.com, it links to my my own site as if it were an internal
    link to mysite.com/www.google.com. It is extremely frustrating so I
    appreciate any help with solving this. I know it has to be
    something so ridiculously simple that no one even though of posting
    how to do it but nonetheless I need help! Thanks again.

    You need to specify the protocol for the link, e.g.,
    http://www.google.com
    which will produce code that looks like this -
    <a href=''
    http://www.google.com">Google
    with me</a>
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "WJH1st" <[email protected]> wrote in
    message
    news:f5tubc$efs$[email protected]..
    >I am new to web design and Dreamweaver and I cannot get
    external links to
    >work
    > no matter what I do. I could not find any instruction on
    how to do this
    > on the
    > web or in Adobe help files. Whenever I make an external
    link, say for
    > example
    > I type Google.com, it links to my my own site as if it
    were an internal
    > link to
    > mysite.com/www.google.com. It is extremely frustrating
    so I appreciate
    > any
    > help with solving this. I know it has to be something so
    ridiculously
    > simple
    > that no one even though of posting how to do it but
    nonetheless I need
    > help!
    > Thanks again.
    >

  • Text links in Dreamweaver CS3

    I have a grey line of text on a green background. When I add
    a link to the text, it shows up a purpleish blue in any web
    browser. I've checked Safari, Firefox, and Explorer. It changes the
    color once a link is added. I am fairly new to using Dreamweaver,
    so if anyone can help me out, that would be great. I know my page
    properties links settings are all clear except for the grey text
    color. I just want my text to stay grey once a link is added. Is
    this a browser issue or a setting in Dreamweaver I can change?
    Thanks,
    CW

    What you are seeing is the default color for links in those
    browsers. To
    customize this, search references on link pseudoclasses, to
    which you
    can apply CSS to change their visual presentation.
    JMS

  • Swf and links in dreamweaver

    Can anyone help me figure out how to make my swf files (animated buttons created in flash cs4 / as3 ) work in my dreamweaver site (cs4) as links to go from one html page to another ?
    Thanks in advance for anyones help,
    [email protected]

    I cannot open CS4 files, but in any case, you made things easier for me to go thru by actually creating buttons. Select the button and give it an instance name in the Properties panel, let's say you name it "btn"
    In the actions layer, insert the following code...
    // this is an event handler function for the event listener
    function gotoPage(evt:MouseEvent):void {
         var url:String = "http://www.url.com/webpage.html";
         var req:URLRequest = new URLRequest(url);
         navigateToURL(req);
    // this is an event listener assignment for the button
    btn.addEventListener(MouseEvent.CLICK, gotoPage);
    I showed the above function coded as I did so that you can see the individual pieces that make it up.  Those pieces could be combined into one line...
    function gotoPage(evt:MouseEvent):void {
         navigateToURL(new URLRequest( "http://www.url.com/webpage.html"));
    And if the html pages are in the same domain, you should be able to use relative references for them rather than absolute.

  • Email link in Dreamweaver CS5

    I need an email link ( I'm using Dreamweaver CS5) when I use the
    Email Link on the right insert panel in Dreamweaver, it changes to the
    same as my navigational links. I need the email link to look different
    than my navigational links. I have a jpeg image, which includes a
    background and text, the text being my email address. At this point I
    will just type my email address. I will need coding and/or java script
    codes to convert the information to an email address link.
    What is Property Inspector does this have anything to do with
    email links, if so where is it and how do I use it?
    Need answers as soon as possible.
    Thanks

    SnakEyezO2
    The email info was perfect.
    One more question regarding Dreamweaver CS5?
    I have created a table and in the table is text and PayPal buttons. The table is
    in an AP Div.
    Under the table, I have another AP Div and in it is animation.
    Another AP Div, in it credit card logos.
    The problem:     Under the table is too much space and then the AP Div.
    How do I narrow the space between the table and the div tag under the table?
    It looks good in  "Design View" in Dreamweaver, but on the internet it looks
    terrible - the large space under the table and then the AP Div.
    Also, when I close Dreamweaver and reopen, the AP Div tags are overlapping in
    the table, each time I open the page
    I have to move the Divs out of the table.
    The animation is not the problem, because I deleted the animation and there's
    still a large gap.
    WHAT the heck is wrong?
    I've worked on this problem for hours and it's still looks awful.
    Can you S-T-O-P the Table/Div Nightmares!
    Thanks, Judy Long  

  • Where can I find a link to Dreamweaver CS6 trial?

    I need to try Dreamweaver CS6 but cannot find the link. Any supposed link goes to Dreamweaver CC
    As an aside, I have been 'chatting' with Adobe support for over 30 minutes and they cannot answer the question.  <sigh>

    Have a look at the link below, scroll down to the box of download links (I don't know it they work but you can try)
    Download Adobe CS6 Trials: Direct Links (no Assistant or Manager) | ProDesignTools
    Read the instructions above the download link box otherwise it won't work.
    Note: Very Important Instructions

  • LINK FOR DREAMWEAVER CS6 LATEST UPDATE

    I HAVE A CREATIVE CLOUD MEMBERSHIP AND I HAVE DREAMWEAVER CS6 INSTALLED ON MY LAPTOP...I RECENTLY CAME ACROSS ADOBE'S ANNOUNCEMENT REGARDING DREAMWEAVER LATEST UPDATE SUPPORTING EDGE ANIMATE AND HTML5....
    I FOUND OUT ON ALL THE ADOBE SITES. BUT STILL I HAVEN'T GOT A LINK THROUGH WHICH I CAN PURSUE DOWNLOADING THE UPDATE. I HAVE ADOBE APPLICATION MANAGER TOO INSTALLED ON MY LAPTOP. BUT IT ONLY PROMPTS ME SOMETIMES ABOUT THE UPDATES OTHERWISE I COULDN'T GO TO THAT LINK...
    COULD YOU-ALL HELP ME OUT WITH THIS ISSUE ?

    Before you update you need to read this: http://helpx.adobe.com/dreamweaver/release-note/dw-release-notes-092412.html
    The update is a little weird, it drops some key features of Dreamweaver that are very useful like expanded tables mode for one thing, however if you don't use this go ahead and upgrade - there are instructions for what you do BEFORE you update on the page for the link above. It WILL wipe out any preferences that you have setup so you have to export those before updating to make sure that you can add them back once the update is finished.
    Upgrade instructions below - remember to read the document linked above first. Good luck if you decide to upgrade, I personally wouldn't until they fix all the new problems, but it sounds like you have a specific need in mind.
    Upgrade to Dreamweaver Creative Cloud
    This 12.1 upgrade includes fixes from the earlier Dreamweaver 12.0.1 patch release.
    Open Dreamweaver.
    Select Help > Updates.
    In the Adobe Application Manager, select the Dreamweaver update.
    Click Update.

  • Create a button to link to dreamweaver page.

    I'm making a website in dreamweaver with flash in it, but to be honest I'm really new at web creations. I was wondering if anyone can help me with an issue I came across. I want to link an image that I have in flash to another page (.html) that I have in dreamweaver. When I first used flash and dreamweaver I had done it, but honestly now I completely forgot and can't figure it out. I know I didn't use any action scripts. I just put the page name (???.html) somewhere and it worked. I know you guys are a lot more knowledgeable than I am, so if someone can help I'd be really greatful.

    with as3, use:
    img1.addEventListener(MouseEvent.CLICK,f);
    function f(e:Event){
    navigateToURL(new URLRequest("yourotherpage.html"));
    please mark this thread as answered, if you are able.

  • Phantom broken links in Dreamweaver CS6

    Dreamweaver shows that I have 73 broken links, but they all work in my browser (and other people's browsers).  Why?  How do I get Dreamweaver to recognize that the links are not broken? 
    I am using Adobe Dreamweaver CS 6 on a Windows 7 PC.  The website is www.mathguy.us.  I set it up through GoDaddy.com
    Any thoughts would be appreciated.
    Earl

    Based on your comment, I took a look at the common thread on all of the missed files.  4 of them are PHP issues, like you suggested.  The other 69 links all had ampersands in them.  I suppose this is the issue.  I will try changing the file names to use "and" instead of "&" and see if that helps.  Thank you for your suggestion.
    Update:  This worked.  I can deal with 4 identified broken links due to PHP.  Taking the ampersand out of the file names fixed the rest.  Thank you very much!

  • Multiple Colored Links in Dreamweaver CS4??

    Hi all, I have gone through a million articles and can't find the answer I'm looking for so hopefully someone here will help me. 
    I have an existing style sheet for my website, I know how to change the page preferences so that all the links can have the colors changed, but is there a way in dreamweaver cs4 to set certain links a:link a:hover ect to be specific colors from others using the existing stylesheet.
    I just can't seem to get it.  : /
    Any help on this would be appreciated.

    thank you for your reply
    i do know how to set the links and such but i'm having trouble for example setting the active hover ect links for table A apart from table B in the same style sheet.   : /
    i was trying something like
    #table_a a:link {
         color: #333333;
    #table_a a:hover {     color: #333333;
    and then named the table id as table_a
    yet it doesn't seem to be working, and when i did that i had to do it manually... is there not an easier way in dreamweaver cs4 to acomplish this?
    i read page 3 http://projectseven.com/tutorials/css/pseudoclasses/page3.htm from that tutorial but the cs4 add rule doesn't look like the diagrams... : /

  • Adding links in dreamweaver accordion

    Hey Guys,
    I'm having trouble adding links inside my dreamweaver
    accordion menu. Basically they don't display at all? Does anyone
    know why?
    Thanks
    Shell

    Let's see your code, please.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "shelleyfish" <[email protected]> wrote in
    message
    news:g6cf49$3v1$[email protected]..
    > Hey Guys,
    >
    > I'm having trouble adding links inside my dreamweaver
    accordion menu.
    > Basically they don't display at all? Does anyone know
    why?
    > Thanks
    >
    > Shell

Maybe you are looking for