Menus looking in the wrong pace for files

Several of the pages that are getting called (clicked
on/moused over) have had the subsection name replaced by the word
"templates".
This is happening to all pages which get copy corrections.
I make my modifications to the files sitting on my local
machine.
I save them with "Ctrl S"
I highlight the file in the file list that was still showing
"local view" and then clicked the and small plug icon that makes
the computer "connected to the remote host" I click on the blue up
arrow.
IT WORKS FINE WHEN:
We start at the home page. (www.SDFTI.com.)
Then clicked "About Us" in the menu bar. (This initial
section's index.html page was NOT modified)
Then put the mouse over "Who we are" to activate the drop
down menu, and then clicked "About San Diego."
The "About San Diego" (sandiego.html) page displays and seems
fine. The target being called when it works like this is correctly
shown as www.sdfti.com/about/sandiego.html.
"About San Diego" was modified this morning.
I was careful to only change copy and text alignment.
HOWEVER, THE WEBSITE FAILS AFTER VISITING A MODIFIED PAGE IN
A SECTION:
Trying to connect to ANY of the other pages available from
ANY of the dropdown menus in the "About SDFTI" section fails after
visiting a modified page in that section.
Running the mouse over these other dropdowns selections, in
this condition, shows the target calling for an html page preceded
by www.sdfti.com/template/*.html.
There is a bigger problem with the Student Services section.
I modified the copy to the index.html.
The only links that work are those on the menu bar going to
one defined page and the schedule point link in the left-hand image
links.
The links that fail are those from the dropdown menu labeled
"links" and those from the left-hand image labled "Enjoy San Diego"
and "Weather Links."
What did I do wrong? How do I correct it? How do I prevent
it?

> the subsection name replaced by the word "templates".
This means that you have improperly made the links in your
template file.
Can you upload it and post a link to it?
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
==================
"SD Dazed n Confused" <[email protected]>
wrote in message
news:[email protected]...
> Several of the pages that are getting called (clicked
on/moused over) have
> had
> the subsection name replaced by the word "templates".
> This is happening to all pages which get copy
corrections.
> I make my modifications to the files sitting on my local
machine.
> I save them with "Ctrl S"
> I highlight the file in the file list that was still
showing "local view"
> and
> then clicked the and small plug icon that makes the
computer "connected to
> the
> remote host" I click on the blue up arrow.
>
> IT WORKS FINE WHEN:
> We start at the home page. (www.SDFTI.com.)
> Then clicked "About Us" in the menu bar. (This initial
section's
> index.html
> page was NOT modified)
> Then put the mouse over "Who we are" to activate the
drop down menu, and
> then
> clicked "About San Diego."
> The "About San Diego" (sandiego.html) page displays and
seems fine. The
> target being called when it works like this is correctly
shown as
> www.sdfti.com/about/sandiego.html.
> "About San Diego" was modified this morning.
> I was careful to only change copy and text alignment.
>
> HOWEVER, THE WEBSITE FAILS AFTER VISITING A MODIFIED
PAGE IN A SECTION:
> Trying to connect to ANY of the other pages available
from ANY of the
> dropdown
> menus in the "About SDFTI" section fails after visiting
a modified page in
> that
> section.
> Running the mouse over these other dropdowns selections,
in this
> condition,
> shows the target calling for an html page preceded by
> www.sdfti.com/template/*.html.
>
> There is a bigger problem with the Student Services
section.
> I modified the copy to the index.html.
>
> The only links that work are those on the menu bar going
to one defined
> page
> and the schedule point link in the left-hand image
links.
> The links that fail are those from the dropdown menu
labeled "links" and
> those
> from the left-hand image labled "Enjoy San Diego" and
"Weather Links."
>
>
> What did I do wrong? How do I correct it? How do I
prevent it?
>
>
>

Similar Messages

  • IPhoto - My iPhoto is not responding. When I click on iPhoto I get a never ending spinning beachball.  I almost think it is looking in the wrong place for the pictures.  How do I redirect it back to the Mac hard drive?

    My iPhoto is not responding.  Whenever I click on the iPhoto icon I get a twirling beachball.  It is as if the machine is looking in the wrong place for the photos.  How can I see where the machine is looking to find out if this is really the problem.  How can I see the path?

    Try this:  launch iPhoto with the Option key held down and create a new, test library.  Import some photos and check to see if the same problem persists. If it doesn't then the problem lies with your current library.
    If that's the case  Apply the two fixes below in order as needed: 
    Fix #1
    Launch iPhoto with the Command+Option keys held down and rebuild the library.
    Since only one option can be run at a time start with Option #3, followed by #4 and then #1 as needed.
    Fix #2
    Using iPhoto Library Manager  to Rebuild Your iPhoto Library
    1 - download iPhoto Library Manager and launch.
    2 - click on the Add Library button, navigate to your Home/Pictures folder and select your iPhoto Library folder.
    3 - Now that the library is listed in the left hand pane of iPLM, click on your library and go to the File ➙ Rebuild Library menu option.
    4 - In the next  window name the new library and select the location you want it to be placed.
    5 - Click on the Create button.
    Note: This creates a new library based on the LIbraryData.xml file in the library and will recover Events, Albums, keywords, titles and comments.  However, books, calendars, cards and slideshows will be lost. The original library will be left untouched for further attempts at fixing the problem or in case the rebuilt library is not satisfactory.
    OT

  • When I look up the creation date for files on my Macbook I get the date and month in brackets, but not the year.  Why is this and how can I look up the year?

    When I look up the creation date for files on my Macbook (using "get info", or the information window in Iphoto) I get the date and month in brackets, but not the year.  Why is this and how can I look up the year? 

    Does the Date Modified column in a window set to List view show the date correctly, or does it also display it incorrectly?
    To add additional columns to a Finder (folder) window, with that window open and active open the View Options for it. You can do that by pressing Command-J or by selecting View Options from the View menu in the main menubar.

  • Looking in the wrong directory for class file

    My javabean looks like this:
    <jsp:useBean id="mailer" class="MailerBean">
    <jsp:setProperty name="mailer" property="*"/>
    <% mailer.sendMail(); %>
    </jsp:useBean>
    The actual MailerBean.class file is in ROOT/public_html/servlets directory. The file that uses the above javabean is in ROOT/public_html/clearresults directory. I have tried a bunch of different lines of code to point to the servlets directory with no success. The javabean continues to point to the ROOT/public_html/clearresults/MailerBean.class file when it should point to ROOT/public_html/servelts/MailerBean.class. How can I point the MailerBean class to the servlets directory without moving the file that uses the javabean?

    Generally you don't have to write code to say where a class is, and I don't know what "pointing" a class is. Things that run servlets and JSPs have rules about where they will look for classes. All you have to do is put your MailerBean class where the rules say to put it. Often that's a directory called something like .../WEB-INF/classes, but check out the rules for your product.

  • System is looking in the wrong place for modules.[SOLVED]

    I did a pretty big system update last night that ended up breaking a pretty big portion of everything. No usb, network interfaces, trackpad, etc. Checking logs the biggest issue is clearly this:
    modprobe: FATAL: Could not load /lib/modules/2.6.26-ARCH/modules.dep: No such file or directory
    And yeah, that directory doesn't exist, there is a 2.6.27-ARCH in there though, but the system is using the 2.6.26 kernel, and 2.6.27 is not in /boot
    Ideas?
    Last edited by nxn (2008-11-11 06:25:40)

    Code:
    modprobe: FATAL: Could not load /lib/modules/2.6.26-ARCH/modules.dep: No such file or directory
    And yeah, that directory doesn't exist, there is a 2.6.27-ARCH in there though, but the system is using the 2.6.26 kernel, and 2.6.27 is not in /boot
    Hmm... modprobe manpage says that you can override the kernel version found by uname. You have to use
    modprobe --set-version 2.6.27-ARCH yourmodule
    for modprobe to look up the file in the right directory. HTH
    joe

  • Glossary tab is looking in the wrong place for the Glossary file

    Running 11.0.3.268.
    I am testing the Responsive layout. In my test project, the TOC, Index, and Search tabs are all functional, but when I click the Glossary tab, I get the IE "This page can't be displayed" message. The path listed on this page is:
    C:\My_Stuff\Docs\Help Output\ResponsiveHTML5\ProfitX\template\PROFITX_2\glossary1.htm
    I can see, however, that the glossary file is actually located at:
    C:\My_Stuff\Docs\Help Output\ResponsiveHTML5\ProfitX\glossary.htm
    Can anyone tell me where can I adjust my settings so that the generated project will be able to find the glossary file?
    Thanks!

    Thank you for clarifying where I needed to look. After modifying the Glossary.slp references in the Index, Table of Contents, and Topic .slp files, I was able to get the Glossary content to show up in the generated responsive layout, at all resolutions. Getting this fixed is great. Thanks!
    Curiously though, when I now click the Search tab/button, I get this:
    Since this used to work, all I can think is that I've unintentionally broken something in an .slp file. I didn't touch any reference to Search in those files, but something isn't right. I'd appreciate it if you could glance through the recently modified sections of the .slp files (below) and let me know if anything looks amiss. Thank you.

  • I am trying to configure my SCXI-1540 card for excitation voltage and frequency using MAX - but it is not giving me that option when I click on the card and then properties​, am I looking in the wrong place?

    I am trying to configure my SCXI-1540 w/1315 card for excitation voltage and frequency using MAX - but it is not giving me that option when I click on the card and then properties, am I looking in the wrong place?
    I have LabVIEW Express 7.0 Professional - SCXI-1000 Chassiss - along with SCXI-1112, and SCXI 1520/1314 - cable to the PCI-6052E is attached to the 1520 card.
    MAX says it recognizes all the cards in the chassiss.

    Jeremy, Thanks for the reply.
    I tried to set up the system as DAQmx.
    I had MAX auto-detect the set-up - and it recognized all the cards - but did not select the 1315 accessory on the 1540 card - I had to do that manually - but in the configuration section I would select the accessory and it would deselect itself. I had to get out of the set-up and then right click on the 1540 card and click on the "Accessories" tab and select the 1315 terminal block that way.
    It didn't seem right that the system should behave that way, but I pressed onward.
    I then tried to create a new DAQmx Task
    When I create new DAQmx task and then click on Analog Input no "Position" Tab appears for me to select, all I get are:
    Analog>>Voltage
    Analog>>Temperature
    Ana
    log>>Strain
    Analog>>Current
    Analog>>Resistance
    Analog>>Frequency
    Analog>>Custom Voltage with Excitation
    Do you think there might be something wrong with either my hardware or perhaps my configuration that is not allowing it to recognize the 1540/1315 in DAQmx?
    I had included the system report of what programs I am using, etc. as attached file nireport.txt
    After the DAQmx did not work I tried installing everything as Traditional DAQ and it did let me set-up the 1540 Card with Excitation Voltage and Frequency and gain - I then went in to the VI that I had built and tried to use the Express DAQ Assisant to read the channel that I am connected to on the 1315/1540 - when I try to use DAQ Assistant it gives me an error saying that "Device not available in NI-DAQmx. It is possible that the device is being use by traditional NI-DAQ"
    Which I guess it is since both configurations are now set-up in MAX.
    I would PREFER to use the DAQmx set-up, but I am confused as to WHY it won
    't come up with
    Analog input>>POSITION>>LVDT
    When I try to create a new DAQmx task.
    Thanks for the help so far! As you can probably tell I am new at this.
    Ryan
    Attachments:
    nireport.txt ‏2 KB

  • Report output looking at the wrong server.

    Basically,
    I have split a customers application and data in two as the company is splitting in two.
    I have cloned the complete system (VMWare).
    However, one of the systems works fine (as it is unchanged) but the other still looks at the first one for some report data and I can't find the reference that I haven't changed.
    The original server is web-alpha and the new server is web-beta.
    When creating a PDF report from a client machine pointed at web-alpha with the url:
    http://web-alpha/dev60cgi/rwcgi60.exe?paramform=html&server=Rep60_web-alpha&report=TREP005.REP&userid=me/me@alpha&destype=cache&desformat=PDF
    I then accept the defaults of my report.
    The pdf file then appears correctly in the web browser and displays under the url:
    http://web-alpha/dev60cgi/rwcgi60.exe?
    When creating a PDF report from a client machine pointed at web-beta with the url:
    http://web-beta/dev60cgi/rwcgi60.exe?paramform=html&server=Rep60_web-beta&report=TREP005.REP&userid=me/me@beta&destype=cache&desformat=PDF
    I then accept the defaults of my report.
    The pdf file then appears in the web browser displaying the data from the wrong server and displays under the url:
    http://web-alpha/dev60cgi/rwcgi60.exe?
    Can anyone tell me where it gets the browser reference from?
    In the second example, I know that it needs to point to the correct server, but I cannot find the reference, I have even done a full text search of the server for web-alpha, but it is not referenced anywhere.

    I have found that the actual problem is when I have paramform=yes or html in the url.
    in the html source of the paramform that is displayed, I can see it includes the old server name.
    Does anyone know where the paramform is generated from, or is it just a template?
    If the report does not require any parameters and I have paramform=no in the url, then it works correctly.

  • Elements 9 saved file "cannot open because it is the wrong type of file"

    I have Windows XP.  I just purchased Photoshop Elements 9.
    I open a raw, tiff or jpg image in Elements 9, make changes to it and then save it as a tiff or jpg.
    About a third of the time the icon for the saved image appears as a file and not a thumbnail of the image in my saved folder.
    When I try to re-open it in Elements 9 I get the message "Cannot open because it is the wrong type of file"
    I never had this problem with Elements 7.
    Please help!
    Mike

    Every camera model has its own raw format, and Adobe can't update the camera raw plug-in until it gets the information from the manufacturer, and the process takes a while. You shouldn't have to wait more than a couple of months for this. In the meantime you can use the manufacturer's software, or try downloading the latest DNG converter to see if it can make DNG files from your camera that will work in ACR.
    Incidentally, you're not talking to adobe here, just to other users like yourself.
    The standlalone DNG converter download is here:
    http://www.adobe.com/downloads/updates/
    Just pick the DNG Converter  for your platform from the pulldown menu.

  • .RW2 File "Cannot open because it is the wrong type of file" - P.E. 9

    I just got the new Panesonic Lumix DMC-G3 and took some pictures with it today and found that Photoshop Elements couldn't open the pictures because they were the "wrong type of file".  Now the file format is a  Raw .RW2 and I have opened many of them before in the past and they have been just fine! I think it may be that Photoshop isn't updated yet, because I checked and I had no new updates but do any of you have any ideas as to how I could fix this?! (Besides switching to JPEG)
    ADOBE IF YOU SEE THIS PLEASE UPDATE YOUR SOFTWARE SO YOUR CONSUMERS CAN OPEN THE LUMIX DMC-G3'S RAW FILES! THANK YOU!

    Every camera model has its own raw format, and Adobe can't update the camera raw plug-in until it gets the information from the manufacturer, and the process takes a while. You shouldn't have to wait more than a couple of months for this. In the meantime you can use the manufacturer's software, or try downloading the latest DNG converter to see if it can make DNG files from your camera that will work in ACR.
    Incidentally, you're not talking to adobe here, just to other users like yourself.
    The standlalone DNG converter download is here:
    http://www.adobe.com/downloads/updates/
    Just pick the DNG Converter  for your platform from the pulldown menu.

  • I registered the wrong information for my iCloud account--I misspelled and now want to change it.  Help is needed to delete the account and start anew.

    I registered the the wrong information for my iCloud account--I misspelled the account name.  I accidentally spelled blackberry instead of blackbird.  How can I change this?

    If you don't want to use an alias you'll have to create a new account as you cannot change the @icloud.com address once created.  You'll have to create a new ID, verify the ID, then use the ID to create the new account, and migrate your iCloud data to the new account.
    If you are currently syncing data with iCloud, begin by saving any photo stream photos to your camera roll as mentioned above.  If you are syncing Notes with iCloud, you'll also need to open each of them and email them to yourself so they can be recreated in the new account.  Finally, if you are syncing any iWork documents with iCloud, turn off iCloud syncing in your iWork app settings.
    Then go to Settings>iCloud, tap Delete Account, and choose Keep on My iPhone when prompted.  Then in Settings>iCloud tap Get a Free Apple ID at the bottom, set up your new ID, verify the email address you use to create it by responding to Apple's verification email, then sign in with the new ID to create your new account.  Turn on your iCloud sync settings and choose Merge when prompted to upload your data to the new account.  When you turn Mail to On you will be prompted to create your new @icloud.com email address.  Be carefull to type it correctly as it cannot later be changed.

  • I used the wrong ID for iCloud on my iphone 5. It is linked to an email that no longer exists. Do I have to delete my iCloud completely and set it up all over again?

    I used the wrong ID for iCloud on my iphone 5. It is linked to an email that no longer exists. Do I have to delete my iCloud completely and set it up all over again?

    You can change the linked email/sign in email for your iCloud and Apple ID accounts from 1 site,
    https://appleid.apple.com/cgi-bin/WebObjects/MyAppleId.woa/
    Go to Manage your Apple ID
    Sign in with your current creditals
    On the left, click Name, ID and Email Addresses
    Under Apple ID and Primary Email Address, click Edit
    Type in your new Email.
    Go to Apple ID, click Edit
    Type in your new Email

  • I forgot my password for my email, then I cant remember my passwordfor my icloud, how can I reset my password If I feed the wrong birthday for my email/account... Now my account has been disables.. please please please please help me

    I forgot my password for my email, then I cant remember my passwordfor my icloud, how can I reset my password If I feed the wrong birthday for my email/account... Now my account has been disables.. please please please please help me

    You will have to call Apple and speak to someone in account security.

  • Would like the take a look at the innards of PDF files

    I just armed myself with sufficient audacity to start looking at the contents of PDF files, using PDFSpy, CosEdit, and -most interestingly- good old 'vi'.
    There are (at least) two factors that prevent clear text readability.
    (1) What is the deal with those lone ^M characters all over the place? First I was tempted to strip them, but that would mess up the offsets. So, I wrote an utility to convert every '\r' into a space, provided that is not followed by a '\n'. Comments?
    (2) The compressed stuff. Is there any way to instruct Acrobat Pro not to generate compressed data, or perhaps some tool to "uncompress" such files?
    TIA,
    -RFH

    >(1) What is the deal with those lone ^M characters all over the place?
    Legal line endings are CR, CRLF, and LF. CRLF matches the Windows line
    ending, the other two match the Unix and Macintosh line endings. Note
    that LFCR is two line endings, while CRLF is one.
    > First I was tempted to strip them, but that would mess up the offsets. So, I wrote an utility to convert every '\r' into a space, provided that is not followed by a '\n'. Comments?
    Bad thing to do. This is invalid after the keyword stream, and
    randomly you will break compressed data. Better to learn to ignore
    them, or use a more capable viewer.
    >(2) The compressed stuff. Is there any way to instruct Acrobat Pro not to generate compressed data, or perhaps some tool to "uncompress" such files?
    Early versions of Acrobat could generate ASCII PDFs, but no longer,
    and they still compressed page streams.
    If you have Acrobat Pro, you might be interested in the plug-in PDF
    CanOpener.
    Aandi Inston

  • How do I set the default folder for file - open file... ?

    When I save a file, photo, etc., the default folder for OPENING a file becomes the last folder I SAVED to - even after closing and reopening Firefox. Is there a way to maintain the same default folder for opening files?
    Thanks.

    Originally posted by: kwarner.uneedspeed.net
    Well... I found over 200 bugs none of which seemed to talk about setting
    the default folder. I probably missed the relevant bug in the spew.
    I ask a question here as a last resort -- after I've done what I think
    is an appropriate search for answers.
    But thanks for your help in any case.
    Daniel Megert wrote:
    > DemonDuck wrote:
    >
    >> When I need to open a file not in the workspace, I use File -> Open File.
    >>
    >> But the default folder it opens is in C:\Documents and
    >> Setting\Administrator
    >>
    >> I would like File -> Open File to first open in someplace more
    >> reasonable -- like the workspace.
    >>
    >> How do I set the default folder for File -> Open File ????
    >
    >
    > Is your '?' key broken? Check bugzilla there's a feature request
    > regarding your question.
    >
    > Dani

Maybe you are looking for

  • Is this a bug in Logic Pro?

    I use a MAC G5 with Logic Pro 7.2.1 - I play a Korg Triton through a Motu Micro Express Midi interface to access the sounds in Logic as well as my Ivory Grand Piano Plug In. A Mackie Control Universal is my interface. Ever since I got geared up last

  • I have a problem with my old macintosh lc ii

    I have an old macintosh LC II that I bought from a garage sale and whenever I try to use it, it turns on then shows and icon of a floppy disk with a question mark. I think I have downloaded the right thing to my floppy disk, but the person who told m

  • HT4623 is there a way to time stamp messages?

    is there a way to time stamp messages?

  • Change keyboard language by java program

    I have done internationalization successfully in my java web application. but for insert input i always need to select language of keyboard manualy by control panel's . have any one java program to select keyboard language programatically.

  • Max RAM for 2.16 Core Duo MBP?

    I have a 2.16 Ghz Core Duo Macbook Pro 15" officially the maximum ram is listed as 2Gb, but someone told me you could take out both modules and replace with 2 x 2Gb. Can anyone confirm or deny this, I'd love to bump this to 4Gb