File link to template is being changed

Hi all,
Does anyone what would change the link to template in a file?
When I look at a file the template info is greyed out and
can't be edited. Considering the following text.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
Transitional//EN">
<html><!-- InstanceBegin
template="/Templates/Communications_English.dwt"
codeOutsideHTMLIsLocked="false" -->
<head>
Today, I noticed that that file was not displaying pictures
that are set up in the associated template. When I checked the
file, I noticed that the link had changed from relative to
absolute,as seen below.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
Transitional//EN">
<html><!-- InstanceBegin
template="C:\Communications\wwwTemplates/Communications_English.dwt"
codeOutsideHTMLIsLocked="false" -->
<head>
As I can't can't change template info that shown in the file,
I must recreate it from scratch, apply a template and then save it
as the original file.
What would cause this? Any suggestions on how to avoid it?
Thanks

> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
Transitional//EN">
> <html><!-- InstanceBegin
>
template="C:\Communications\wwwTemplates/Communications_English.dwt"
> codeOutsideHTMLIsLocked="false" -->
> <head>
>
> As I can't can't change template info that shown in the
file, I must recreate
> it from scratch, apply a template and then save it as
the original file.
possibles-
-saving the file to outside of the current site definition.
-changing the site definition's Local Site folder so that the
files are no
longer within the Local Site folder, then opening them.
-wild find and replace
-problem between chair and keyboard
to fix-
dw will do find and replaces on that, as long as the file is
not open.
or you can use a different text editor to change it.
in dw, select the files, and in find and replace, change in
selected files.
find in source:
<!-- InstanceBegin
template="C:\Communications\wwwTemplates/
replace:
<!-- InstanceBegin
template="/Templates/

Similar Messages

  • Files linked to templates

    Is there an easy way to get file names linked to a template without having to write them down when DW Updates?  My site has several templates all that have approx 15 to 20 pages linked to the individual template.  I know the Site View has been removed.  So what is an easy way to retrieve this information.  The file tree is not structured with pages below the template.  They are in various folders.
    Thanks,
    rosebud*

    Yes, I did not create the website.  Right now I am just trying to maintain.  There are about 11 templates and each of the 11 templates have approximately 10 more or less child pages propagated from them.  The original home page is not designed as a template, however, the other templates are linked to the home page.
    What I did as a quick fix was made a change to one of the templates and when saving did a print screen of the files to Word and then printed it out.  This way I know what files need to be uploaded with the change I am trying to make.
    Any new ideas for making this easier is appreciated.

  • Broken Links not fixed after being changed-HELP PLEASE!

    I am trying to fix a website I created for a friend. I created it in Dreamweaver CS6 on a Mac. Everything was working on the website, the pitures were showing up and now 2 of the pages arent working. On both pages the spry bar is not working and some of the pictures will not show up. I have went to find broken links and redirected it to the correct file but it is not changing anything. I am not sure how to fix this problem, if anyone has any advice that would be great!! The website is www.serenityatthebeach.com.

    That line read correctly when I looked at it on the broken page colorcutstyle. I copied the code from the page if that would help. I hope this helps.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <!-- TemplateBeginEditable name="doctitle" -->
    <title>Stlye Services</title>
    <!-- TemplateEndEditable -->
    <!-- TemplateBeginEditable name="head" -->
    <!-- TemplateEndEditable -->
    <style type="text/css">
    <!--
    @import url("webfonts/Jenna_Sue/stylesheet.css");
    body {
              font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
              background-color: #A9AB36;
              margin: 0;
              padding: 0;
              color: #000;
              background-image: url(background.jpg);
    /* ~~ Element/tag selectors ~~ */
    ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
              padding: 0;
              margin: 0;
    h1, h2, h3, h4, h5, h6, p {
              margin-top: 0;           /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
              padding-right: 15px;
              padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
              font-family: "Jenna Sue";
              font-size: 50pt;
              text-align: center;
    a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
              border: none;
    /* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
    a:link {
              color: #A9AB36;
              text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
    a:visited {
              color: #6E6C64;
              text-decoration: underline;
    a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
              text-decoration: underline;
    /* ~~ this fixed width container surrounds the other divs ~~ */
    .container {
              width: 960px;
              background-color: #E5E3E4;
              margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
    /* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
    .header {
              background-color: #ADB96E;
    /* ~~ This is the layout information. ~~
    1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.
    .content {
              padding: 10px 0;
    /* ~~ The footer ~~ */
    .footer {
              padding: 10px 0;
              background-color: #A9AB36;
    /* ~~ miscellaneous float/clear classes ~~ */
    .fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
              float: right;
              margin-left: 8px;
    .fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
              float: left;
              margin-right: 8px;
    .clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
              clear:both;
              height:0;
              font-size: 1px;
              line-height: 0px;
    .container .content p {
              font-size: 30pt;
    .Headers {
              color: #A8A92B;
    -->
    </style>
    <link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    </head>
    <body>
    <div class="container">
      <div class="header"><!-- end .header -->
      <div align="right"><a href="http://www.aveda.com/index.tmpl"><img src="Header1.jpg" alt="Header" name="logo" width="961" height="423" id="logo" /></a></div>
      </div>
      <div class="content">
        <ul id="MenuBar1" class="MenuBarHorizontal">
          <li><a href="index.html">Home</a>      </li>
          <li><a href="colorcutstyle.html">Hair Services </a></li>
          <li><a href="../spapage.html">Spa Services </a>      </li>
          <li><a href="nailpage.html">Nail Services </a></li>
          <li><a href="makeup.html">Make-Up </a></li>
          <li><a href="../aboutus.html">About Us </a></li>
        </ul>
        <h1 class="Headers">Hair Services</h1>
        <p><img src="color.gif" width="792" height="612" alt="hairservice" /></p>
        <h1 class="Headers"><img src="IMG_2397.JPG" alt="salon picture" width="933" height="282" /></h1>
        <p>&quot;+&quot;indicates variations in the price determined by the work involved and the level of talent </p>
        <p align="left">24 hours cancellation notice is required </p>
      </div>
      <div class="footer">
        <p><a href="https://www.facebook.com/SerenityAtTheBeachSalonSpa?fref=ts"><img src="facebook-logo.png" alt="facebook" width="244" height="195" /></a><a href="https://plus.google.com/110271807602578049704/about?gl-us&hl=en"><img src="googleplus.png" alt="google plus" width="194" height="194" /></a><!-- end .footer --></p>
      </div>
      <!-- end .container --></div>
    <script type="text/javascript">
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    </script>
    </body>
    </html>

  • Updating Links in Template files

    I updated a link in my template file, and everything looked
    fine, but after i put the file live, the website still points to
    the old link? any ideas?

    Here are seven common mistakes that will result in changes
    not propagating
    from Template to child -
    1. Rename the Templates folder
    2. Move the Templates folder to some other folder level in
    the site other
    than root level
    3. Move a template out of the Templates folder.
    4. Make changes to an editable region of the template (which
    will not
    propagate)
    5. Assume that template changes can be uploaded to the server
    without also
    uploading the changed local files
    6. Corrupt the site cache so that the link between template
    and child page
    is broken
    7, Improperly create your child pages by simply opening the
    template,
    adding page specific content, and resaving the template with
    an *.html
    extension rather that its *.dwt extension. (you can tell if
    this is the case
    by looking at the code on a child page - if you see anything
    like <!--
    TemplateBeginEditable... then this is what you have done). If
    you *have
    done this*, then recreate the child pages (in DWCS3) using
    FILE | New > Page
    from Template, select the template and click CREATE.
    The 6th problem can be repaired by using SITE | Advanced >
    Recreate Site
    Cache, and the six others can be fixed by just not doing
    them. Have you
    done any of those?
    Or, read this -
    http://www.adobe.com/go/dd83ba8b
    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
    ==================
    "dksoccer" <[email protected]> wrote in
    message
    news:g2h91f$o94$[email protected]..
    >I probably misstated that...it isn't the cahe,
    dreamweaver itself is still
    >pointing to the old page, is there another place that I
    need to update
    >besides in the template?

  • Field Values being changed in the flat file on Application Server

    Hi All,
    I am loading a flat file(.CSV) from Application server. The file has some characteristic fields, for ex: CNUM of type Char, length 20. But it has got the value which is of 10 char length, say XYZ1234XAB. When I load the same fiel from client workstation, the load was successful but when I load it from Application server, the load has failed and the error is Invalid/Hex. characteristics for this record and many such records.
    When I checked the file on the application server the value 'XYZ1234XAB' is being displayed as 'XYZ1234XAB   #' and it is also being loaded with '#'. This is the cause of the error.
    Why is the value being changed on the application server? What can I do to overcome this?
    Thanks,
    RPK.
    Message was edited by:
            RPK

    Hi Ganesh,
    I have already loaded data to my ODS and when activating it is giving error "Value 'XYZ123XABC   #' (hex. '123456....') of characteristic CNUM contains invalid chara".
    I also have some lower case char in some of the records for the same field. The file is huge and cannot change the file, infact I have many such files. Is there any other way to overcome this?
    Thanks,
    RPK

  • Quicken data file names are mysteriously being change on my iDisk

    within the last couple of days my Quicken data file names are mysteriously being change on my iDisk which seem to make them inaccesable.  Not sure why this is happening

    within the last couple of days my Quicken data file names are mysteriously being change on my iDisk which seem to make them inaccesable.  Not sure why this is happening

  • "Date Modified" for all files being changed if "Automatically write to XMP" is on

    Recently upgraded from LR3 (v3.4.1) from LR2 on OSX 10.6.8 and have always had Catalog Settings > Automatically write changes into XMP turned on.
    When browsing existing JPG files in my Library (no Develop changes, no keywording, no Presets, no Import), LR3 is writing to disk — i.e., when I look at files in Finder, almost every viewed file’s “Date Modified” is being set to today’s date and time. (It actually creates a .swp file, then changes it's name back to .jpg)
    This is really bad, as it's making it impossible for me to use Finder to figure out when I last worked with a file, it is triggering needless Time Machine and Backblaze backups, and unnecessarily churning my disk.
    If I turn off "Automatically write..." this behavior stops. Per David Marx at thelightroomlab.com, I tried turning off this preference, manually doing a "Save Metadata to File" for all files, letting that complete, then turning the preference back on. This does not solve the problem.
    Per a suggestion at photoshop.com, I used ExifTool to see what changes LR was writing to a sample file; from the diff below, you can see that LR is adding a bunch of new fields as well as moving other fields around. But my point is that LR3 should never overwrite a file on disk if all I am doing is browsing thru them.
    Is anyone else seeing this? Any ideas would be greatly appreciated!
    -- David
    diff Exif5609_original Exif5609_update
    2c2
    < FileName: DSC_5609_original.JPG
    > FileName: DSC_5609_update.JPG
    5,6c5,6
    < FileModifyDate: 2009:11:27 21:32:54-08:00
    < FilePermissions: rwxr-xr-x
    > FileModifyDate: 2011:08:07 22:06:47-07:00
    > FilePermissions: rw-r--r--
    27a28,29
    > ShutterSpeedValue: 1/200
    > ApertureValue: 7.1
    55d56
    < SerialNumber: 3209521
    75d75
    < Lens: 18-200mm f/3.5-5.6
    185,188d184
    < UserComment:
    < SubSecTime: 00
    < SubSecTimeOriginal: 00
    < SubSecTimeDigitized: 00
    211a208,299
    > XMPToolkit: Adobe XMP Core 5.2-c004 1.136881, 2010/06/10-18:11:35
    > CreatorTool: Ver.1.00
    > MetadataDate: 2011:08:07 22:06:47-07:00
    > SerialNumber: 3209521
    > LensInfo: 18-200mm f/3.5-5.6
    > Lens: 18.0-200.0 mm f/3.5-5.6
    > ImageNumber: 26634
    > RawFileName: DSC_5609.JPG
    > SavedSettingsName: Import
    > SavedSettingsType: Snapshot
    > SavedSettingsParametersVersion: 6.4.1
    > SavedSettingsParametersProcessVersion: 5.0
    > SavedSettingsParametersWhiteBalance: As Shot
    > SavedSettingsParametersIncrementalTemperature: 0
    > SavedSettingsParametersIncrementalTint: 0
    > SavedSettingsParametersExposure: 0.00
    > SavedSettingsParametersShadows: 0
    > SavedSettingsParametersBrightness: 0
    > SavedSettingsParametersContrast: 0
    > SavedSettingsParametersSaturation: 0
    > SavedSettingsParametersSharpness: 0
    > SavedSettingsParametersLuminanceSmoothing: 0
    > SavedSettingsParametersColorNoiseReduction: 0
    > SavedSettingsParametersChromaticAberrationR: 0
    > SavedSettingsParametersChromaticAberrationB: 0
    > SavedSettingsParametersVignetteAmount: 0
    > SavedSettingsParametersShadowTint: 0
    > SavedSettingsParametersRedHue: 0
    > SavedSettingsParametersRedSaturation: 0
    > SavedSettingsParametersGreenHue: 0
    > SavedSettingsParametersGreenSaturation: 0
    > SavedSettingsParametersBlueHue: 0
    > SavedSettingsParametersBlueSaturation: 0
    > SavedSettingsParametersFillLight: 0
    > SavedSettingsParametersVibrance: 0
    > SavedSettingsParametersHighlightRecovery: 0
    > SavedSettingsParametersClarity: 0
    > SavedSettingsParametersDefringe: 0
    > SavedSettingsParametersHueAdjustmentRed: 0
    > SavedSettingsParametersHueAdjustmentOrange: 0
    > SavedSettingsParametersHueAdjustmentYellow: 0
    > SavedSettingsParametersHueAdjustmentGreen: 0
    > SavedSettingsParametersHueAdjustmentAqua: 0
    > SavedSettingsParametersHueAdjustmentBlue: 0
    > SavedSettingsParametersHueAdjustmentPurple: 0
    > SavedSettingsParametersHueAdjustmentMagenta: 0
    > SavedSettingsParametersSaturationAdjustmentRed: 0
    > SavedSettingsParametersSaturationAdjustmentOrange: 0
    > SavedSettingsParametersSaturationAdjustmentYellow: 0
    > SavedSettingsParametersSaturationAdjustmentGreen: 0
    > SavedSettingsParametersSaturationAdjustmentAqua: 0
    > SavedSettingsParametersSaturationAdjustmentBlue: 0
    > SavedSettingsParametersSaturationAdjustmentPurple: 0
    > SavedSettingsParametersSaturationAdjustmentMagenta: 0
    > SavedSettingsParametersLuminanceAdjustmentRed: 0
    > SavedSettingsParametersLuminanceAdjustmentOrange: 0
    > SavedSettingsParametersLuminanceAdjustmentYellow: 0
    > SavedSettingsParametersLuminanceAdjustmentGreen: 0
    > SavedSettingsParametersLuminanceAdjustmentAqua: 0
    > SavedSettingsParametersLuminanceAdjustmentBlue: 0
    > SavedSettingsParametersLuminanceAdjustmentPurple: 0
    > SavedSettingsParametersLuminanceAdjustmentMagenta: 0
    > SavedSettingsParametersSplitToningShadowHue: 0
    > SavedSettingsParametersSplitToningShadowSaturation: 0
    > SavedSettingsParametersSplitToningHighlightHue: 0
    > SavedSettingsParametersSplitToningHighlightSaturation: 0
    > SavedSettingsParametersSplitToningBalance: 0
    > SavedSettingsParametersParametricShadows: 0
    > SavedSettingsParametersParametricDarks: 0
    > SavedSettingsParametersParametricLights: 0
    > SavedSettingsParametersParametricHighlights: 0
    > SavedSettingsParametersParametricShadowSplit: 25
    > SavedSettingsParametersParametricMidtoneSplit: 50
    > SavedSettingsParametersParametricHighlightSplit: 75
    > SavedSettingsParametersSharpenRadius: +1.0
    > SavedSettingsParametersSharpenDetail: 25
    > SavedSettingsParametersSharpenEdgeMasking: 0
    > SavedSettingsParametersPostCropVignetteAmount: 0
    > SavedSettingsParametersGrainAmount: 0
    > SavedSettingsParametersLensProfileEnable: 0
    > SavedSettingsParametersLensManualDistortionAmount: 0
    > SavedSettingsParametersPerspectiveVertical: 0
    > SavedSettingsParametersPerspectiveHorizontal: 0
    > SavedSettingsParametersPerspectiveRotate: 0.0
    > SavedSettingsParametersPerspectiveScale: 100
    > SavedSettingsParametersConvertToGrayscale: False
    > SavedSettingsParametersToneCurveName: Linear
    > SavedSettingsParametersCameraProfile: Embedded
    > SavedSettingsParametersCameraProfileDigest: D6AF5AEA62557FCE88BC099788BBD3CC
    > SavedSettingsParametersLensProfileSetup: LensDefaults
    > SavedSettingsParametersToneCurve: 0, 0, 255, 255
    > IPTCDigest: d41d8cd98f00b204e9800998ecf8427e
    228,230d315
    < SubSecCreateDate: 2009:11:27 21:32:54.00
    < SubSecDateTimeOriginal: 2009:11:27 21:32:54.00
    < SubSecModifyDate: 2009:11:27 21:32:54.00
    http://feedback.photoshop.com/photoshop_family/topics/lr3_date_modified_for_all_files_bein g_updated_when_browsing_photos_if_catalog_settings_automatically_write_changes_into_xmp_is /replies/6313647

    clvrmnky wrote:
    davidpope007 wrote:
    Then when LR3 loaded my old LR2 images into memory, it "dirtied" the in-memory copy of the file by adding in these new LR3 XMP fields. Then, because I had "Automatically write XMP" on, it said "I better write these changes to disk".
    Yuck. As a former software engineer, this is very bad software engineering.
    It should wait until the user dirties the file (via Develop, keywords, etc.) before presuming to add a bunch of metadata fields that are unique to the new version of LR3.
    Well, I'm a current software developer, and this is, really, a perfectly reasonable thing to do. It is a reasonable trade-off for a convenient feature required by a small subset of users.
    Yes, in most cases the in-memory copy should "never" be dirtied unless the user makes a gesture of some sort, but like I said earlier, this option (once set by the user) sets up the situation where this gesture becomes implicit. This is a clear trade-off for the sake of convenience. And if the XMP is out of date and needs to be updated en masse, so be it.
    The fact is, there is no easy way around this. Do we save up /every/ dirty buffer somehow until you make a gesture that /might/ require the XMP to be up-to-date before acting on that gesture? Now we have to worry about unflushed buffers if something goes wrong and the app exits. Do we save the buffers to the DB? Now we have to block some calls to make another blocking call to flush some or all of those to DB, and then write some or all of it out to one or more files. In what order? What if there is a gesture to have X files with up-to-date XMP and some or all of those are in unflushed buffers, unflushed DB writes or we have to wait for the DB.
    As you can see, this is a transactionality nightmare, and the easiest and safest thing to get what the user wants (i.e., up-to-date XMP for the purpose of talking to a third-party XMP aware app) is to simply update the sidecar or XMP block in an atomic manner using the correct file IO. The file will have to change at some point, so it may as well be now.
    [Thanks to both of you for your detailed replies. I am aware of the need for tradeoffs so when you say the approach taken is quite reasonable, I do believe you. I also apologize in advance for the length of the following and am extremely aware of the time it must have taken you to compose the above replies, but I'm going to add a bit more, if only for my own piece of mind and in hopes of coming up with a solution for my workflow.]
    From my naive point of view, I was expecting the answer to be simply "don't raise the XMPDirtyFlag upon reading in a file". Obviously if your architecture requires you to "upgrade to latest XMP format" upon read, and another part of the system auto-detects "out of date XMP", then it's going to write those changes to disk.
    But it didn't need to be designed that way. LR obviously has mechanisms to know when a user has made a change to XMP so it is able to write XMP changes to disk only when necessary.
    The promise (to me) of "Automatically Write XMP changes to disk" was to auto-save my changes, and not those made for any internal (i.e., XMP versioning related) changes.
    Perhaps the premise is that it is LR3's job to update an individual file's XMP to the latest version so that other XMP-aware apps can make use of it? I would argue that those third-party XMP-aware apps already have to know how to deal with all prior versions of XMP, so LR3 should just leave well enough alone.
    You asked if my problem with your approach was that it was "inelegant"; not at all, it is based on my own perception of what I need from my workflow, so let me describe that so maybe we can find a better way:
    * Part of the appeal of LR to me is that it preserves my original file as it came off the memory card, allowing me to move to a different workflow/toolset in 2025 if I choose to do so
    * However, with all of changes contained in a single database file, I'm concerned about rare (but possible) corruption, so to mitigate this risk, I let LR backup my database weekly and it's also backed up continuously in the cloud via Backblaze
    * Even with backups of the database, there is still a chance that I could lose changes made to individual files (e.g., LR corrupts the DB and I have to go back to last week's DB)
    * Thus the appeal of the "auto-write to XMP" flag -- that way critical changes (develop, crop, keywords) are saved on a per-file basis; I liked the "automatic" part of this (as opposed to a manual save) because then I don't have to teach others in my family how to manually save XMP changes
    * A nice side-effect of this setting is now when I use Finder to find a file and double-click on it to edit it in Photoshop, all my develop changes are right there; (in other words, I like the flexibility of not having to fire up LR in order to just invoke PS from within it); also when I use Bridge I see all the keywords there
    * So with LR2, I had gotten used to what I thought was the best of all worlds -- autosave of changes at the file level via XMP + raw negatives untouched (i.e., Date Modified == the date I took the picture); this allows me to use operating-system-level tools -- Finder -- to locate/search for files
    * Now I upgrade to LR3 and I'm finally now understanding that a concept "XMP versioning" is going to result in changes to many, but not all my files. (That's something else that's annoying about this issue -- I open up the Grid and browse a folder of files, and only seemingly random ones I've cursored over seem to get written to disk -- if it's so urgent that LR3 update the XMP, then it should do it for all the files in the catalog or at least in that directory)
    Here's a screenshot from Finder of what I see everytime I look at this folder:
    * So now I have to assume that each new version of XMP and/or LR is going to touch my files on disk. Sigh.
    * What I don't like about this is that it is ruining the promise of "untouched raw negative". Yes, the image data is untouched -- which I agree is most of the benefit; but the file has been touched.
    * Perhaps you might empathize a bit more if you imagined that someone went thru all your source code or Word files and randomly changed the date to "today" because you upgraded compilers or moved to Word 2011.
    I agree all of this would be solved by having an XMP sidecar file for JPGs, but you indicate that's not going to happen.
    You've also alluded to the solution of "resetting the Date Modifed" to it's original value -- which I believe is what Finder does when you move or copy a file -- but that that is fraught with issues as well. I believe you when you say there are issues, but again the naive part of me wonders why that soultion would be so bad...
    I just thought of another potential solution -- turning on Date Created in Finder -- but it turns out that's changed, too.
    I am really at a loss as to what to do and would welcome your suggestions.
    Thanks again and kind regards,
    -- David

  • Jar files downloaded from SkyDrive are being renamed to jar.zip files

    I have cut and pasted the following series of exchanges from when I posted the problem onto SkyDrive's support forum. I hope that someone might be able to propose a better solution to the problem that I have. Thanks for your help.
    MDSms asked on
    Uploaded jar files convert to jar.zip files when downloaded from SkyDrive
    I have uploaded an executable jar file to SkyDrive. (I will call this FILE.jar). The file is intact and indicates that it is a jar file type when the file is viewed by Properties within Skydrive. However, when I download (or others download through a share link) the file, it is being saved onto the local computer's download file with .zip appended to the file name (FILE.jar.zip). The downloaded file can be renamed to remove the .zip appendage and subsequently run successfully. However the folder options for the folder where the downloaded file resides must be changed for disable "Hide known file extensions" prior to being able to remove the .zip appendage. While I have figured out the workaround for this problem, this manual renaming procedure is entirely too cumbersome as a solution for sharing this file with others. How can I prevent or disable the FILE.jar file from being renamed to FILE.jar.zip when it is downloaded from SkyDrive?
    All Replies (5)
    Audrey_P. replied on
    Forum Moderator
    Hi,
    Thank you for posting. Let me try to assist you with your issue with your files.
    In order for us to reproduce the issue on our end. Please provide us with the exact steps that you did when you uploaded the files as well as the steps when you are downloading it.
    We will be needing the steps to help us figure put what is causing you this issue.
    We look forward to your response.
    Thank you.
    Audrey P.
    MDSms replied on
    Reply
    The file was uploaded by first logging onto my SkyDrive account using Windows 7 Pro and Firefox browser, then a new folder in my account was created without sharing privileges, then the folder was opened and the FILE.jar was uploaded into the folder using the "Upload" option on skydrive account menu. Sharing privileges for FILE.jar were then created (view only), and the shortened url link was sent to the individuals that I was trying to share the file with. was then turned on. When these people use the link to download the file, it is being saved as FILE.jar.zip.
    When I try to download the file through the skydrive account download option, it is being saved onto my computer as FILE.jar.zip and this occurs when I try to download the file while signed into my skydrive account as well as when I am not signed into my skydrive account (using the shared file link).
    This PNG shows the information provided by clicking on the download icon (down arrow) within the Firefox browser; note that the file was downloaded as FILE.jar.zip and that the source was live.com. When I use Windows Explorer to look at the same file within the Download folder itself, examining the file's properties details also shows that it is being saved as FILE.jar.zip and is of the file type compressed zip folder.
    This PNG shows the information displayed to me from my skydrive account when I view the originally uploaded file's properties; note that the information shows that the file is a jar file type.
    When I utilize Internet Explorer 9 to access the file, FILE.jar is being downloaded onto my computer as a jar file type. This PNG shows the information provided by Tools/View Downloads within the IE9 browser. Note that in this instance, the information indicates that the file is being downloaded from yzudea.blu.livefilestore.com.
    It appears to me that the problem (the FILE.jar file being renamed to FILE.jar.zip) arises from the fact that a jar file downloaded from skydrive using firefox, is being sent from live.com whereas a jar file downloaded from skydrive using IE9 is being sent from yzudea.blu.livefilestore.com.
    I want to make sure that a person receiving a share link from me for FILE.jar is able to download it without modification to the file name regardless of which browser is being using to access the link. How can I make sure that this occurs?
    Any help is appreciated. Thanks.
    Michelle Anne D. replied on
    Forum Moderator Community Star Community Star
    Reply
    Hi MDSms,
    I appreciate you for providing as much information as you can about the issue, as well as for uploading screenshots on what you see from the downloaded file. About your initial concern wherein the file gets renamed with .zip after the original file extension, this is solely dependent on the browser that you are using since they have a different safety/security measure that needs to be implemented.
    Moreover, you may see the file servers live.com and yzudea.blu.livefilestore.com to be different with one another, but they actually are sent from the same SkyDrive server. This in turn, depends on the web browser where the file is being downloaded as well. The live.com file where it was downloaded from Firefox simply masks its original server yzudea.blu.livefilestore.com.
    As for your last query about your recipients downloading the file without the hassle of renaming it from a .zip file, you can simply tell them to download it through Internet Explorer.
    Should you have other queries or additional information that might help in our investigation, I highly encourage you to post them here.
    Regards,
    Michelle
    MDSms replied on
    Michelle,
    Thanks for your reply. Yes, I could simply tell them to download the file through Internet Explorer, but is there another solution or workaround to the problem I have described here? Am I being punished with the curse of this problem simply because I (or the individuals with which I wish to share FILE.jar with) choose to use Firefox instead of IE? Will the use of any other browser instead of IE (Chrome, Safari, etc., etc.) still result in the same problem?
    You stated that it is "solely dependent on the browser that you are using since they have a different safety/security measure that needs to be implemented"........could the problem be overcome by designating one or both of the file server addresses as Trusted Sites within the browser options setting?
    I look forward to your response. Thanks in advance.
    Joy V. replied on
    Forum Moderator Community Star Community Star
    Reply
    Hi MDSms,
    We understand your concern. Since the issue does not occur in Internet Explorer, it has something to do with Firefox's security feature. You might want to verify this concern by contacting Firefox support.
    Hope this helps. Let us know if we can further assist you with SkyDrive.
    Thanks,
    Melanie Joy

    Try to delete the mimeTypes.rdf file in the Firefox profile folder to reset all file actions.
    *http://kb.mozillazine.org/mimeTypes.rdf
    *http://kb.mozillazine.org/File_types_and_download_actions#Resetting_download_actions

  • Templates link to template folder

    hi. I not used to using dreamweaver. I would MUCH rather
    write html by hand. but my boss uses DreamWeaver and I am trying to
    update a template that he made.
    so he created a "site" in dreamweaver so it put all his
    files in its own structure and all. but when I update the template
    in the template folder and update the pages using the template all
    the links and images are linked to the template folder.
    It would look like "<a
    href="Template/pictures/pic.jpg">" when I just want it to say
    "pictures/pic.jpg" but in the template the file is linked properly.
    and I can't get DW to look outside of the template folder for
    templates.
    anyone know how to fix it so that it won't change the links
    to look in the folder

    Ball of Snot,
    (no offense intended)
    I am a little unclear on your post, but I think that if you
    reference your template's links to the exact directory the images
    are located, the links remain relative wherever the file using the
    template is located. I could just be telling you something that
    you're already doing....sorry if I am.
    I've never seen this as an issue in DW before (are you using
    MX, MX 04, or 8?)...
    DW won't find Templates outside of the /Templates
    folder.

  • CSS won't display on DW page files to which template is applied

    CSS links fine to template, but when applying template to page, styles won't display even though path to CSS file is correct in template.
    When file is uploaded to server it links just fine to CSS and styles display online as they should.
    See: http://dstall.com/sfm/
    But I cannot see page as styled when working on files.
    This is very annoying as I cannot see what final output will be when laying out my pages because styles won't display in page files, only in template file.

    change this:
    <link href="css/sfm.css" rel="stylesheet" type="text/css" />
    <head>
    to this:
    <head>
    <link href="css/sfm.css" rel="stylesheet" type="text/css" />
    HTML Validator - http://validator.w3.org
    CSS Validator - http://jigsaw.w3.org/css-validator/
    Tutorials  - http://w3schools.com/
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics |  Print | Media Specialists
    www.alt-web.com/
    www.twitter.com/altweb

  • Updating sniffer code link in Template

    I have a horizontal CSS menu in a DW template that requires a
    bit of sniffer code to work properly in IE
    Below is the code in the template:
    <!--[if lt IE 8]>
    <style type="text/css" media="screen">
    #menuh{float:none;}
    body{behavior:url(../ebs/csshover.htc); font-size:100%;}
    #menuh ul li{float:left; width: 100%;}
    #menuh a{height:1%;font:bold 0.7em/1.4em arial, sans-serif;}
    </style>
    <![endif]-->
    Child pages of the template do not update the path to
    csshover.htc to create the proper relative path.
    Is there anything I can do to make this section get updated?
    Thanks,
    Jegger

    Here are seven common mistakes that will result in changes
    not propagating
    from Template to child -
    1. Rename the Templates folder
    2. Move the Templates folder to some other folder level in
    the site other
    than root level
    3. Move a template out of the Templates folder.
    4. Make changes to an editable region of the template (which
    will not
    propagate)
    5. Assume that template changes can be uploaded to the server
    without also
    uploading the changed local files
    6. Corrupt the site cache so that the link between template
    and child page
    is broken
    7, Improperly create your child pages by simply opening the
    template,
    adding page specific content, and resaving the template with
    an *.html
    extension rather that its *.dwt extension. (you can tell if
    this is the case
    by looking at the code on a child page - if you see anything
    like <!--
    TemplateBeginEditable... then this is what you have done)
    The 6th problem can be repaired by using SITE | Advanced >
    Recreate Site
    Cache, and the six others can be fixed by just not doing
    them. Have you
    done any of those?
    Or, read this -
    http://www.adobe.com/go/dd83ba8b
    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
    ==================
    "mmazza" <[email protected]> wrote in
    message
    news:fnnjsf$bfs$[email protected]..
    >I have an email link in my site's template that when I
    change the links
    >properties, it doesn't update on the linked pages. Any
    suggestions?

  • Illustrator CS6 - File Links Lost & Multiple Users Can Open File Simultaneously

    Hi,
    We've been using Illustrator for years, working off of a local file server for storing all Illustrator and support files.
    But  we've been noticing with Illustrator CS6 some frustrating behavior:
    A) When a user creates a file and attaches a number of images, if a separate user then opens that file all links show up as missing. If nothing is changed or saved, then the original user will still see the links OK. But if another user fixes all the broken links and saves, then the original user shows missing links.
    B) When a user has an Illustrator file open, another user is able to open the file as well (no warnings). This is dangerous and never happened with previous versions of Illustrator.
    We did test to see if either of these issues occurs with InDesign CS6 and they do not. Linked files are kept between users, and only 1 user can have a file open at a time.
    - What changed with Illustrator CS6???
    Thanks. This is maddening for us and wastes a lot of time.

    Hi,
    I think we can use the locks shared or exclusive locks concept here
    you can find examples in this section on how to implement them -
    http://help.sap.com/saphelp_47x200/helpdata/en/41/7af4c5a79e11d1950f0000e82de14a/frameset.htm
    There are two types of lock in the R/3 System:
    Shared lock
    Shared locks (or read locks) allow you to prevent data from being changed while you are reading it. They prevent other programs from setting an exclusive lock (write lock) to change the object. It does not, however, prevent other programs from setting further read locks.
    Exclusive lock
    Exclusive locks (or write locks) allow you to prevent data from being changed while you are changing it yourself. An exclusive lock, as its name suggests, locks an application object for exclusive use by the program that sets it. No other program can then set either a shared lock or an exclusive lock for the same application object.
    Regards
    Chandralekha
    Regards
    Chandralekha

  • InDesign (and other aps) won't allow PS to save file linked image

    I frequently get the message "can't save the  file because the file was left open/or it is in use" in Photoshop CS4. I originally posted this in the PS forum, but a moderator told me it should be posted here, because, as he says, "the OTHER application is keeping the file open when it should not be, and the OTHER application is preventing Photoshop from saving to the file".
    The situation goes like this: I option-click on an image in ID CS4 to open  it in PS CS4, and after I've edited it and attempt to save it, the above message pops up. However, it doesn't usually happen on the first option-click in ID, but rather after I've gone back to ID where it automatically updates the image, and I option-click on it for the 2nd or 3rd time. In Q7, its even worse—even if I delete the image and save the file, or if I close the related document—I still get the PS message. I have to quit Q7 to resolve the problem.
    I work on full color images in the publishing field, with relatively large layered PS files which frequently need to be changed. Going back and forth between ID, Q7 and PS using their respective clicking on the image options expedites the design process. With not being able to save in PS for images linked to page layout applications, I am losing the ability to multitask in this area.
    Also, what makes this "bug" so perplexing is that it doesn't always happen. For instance, yesterday while working in a file, I couldn't save ANY image in PS linked to the page layout app without quitting that app first. Later in the day, the problem disappeared, and I didn't have to quit the file. I have no idea what I did that caused it to "fix itself".
    Anyone aware of any patch or practical workaround to this?

    This message is a reply to the first "Spiers" reply to my post, not the one referring to Windows.
    Which widget are you referring to? The mini icons to the right of my forum ID at the top are New, Your Stuff, History and Browse. None of these offer anywhere to go related to my post. They just dump you in another random area of the forums or to your own post or account history.
    However, there is to the right, a sidebar that reads: "More Like This" which offers links to posts that DO relate to my problem. But, they DO NOT offer a solution. You, like the moderator in the PS forum, are basically telling me the same thing: Please take your issue somewhere else.
    Why can't I get a direct answer, maybe like "Abobe is aware of the problem and is working on a patch" or "as obvious that it appears to be a CS issue, the problem is actually with OS X, etc." Don't give me the bum's rush.

  • Can I link a template to several documents?

    I am producing a  series of booklets which are all the same size and have a number of common pages at the back.
    Is it possible to craete a template that links to each of my documents so that whenever I cahnage the template all the documents will be automatically updated?
    It's getting qyuite labourious amending each document every time there is a change to the common pages.
    I'm using CS2.

    Eugene Tyson wrote:
    First, in CS2 they cannot place an ID file, so they would need to
    upgrade at some expense, and second, placing a multi-page ID doc is a
    lot more work than adding it as the last document to a book -- I have
    yet to see a script that will do a mult-page import for an ID document,
    so you are stuck doing it a page at a time, unless you know of one I've
    missed. In either case, the work to update is exactly the same -- you
    just update the common file.
    Firstly, I explained already they could make a PDF from InDesign CS2 and place that instead. They would still need to update the indesign file and then make a new pdf. No problem there is there?
    No, that works, but it's more work to revise the file and make a new PDF than it is to just revise the file. Suppose the page count changes? The book takes care of that automatically, the placed file will need to have pages added or removed.
    And you have urged the OP to upgrade not only to CS3 but to make the leap to CS4, so you contradict your first argument by saying the OP needs to upgrade at some expense. 
    I think you misunderstood. My first choice was the no-expense method of using the Book feature (and I'd probably do that in CS4, as well). I simply meant that IF the OP chose to upgrade, he should go all the way to CS4 instead of trying to find a CS3 copy.
    Why can't it have page numbering? You make an indesign file with all the data bar the master page items, running heads, footers, page numbers etc. 
    You place that InDesign file/PDF into the current documents that have the same template as everything else, including page numbers and footers.
    Indeed, you can do all of that, but those numbers are imported "as is" and bear no relationship to the current document numbering scheme. Suppose for one version the front part is 94 pages and for another it is 135? What numbers do you want in your placed file? If the template has duplicated master items (i.e. you use the same template to make both documents), I think the situation is even worse -- you'll get stacked elements from the placed document on top of the master elements on the document page (I did not check this for a placed .indd, but it would certainly be true for a PDF).
    Just with my first experience using the Book it was a nightmare, especially for a beginner. There's options in there that can turn your numbering inside out and you don't know where to look to fix them. 
    I still think the book option is a little extreme.
    Well, what can I say to that? I've never had a problem with the book feature, but tables drive me crazy...
    Every feaure requires some practice to get right, I think. The thing with numbering in books is that it takes control of the individual documents and resets the internal numbering, IF you set the book to do automatic numbering (which is the default, for pretty good reasons) and needs to be changed BEFORE adding documents if you want to turn it off.
    I agree that isn't an obvious thing, especially to a new user. I would argue, though, that in this case it wouldn't have much impact. I don't see this as a problem except in the case where a document is to be both used separately and included in a book, in which case you would always need to reset the document numbering internally to use it as a standalone.
    Peter

  • Not getting prompt to "update template files" after editing template

    This has happened to me before and you guys helped but I can not find my past post now on this forum.  After I edit a template I would normally get the prompt to "update template files" then it would update all the files using that template...but now for some reason I am not being asked and because if it none of the pages using the template are being updated....anyone know why??  dreamweaver cs4
    thanks!!
    T

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html>
    <head>
    <!-- TemplateBeginEditable name="doctitle" -->
    <title>CTHS MAIDEN WINNERS</title>
    <!-- TemplateEndEditable --><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
    <link rel="stylesheet" href="../aboutus.css" type="text/css">
    <link rel="stylesheet" href="../bcthoroughstyles.css" type="text/css">
    <link rel="stylesheet" href="../halloffamestyles.css" type="text/css">
    <style type="text/css">
    <!--
    body,td,th {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
        color: #000000;
    a {
        font-size: 10px;
        color: #0000FF;
    a:link {
        text-decoration: none;
        color: #900;
    a:visited {
        text-decoration: none;
        color: #900;
    a:hover {
        text-decoration: none;
        color: #FF0000;
    a:active {
        text-decoration: none;
        color: #900;
    body {
        margin-left: 0px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    -->
    </style>
    <!-- TemplateBeginEditable name="head" --><!-- TemplateEndEditable -->
    </head>
    <body>
    <div align="center"><span class="headers"><br>
      BRITISH COLUMBIA STAKES HISTORIES</span><br>
      <br>
    </div>
    <table width="95%"  border="0" align="center" cellpadding="2" cellspacing="0">
      <tr>
        <td width="25%" height="197" valign="top"><p><a href="../STAKES%20HISTORIES/ascot_grad.htm">ASCOT GRADUATION</a><br>
            <a href="../STAKES%20HISTORIES/ballerina.htm">BALLERINA</a><a href="../STAKES%20HISTORIES/bc_cup_classic.htm"><br>
            BC CUP CLASSIC</a><br>
            <a href="../STAKES%20HISTORIES/bc_cup_debutante.htm">BC CUP DEBUTANTE</a> <br>
            <a href="../STAKES%20HISTORIES/bc_cup_distaff.htm">BC CUP DISTAFF</a><br>
            <a href="../STAKES HISTORIES/bc_cup_dogwood.htm">BC CUP DOGWOOD</a> <br>
            <a href="../STAKES%20HISTORIES/bc_cup_nursery.htm">BC CUP NURSERY</a> <br>
            <a href="../STAKES%20HISTORIES/bc_cup_sprint.htm">BC CUP SPRINT</a><br>
            <a href="../STAKES%20HISTORIES/bc_cup_stallion_fil.htm">BC CUP STALLION FILLIES</a><br>
            <a href="../STAKES HISTORIES/bc_cup_stallion.htm">BC CUP STALLION COLTS</a><br>
            <a href="../STAKES HISTORIES/bc_cup_stellar_jay.htm">        BC CUP STELLAR JAY </a>        <br>
            <a href="../STAKES HISTORIES/boulevard_casino.htm">BOULEVARD CASINO</a><a href="../STAKES HISTORIES/brighouse_belles.htm"><br>
            BRIGHOUSE BELLES</a><br>
            <a href="../STAKES%20HISTORIES/bc_derby.htm">BRITISH COLUMBIA DERBY</a>        <br>
            <a href="../STAKES HISTORIES/bc_derby_con.htm">B.C. DERBY CONS.</a></p></td>
        <td width="25%" valign="top"><p>        <a href="../STAKES%20HISTORIES/oaks.htm">BRITISH COLUMBIA  OAKS</a><a href="../STAKES%20HISTORIES/burnaby.htm"><br>
            BURNABY</a><a href="../STAKES%20HISTORIES/city_vancouver.htm"><br>
            </a><a href="../STAKES HISTORIES/chris_loseth.html">CHRIS LOSETH</a><a href="../STAKES%20HISTORIES/city_vancouver.htm"><br>
            CITY OF VANCOUVER</a><br>
            <a href="../STAKES%20HISTORIES/cths_2_fillies.htm">CTHS SALES 2-Y-O FILLIES</a><br>
            <a href="../STAKES%20HISTORIES/cths_2_colts.htm">CTHS SALES 2-Y-O COLTS</a><br>
            <a href="../STAKES%20HISTORIES/cths_3_fillies.htm">CTHS SALES 3-Y-O FILLIES</a><br>
            <a href="../STAKES%20HISTORIES/cths_3_colts.htm">CTHS SALES 3-Y-O COLTS</a><br>
            <a href="../STAKES%20HISTORIES/cover_girl.htm">COVER GIRL<br>
            </a><a href="../STAKES%20HISTORIES/delta_colleen.htm">DELTA COLLEEN </a><br>
            <a href="../STAKES HISTORIES/derby_bar.html">DERBY  EXPRESS</a><a href="../STAKES HISTORIES/derby_bar_ladies.html"><br>
            DERBY EXPRESS LADIES
            </a><a href="../STAKES%20HISTORIES/emerald_downs.htm"><br>
            EMERALD DOWNS</a><br>
            <a href="../STAKES%20HISTORIES/fair_lady.htm">FAIR LADY<br>
            </a><a href="../STAKES%20HISTORIES/fantasy.htm">FANTASY</a>         <br>
            <a href="../STAKES%20HISTORIES/george_royal.htm">GEORGE ROYAL</a></p></td>
        <td width="25%" valign="top"><p><a href="../STAKES%20HISTORIES/great_canadian.htm">GREAT CANADIAN</a><br>
            <a href="../STAKES%20HISTORIES/hastings_sophmore.htm">HASTINGS SOPHMORE</a><a href="../STAKES%20HISTORIES/hastings_speed.htm"><br>
            HASTINGS SPEED</a><br>
            <a href="../STAKES%20HISTORIES/hong_kong.htm">HONG KONG JOCKEY CLUB</a> <br>
            <a href="../STAKES%20HISTORIES/jack_diamond.htm">JACK DIAMOND FUTURITY</a><br>
            <a href="../STAKES%20HISTORIES/jim_coleman.htm">JIM COLEMAN PROVINCE</a> <br>
            <a href="../STAKES%20HISTORIES/john_longden.htm">JOHN LONGDEN 6000</a> <br>
            <a href="../STAKES%20HISTORIES/klondike.htm">KLONDIKE</a> <br>
            <a href="../STAKES%20HISTORIES/ladnesian.htm">LADNESIAN</a> <br>
            <a href="../STAKES%20HISTORIES/langley.htm">LANGLEY</a> <br>
            <a href="../STAKES%20HISTORIES/lassie.htm">LASSIE</a> <br>
            <a href="../STAKES%20HISTORIES/liberation.htm">LIBERATION<br>
            </a><a href="../STAKES%20HISTORIES/lt_governors.htm">LT. GOVERNORS</a> <br>
            <a href="../STAKES%20HISTORIES/mademoiselle.htm">MADEMOISELLE</a> <br>
        <a href="../STAKES%20HISTORIES/matriarch.htm">MATRIARCH</a></p>
        <p>13</p></td>
        <td width="25%" valign="top"><p><a href="../STAKES%20HISTORIES/nanaimo.htm">NANAIMO</a> <br>
            <a href="../STAKES%20HISTORIES/new_westminster.htm">NEW WESTMINSTER </a><br>
            <a href="../STAKES HISTORIES/pne_speed.html">PNE PRESIDENTS SPEED</a> <br>
            <a href="../STAKES%20HISTORIES/premiers.htm">PREMIERS</a><a href="../STAKES%20HISTORIES/richmond.htm"><br>
            RICHMOND DERBY TRIAL</a> <br>
            <a href="../STAKES HISTORIES/river_rock_casino.htm">RIVER ROCK CASINO</a><br>
            <a href="../STAKES HISTORIES/ross_mcleod.htm">ROSS MCLEOD<br>
            </a><a href="../STAKES HISTORIES/randall_plate.htm">S.W. RANDALL PLATE</a><br>
            <a href="../STAKES%20HISTORIES/sadie_diamond.htm">SADIE DIAMOND FUTURITY</a><br>
            <a href="../STAKES%20HISTORIES/senate.htm">SENATE APPOINTEE</a> <br>
            <a href="../STAKES%20HISTORIES/winston_churchill.htm">SIR WINSTON CHURCHILL</a> <br>
            <a href="../STAKES%20HISTORIES/strawberry_morn.htm">STRAWBERRY MORN</a> <br>
            <a href="../STAKES%20HISTORIES/sun.htm">SUN HANDICAP</a> <br>
            <a href="../STAKES%20HISTORIES/supernaturel.htm">SUPERNATUREL</a> <br>
            <a href="../STAKES%20HISTORIES/timber_music.htm">TIMBER MUSIC</a><br>
            <a href="../STAKES HISTORIES/winston_churchill.htm">WINSTON CHURCHILL</a></p></td>
      </tr>
    </table>
    <p><br>
    </p>
    <!-- TemplateBeginEditable name="EditRegion3" -->
    <table width="626"  border="0" align="center" cellpadding="0" cellspacing="0">
      <tr>
        <td> </td>
      </tr>
    </table>
    <!-- TemplateEndEditable --><br>
    <br>
    <table width="90%" border="0" align="center" cellpadding="0" cellspacing="0">
      <tr>
    <td align="center" valign="top"><font size="1" face="Arial, Helvetica, sans-serif"><img src="../cthslogoredsmall.gif" width="56" height="56"></font></td>
      </tr>
    </table>
    </body>
    </html>

Maybe you are looking for