Can't change a linked image???

I have a lot left to learn in Dreamweaver but linking images I've done alot, I hope someone can help me on what I'm doing wrong.  The linked image won't let me change links.  Here is the home page http://kmmcement.com/.  The bottom right picture under click to view slideshow is linked to slideshow.html.  I changed the slideshow and named the new one ss.html.  When I right click the picture and choose Change Link and select my new ss.html, it does not change it in the code.  I tried manually to change it in the code and publish, but the new page won't load up (although when I preview the page, it loads fine.)
The only thing I've done differently on this site is that I finally learned to get the bottom navigation links to work without looking jumpy and jittery when clicking or rolling over them, by going to Modify - Page Properties and choosing links and set them up there (basic that I should've learned awhile ago).  I didn't do the navigation bar until last, so would that have anything to do with not being able to change the link?  If so, then how can I change it to where only the bottom navigation has it's own style as I'm sure there's going to be alot more links I'm going to be adding.
Thank you in advance for any help. (By the way, I'm using Dreamweaver CS3)

Starting on line 215 of your code, you have this:
<tr>
<td height="338"><div align="center">
<p class="style11">CLICK TO VIEW SLIDESHOW!</p>
<p><a href="slideshow.html"><img
src="images/slideshowpic.JPG" width="347" height="223"
border="0"/></a></p>
</div>
</td>
</tr>
Try changing it to this:
<tr>
<td height="338" style="text-align:center">
<p class="style11"><a href="ss.html">CLICK TO VIEW SLIDESHOW!</a></p>
<p><a href="ss.html"><img src="images/slideshowpic.JPG" width="347" height="223" border="0"/></a></p>
</td>
</tr>
Save.  Upload page to server along with ss.html page.  Hit refresh in your browser.
Nancy O.
Alt-Web Design & Publishing
Web | Graphics | Print | Media  Specialists
http://alt-web.com/
http://twitter.com/altweb
http://alt-web.blogspot.com

Similar Messages

  • Can you change the default image capture program in RH8?

    Can you change the default image capture program in RH8? I have used Snagit for sooo many years and I would like to use it by clicking the Caputre button.  I know how to change it to edit pictures with Snagit (Tools > Options > Associations), but not to capture.

    Looks like a feature request.
    Please follow this link.
    http://www.Adobe.com/cfusion/mmform/index.cfm?name=wishform&product=38
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • In the Table Overflow can we change show link to + sign?

    In the Table Overflow can we change show link to + sign?

    I asked about this awhile ago on this form,
    Removing the words 'Show'/'Hide' from table detail disclosure
    Changing this is a ADF Faces skinning issue, so the JDeveloper forum would be your best best. I've always wanted to implement this, but I have never got around to it

  • Changing the linked image for the Image Matte Key doesn't work

    When I change the linked image for the Image Matte Key in Photoshop, the link does not change in my Premiere Pro CS6. Sometimes it takes 2-3 times going into the Image Matte Key setting and locating the new matte in Explorer (each time having to re-locate the folder that the matte is in) to see it within the premier monitor. Any suggestions?

    Hi
    The commands work correctly here on the same OS etc: Cycle Locators jump to the next/prev marker and the Playhead jumps to the Start of the Marker.
    Default KC are Control Command +Arrow Left/right
    Step 1: check you are using the correct key command :-)
    CCT

  • How can I change keychain linked phone number because I cannot access account

    How can I change keychain linked phone number because I cannot access account

    How do I set up iCloud Keychain on a new device if I don't have one of my other devices to approve from?
    If you don't have access to any of your other devices that are using iCloud Keychain, you can still set up iCloud Keychain on another device if you have these items:
    Your iCloud Security Code
    The device that is using the SMS-capable phone number you provided when you first set up iCloud Keychain. A verification code is sent via SMS to this phone number. If you don't have access to this number, contact Apple Support, who can verify your identity so that you can complete setup on your new device.
    If you have these items, follow the iCloud Keychain setup steps documented above. Your iCloud Keychain will then be pushed from the cloud to the new device.
    iCloud: Frequently asked questions about iCloud Keychain

  • How can I change the default image editor in OS 9?

    I'd like to open some jpgs (that I created in OS 10.7), but my OS 9 PBook is alerting me that the Photoshop cannot be found. It then presents me with a list of programs to open it with (Pshop is shown there and I can open the file this way or through the program itself).
    How can I change it so it finds pshop and will open the jpgs directly?

    My memory is rusty but I am sure it has to do with type and creator codes. I can't recite specifics so have attached some links to read.
    http://support.apple.com/kb/TA25699?viewlocale=en_US
    http://revolution.byu.edu/helps/file-creatorcodes.php
    http://forums.macrumors.com/showthread.php?t=131706
    I used to use a util;ity called FileType
    http://www.frederikseiffert.de/filetype/

  • Illustrator CS3 - How can I remove a "linked" image???

    I have an illy file that has several "linked" images.
    Some of these I wanted to keep and have embedded.
    However, I would like to delete two in particular...which the images are no longer available or desired. But I see no way to do this.
    I have tried to go to outline mode/wireframe view... and there are no boxes indicating where these images should go...so I can't delete those.
    The two images that Illy keeps asking for when I open the file have a red ? to the right of the image names.
    How can I permanently get rid of these?
    Thanks.

    Monkjazz wrote:
    Just had this issue. if you go to Object > Show All it should correctly show the rogue image link after using "go to link". CS5
    Interesting. I will try that next time I have that problem.
    But on the off-chance it doesn't work for someone, what I have done in the past is to make a very small dummy file with the same name -- say a solid block if red -- and link the file to that. Then, Go To Link > Delete will work. It can be slow and painful if there are a lot of missing links, but it works.
    --OB

  • How can I change the link color css in one module but not the whole site?

    I have a site built in muse but using modules from BC.  I changed the link color in the css for the online store and blog but of course it is applying it to everypage.  Is there a way to change the link color in an individual BC module instead of the whole site.?  I'm new to CSS obviously.
    Thanks
    Josh

    I don't think you can do it right in Muse but you can easily if you have access to the code of the page and the css file.
    You need to create a css class something like:
    .secondLink a      {     /*  secondLink can be any class name, I just chose that randomly
         color: #990000;     /* of course substitute your color code in there
    Then in your code add:
    class="secondLink"
    to your link's <a> tag. This will give any links with the class of secondLink the color assigned. Hope that helps get you started.

  • Using CS4 can't change a link sitewide TO a pdf!! Workaround?

    That says it all. Just want to change a link from a html file to a pdf that I have considerably marked up and when I choose find the file to change to, all pdf's are greyed out. Very frustrating!!

    How are you trying to link to your file?  There are two ways to do this in DW:
    1) you can simply change to code view and enter your link manually;
    2) you can do this in design view and use the DW's dialog box to guide you step by step.
    If you use the dialog box method, use thiese steps:
    a) Insert >> Hyperlink
    b) you get a box like this:
    c) In the Link line there is an icon which is marked with an arrow.  click on it and browse your files. Make sure files of types is marked as All files (*.*)
    hth

  • Can you change toolbar button images in SQL Server 2012?

    In SQL Server 2012 management studio I do not see an option to change the button image of the buttons on the toolbar.
    In previous versions of SQL, you could go to Tools --> Customize --> Rearrange Commands, select the toolbar, click on a command and then click "Modify Selection". One of the resulting choices was "Change Button Image". You could
    choose a different image for the toolbar button you selected. Another choice was "Edit Button Image" which allowed you to create a completely new image for your toolbar button.
    I do not see any way to do this in SQL Server 2012. Has this functionality been removed or am I just not finding it?
    Thanks,
    Alan

    Hi Alan,
    Based on your description, I make a test in SQL Server 2012, and I also find that there is no option to change button image or edit button image when customizing toolbar. It seems that the functionality has been changed from SQL Server 2012.
    Therefore, If you concern about this feature, I recommend you submit the requirement at
    https://connect.microsoft.com/SQLServer/ .  If the requirement mentioned by customers for many times, the product team may consider to add this feature. Your feedback is valuable for us to improve
    our products and increase the level of service provided.
    Thanks,
    Lydia Zhang

  • How can i change the boot image in 10.4.3

    when i was running 10.3, i always had a special startup image that i frequently changed. i used the program macboot, which is no longer compatible with 10.4. does anyone know of a good program for this?

    I am not 100% sure what you want to achieve, but let me take a stab at it.
    You can select from what volume you wish to boot from by holding the option key as you start up the computer.
    Altrenatively, you can select the drive to boot from in System Prefs> System> startup disk.
    Hope this helps. Dont forget about the new point features. You can leave posts that are helpful extra points for the user's rank, and also mark the question as answered, in order to help others with the same issue.
    Patrick

  • How can i change my links to glow after designing them in photoshop and slicing them to dreamwaver?

    Hi guys? need some help here.  i designed my website task bars in Photoshop and later sliced them to Dreamweaver. I managed to  to link them properly. But my nightmare is how can i apply effects to them such as changing color and shaking when the mouse rolls over? please help@

    If the email's not in a spam filter, you need to ask Apple to reset your security questions. To do this, click here and pick a method; if that page doesn't list one for your country or you're unable to call, fill out and submit this form.
    (118952)

  • Can you change how links are veiwed in dreamweaver?

    Hi I'm practicing with Dreamweaver CS4, and have a query. Essentially I have 2 types of buttons on my test page, one is a link to another page, the other is a hidden AP element. When you roll over the link to another page the cursor changes from an arrow to a hand, but with the button that reveals the hidden AP element it doesn't change from an arrow to a hand, in fact the cursor doesn't react at all (but the button does work). IS there a way to keep the AP element button but force Dreamweaver to react to the button like a hyperlink so that the cursor changes when rolling over it?
    Thanks in advance!

    Sure.  But we'll need to see your code.  Can you post a URL to your test page?
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb
    http://alt-web.blogspot.com

  • Can't change order of images in grid or filmstrip

    I am having trouble changing the order of my images in Lightroom 1.2. This occurs in the Library or Slideshow Modules and occurs when I try and do it in the grid or filmstrip. It occurs in both folders and collections. Unfortuatley, it doesnt happen all the time so I am having a hard time figuring out why I can change the order in some folders or collections and not in others. I do this by the usual drag and drop method.
    It seems, that it generally works in the bottom subfolder in a main folder, or in the bottom subcollection in a main collection, but wont work in the main folder or collection if there are subfolders.
    Any help would be apprecitated.
    Thanks,
    Matthew Kraus

    > It seems, that it generally works in the bottom subfolder in a main folder, or in the bottom subcollection in a main collection, but wont work in the main folder or collection if there are subfolders.
    Seems like you figured it out to me. Try turning off "include photos from subitems".

  • Can you change the background image in IP Communicator

    Can you load an image file from you local workstation as the background in IP communicator?

    The first image worked great, but...
    I made and applied all the correct directories, images, and files needed for the custom background.
    I tested it on IP communicator and it worked great, with the image showing up as selection 2.
    Then I added another image selection; meaning I added the formatted image files and edited .xml file.
    Restarted IP Communicator and it still only shows the 1st custom image I created.
    I have checked and rechecked the .xml file along with the formatting of the images and still only 1 custom image is there.
    Ideas -
    Maybe there is a ?reload? command that I need to use on the phone itself?
    Is there any difference if the image is loaded on a Subscriber or Publisher
    - Currently I have it loaded on a subscrber that I also have confirmed that is set as the TFTP server for the IP Communicator.
    Thanks for any help you can provide on this issue.

Maybe you are looking for

  • How can I export a list of events for one of many calendars - e.g. "sailing" to use in Excel

    How can I export a list of events for one of many calendars - e.g. "sailing" to use in Excel?

  • How to add a Button to the Table header

    Hi, I would like to have few Table Header columns as Button and Other Table Header Columns as String. And each Button should have separate action. Please let me know, how can i implement this one. Thanks Mohan

  • Daq assistant

    Hi, I recently installed Labview version 8.5. I installed the data acquisition cds aswell, but there is no daq assistant icon, instead there is a blank space where it should be. I would like to know how to access and to create the icon on the functio

  • Customer Regular scheduled callback not occuring

    How does the Campaign Manager or the dialing list table get updated with the caller's scheduled callback request that is captured in the IVR script and the dialer knows to dial that record? I've tried writing the callback into my import table but th

  • Internal Caller ID off of RP from IPCC

    Here is my dilemma. I need to have the alerting name changed from a redirected call off of a menu option in an IPCC script. Here is what I did: 1) Created CTI RP with the desired Internal Caller ID. Configured to Call Forward All to the required dest